Matomy Mobile ads solution

Erel

B4X founder
Staff member
Licensed User
Longtime User
The attached library allows you to use Matomy Mobile ads services in your apps: Matomy Mobile

Using this library is simple.
- Register with Matomy Mobile.
- Download their SDK.
- Copy AdServerView.jar from the SDK to the libraries folder.

You should then add a MatomyAdView view:
B4X:
Sub Globals
   Dim ad As MatomyAdView   
End Sub

Sub Activity_Create(FirstTime As Boolean)
   ad.Initialize("Ad", 99999, 99999) 'SiteId and ZoneId
   ad.Color = Colors.Transparent
   Activity.AddView(ad, 0, 0, 100%x, 50dip)
End Sub

Currently there are no events.
 

Attachments

  • Matomy.zip
    2.8 KB · Views: 523

Tom G

New Member
Licensed User
Longtime User
Signup as a publisher at Matomy Mobile

Matomy Mobile specializes in advertising in the mobile world; we tailor and match the best ads to fit the most compatible publishers. Using our vast experience, the highest technology and working methods available we optimize the traffic coming to your app to maximize your Revenue!

Use the following link to register and I will be happy to assist you with anything you might need!

Registration link:Sign up for MATOMY Mobile
 
Top