Deep Linking

Direct linking provides a very simple method of linking your website to the offerwall. Wherever you want to show the offerwall, you can link to the following URL:

https://webofferwall.tapjoy.com/link/<SDK_KEY>/u/<USER_ID>

Required parameters

  • SDK_KEY - SDK Key provided by Tapjoy
  • USER_ID - User ID needs to be provided by you so we can properly reward users. Please refer to Self Managed Currency Documentation for more information.
    • Note: Since it's a part of URL, USER_ID should be URL-safe or URL-encoded.

Optional parameters

User Privacy

User privacy can be implemented by adding query parameters to the URL. Please see User Privacy page for more information about each flag.

https://webofferwall.tapjoy.com/link/<SDK_KEY>/u/<USER_ID>?gdpr=1&cgdpr=1&...
Option Query Parameter Name Default Value Description
Is user subject to GDPR gdpr 0 Value should be 1 if user is subject to GDPR
GDPR Consent cgdpr 0 0 means user does not consent, 1 means user consents
Below Consent Age below_consent_age 0 1 and 0 values respectively represents whether the user is below consent age
US Privacy (COPPA) us_privacy 1--- See User Privacy for value descriptions.

Placement

To display the offerwall you need to create a placement and offerwall content card within the Tapjoy dashboard.

Its default value is #WebOfferwall, so you don't need an additional parameter to specify placement name if you have one already.

You can pass placement name as below.

https://webofferwall.tapjoy.com/link/<SDK_KEY>/u/<USER_ID>?event_name=<PLACEMENT_NAME>

User Tags

Web offerwall supports segment targeting with User Tags. You can pass multiple user tags by using user_tags[]=.

https://webofferwall.tapjoy.com/link/<SDK_KEY>/u/<USER_ID>?user_tags[]=<TAG1>&user_tags[]=<TAG2>

Embedding with iframe

When embedding the Web Offerwall in iframe, it is critical to ensure the size of the iframe does not exceed the device's screen viewport. Otherwise, it results in the Instruction CTA Button appearing outside of the visible viewport and users need to scroll all the way down to access the button.

image

By following these guidelines, developers can maximize the usability and user engagement of the Web Offerwall product, ensuring important UI elements are readily accessible.