🌎WEB INTEGRATION

Step 1: Obtain your AppID

You can find your AppID here. It will look like the following image:

Step 2: Determine the user ID

This is a dynamic value that should be replaced with a unique identifier for each of your users. The user id may be any string up to 255 characters long. We recommend using a hashed value if possible.

Step 3: Adding the iframe to your site

You will take both of the pieces of information obtained in Step 1 & 2 and create an iframe using the following guideline:

https://adoffers.co/offerwall/[AppID]/[USER_ID]

For Example:

<iframe frameborder='0' style='width: 100%; height: 100%; min-height: 100vh;' src='http://adoffers.co/offerwall/[AppID]/[USER_ID]'></iframe>

Last updated