Single Line is the easiest way to monetize your application with our solution. You can See a Demo aqui.
Contact our team to integrate it with your app.
Como Funciona?
We monitor your app to determine the active screen at any given moment. For each screen, we maintain a record of events and tags that you have supplied, enabling us to place ads in those tagged widgets or during specific transitions and events.
We can display Display ads on a tagged widget ou trigger an Interstitial ad during the transition from one route to another. All of this can be achieved without the need to code specific triggers. It is as simple as initializing the SDK.
For a Full Compatibility list check the table.
Informações que precisamos sobre seu aplicativo
-
Which formats do you intend to utilize? If you’re unsure about the formats, please refer to their dedicated pages or reach out for assistance by contacting us.
-
Screen route names in the code.
-
For every route, we require the following:
-
Tag names for the screen widget tree in which you want us to place ads.
-
Events you want us to track, including onTap events on some UI components e a route/screen Transitions.
-
(Optional) For each Unit, consider providing:
-
Keywords to use.
-
-
-
-
App Keywords.
-
Link da Loja (Google ou Maçã Um).
-
Domain of the app. E.g.: www.refinery89.com
-
Begin by initializing the SDK. Proceed to the Comece Agora section and follow the Single Tag Integration path.
O que é preciso?
-
Comece criando uma conta conosco. Entre em contato com nossa equipe para iniciar o processo e fornecer todas as informações necessárias listadas abaixo.
-
Add or wrap the widgets by using the
R89Tagwhere you wish to display ads. Follow these Guidelines while using theR89Tagto properly place ads inside the widget tree. -
Integrate the initialization code.
-
Your app is now prepared for monetization with us.
Compatibility Table
|
Format |
Tagged Widget |
Event |
|---|---|---|
|
BANNER |
|
|
|
OUTSTREAM |
|
|
|
INFINITE SCROLL |
|
|
|
INTERSTITIAL |
|
|
|
VIDEO INTERSTITIAL |
|
|
Exemplos
At the end of the example you can find a modelo para produção aqui.
Se você estiver no modo de depuração, adicione estas linhas antes de qualquer um dos exemplos. Marcar o SDK como depuração fará com que o SDK use IDs e dados do ConfigBuilder.
R89SDK.setLogLevel(LogLevel.debug); R89SDK.setDebug(getLocalFakeData: true);
Single Line cannot be tested since the screen data is very different for each app, but you can test it by checking our Demo apps. There we test screen data for that app.
We are working on a way to test this in any app. While this is ongoing, you can contact our team to make a Testing Setup.
O exemplo na demonstração
O linhaÚnica bandeira é definida para true.
R89SDK.initialize( publisherId: "TestRefinery89ID", appId: "TestDemoApp", singleTag: true );
Modelo
R89SDK.initialize( publisherId: "<YOUR PLUBLISHER ID>", appId: "<YOUR APP ID>", singleTag: true);