Gallery
ADJUST
Share
Explore

ADJUST - in Unity

Official Documentation →
Unity Package Download →


Adjust Prefab in Splash

App token
environment → Production / Sand Box
Permissions → family / non family
image.png


Rev Sync

for Max
image.png
for Admob
image.png

// initialise with AppLovin MAX source
AdjustAdRevenue adjustAdRevenue = new AdjustAdRevenue("source");
// set revenue and currency
adjustAdRevenue.setRevenue(1.00, "USD");
// optional parameters
adjustAdRevenue.setAdImpressionsCount(10);
adjustAdRevenue.setAdRevenueNetwork("network");
adjustAdRevenue.setAdRevenueUnit("unit");
adjustAdRevenue.setAdRevenuePlacement("placement");
// callback & partner parameters
adjustAdRevenue.addCallbackParameter("key", "value");
adjustAdRevenue.addPartnerParameter("key", "value");
// track ad revenue
Adjust.trackAdRevenue(adjustAdRevenue);

Fix Manifest → only for Adjsut fresh import

image.png


for Xcode

kindly add
Advertising attribution report endpoint URL https://adjust-skadnetwork.com/
image.png

Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.