Skip to main content

IDFA & GAID Support for iFrame & API Integrations

Updated over 3 weeks ago

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:


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 idfa for iOS

  • Use gaid for 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-XXXXXXXXXXXX

Android 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-XXXXXXXXXXXX

Android

https://wall.besitos.ai/api-redirect/{partner_id}/{offer_id}/{api_hash}?partner_user_id=YYY&sub_id=XXX&gaid=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

Games User Data / Deals User Data API Redirect

iOS

https://wall.besitos.ai/redirect/{offer_id}/{subscriber_id}?idfa=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

Android

https://wall.besitos.ai/redirect/{offer_id}/{subscriber_id}?gaid=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Did this answer your question?