iFrame Setup
Iframe Integration Code (without Additional Parameters)
<iframe
src="https://targo.io/ow/[APP_ID]/[USER_ID]" frameborder="0" scrolling="yes">
</iframe>
Iframe Integration Code (with Additional Parameters)
<iframe
src="https://targo.io/ow/[APP_ID]/[USER_ID]?idfa=[IDFA]&gaid=[GAID]&sub1=[SUB1]&sub2=[SUB2]" frameborder="0" scrolling="yes">
</iframe>
To integrate the TarGo Offerwall, you need to provide a set of mandatory parameters for proper configuration.
APP ID❗required
This is the unique identifier for your app.
USER ID ❗required
A unique, required identifier assigned to each user for tracking activity within the offerwall. Limited to 100 characters.
idfa (Required for Mobile Apps)
For iOS integrations Include the idfa as a parameter when launching the Web Offerwall. This helps enhance tracking accuracy and plays a key role in fraud prevention.
gaid (Required for Mobile Apps)
For Android integrations Include the gaid as a parameter when launching the Web Offerwall. This helps enhance tracking accuracy and plays a key role in fraud prevention.
sub1 - sub2 (Optional)
Custom parameter for additions tracking information.
Next steps
Once the iFrame is setup, you can continue setting up your postback (S2S).
Last updated