We now support IDFA (iOS) and GAID (Android) for both iFrame and API integrations.
This enhancement improves attribution accuracy, conversion tracking, and overall revenue performance by up to 5-10%.
Who it's for
This update benefits partners who:
Use our Games or Offers iFrame solution inside a native iOS or Android app
Integrate via our Games, Games User Data, or Games International APIs, and Deals or Deals User Data APIs
How it works
iFrame integration
You can now append the device advertising ID as a query parameter to your Games or Offers iFrame URL:
Use
idfafor iOSUse
gaidfor Android
Your native app is responsible for:
Reading the device’s advertising ID
Appending the appropriate parameter to the iFrame URL at the time of click
iOS iFrame URL
https://wall.besitos.ai/v2/{partner_id}/{subscriber_id}?idfa=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXAndroid iFrame URL
https://wall.besitos.ai/v2/{partner_id}/{subscriber_id}?gaid=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
API Integration
The redirect URLs (url) returned in the following APIs now support idfa and gaid query parameters:
As with the iFrame integration, your native app must read the device advertising ID and append it to the redirect URL at click time.
Games / Games International / Deals API Redirect
iOS
https://wall.besitos.ai/api-redirect/{partner_id}/{offer_id}/{api_hash}?partner_user_id=YYY&sub_id=XXX&idfa=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXAndroid
https://wall.besitos.ai/api-redirect/{partner_id}/{offer_id}/{api_hash}?partner_user_id=YYY&sub_id=XXX&gaid=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXGames User Data / Deals User Data API Redirect
iOS
https://wall.besitos.ai/redirect/{offer_id}/{subscriber_id}?idfa=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXAndroid
https://wall.besitos.ai/redirect/{offer_id}/{subscriber_id}?gaid=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX