Single Line is the easiest way to monetize your application with our solution. You can See a Demo här.
Contact our team to integrate it with your app.
Hur fungerar det?
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 eller 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.
Information vi behöver om din app
-
Vilka format tänker ni använda? Om ni är osäkra på formaten, vänligen se deras dedikerade sidor eller kontakta oss för hjälp genom att kontakta oss.
-
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 och route/screen Transitions.
-
(Optional) For each Unit, consider providing:
-
Keywords to use.
-
-
-
-
App Keywords.
-
Butikslänk (Google eller Äpple en).
-
Domain of the app. E.g.: www.refinery89.com
-
Begin by initializing the SDK. Proceed to the Kom igång section and follow the Single Tag Integration path.
Vad behövs?
-
Kom igång genom att skapa ett konto hos oss. Nå vårt team för att initiera processen och tillhandahålla all nödvändig information som listas nedan.
-
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.
-
Din app är nu förberedd för intäktsgenerering med oss.
Compatibility Table
|
Format |
Tagged Widget |
Event |
|---|---|---|
|
BANNER |
|
|
|
OUTSTREAM |
|
|
|
INFINITE SCROLL |
|
|
|
INTERSTITIAL |
|
|
|
VIDEO INTERSTITIAL |
|
|
Exempel
At the end of the example you can find a mall för produktion här.
Om du är i felsökningsläge, lägg till dessa rader före något av exemplen. Att markera SDK som Felsökning kommer att få SDK att använda ConfigBuilder ID och data.
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 Demoprogram. 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.
Exemplet i demon
Den envärde flaggan är inställd på true.
R89SDK.initialize( publisherId: "TestRefinery89ID", appId: "TestDemoApp", singleTag: true );
Mall
R89SDK.initialize( publisherId: "<YOUR PLUBLISHER ID>", appId: "<YOUR APP ID>", singleTag: true);