Example #1
Embed the GoKart Offer Wall with the User ID parameter to personalize the user experience. This integration allows you to pass the user ID to the Offer Wall, making it possible to track user-specific interactions.
<iframe src="https://app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_member_id=[USER_ID]" width="100%" height="600px" frameborder="0" scrolling="no"></iframe>
Passing the user ID 2173 for the tenant brightwheels:
<iframe src="https://app.brightwheels.getgokart.ai/offer-wall?pub_member_id=2173" width="100%" height="600px" frameborder="0" scrolling="no"></iframe>
Example #2
Embed the Offer Wall with multiple parameters such as User ID and Age to provide a more customized user experience.
<iframe src="https://app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_member_id=[USER_ID]&pub_age=[AGE]" width="100%" height="600px" frameborder="0" scrolling="no"></iframe>
For a real-world example, passing the user ID 2173 and age 25 for the tenant brightwheels:
<iframe src="https://app.brightwheels.getgokart.ai/offer-wall?pub_member_id=2173&pub_age=25" width="100%" height="600px" frameborder="0" scrolling="no"></iframe>
Example #3
Pass a custom campaign ID using one of the sub parameters.
<iframe src="https://app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_member_id=[USER_ID]&pub_sub_1=[CAMPAIGN_ID]" width="100%" height="600px" frameborder="0" scrolling="no"></iframe>
Passing the user ID 2173 and campaign ID campaign123 for the tenant brightwheels:
<iframe src="https://app.brightwheels.getgokart.ai/offer-wall?pub_member_id=2173&pub_sub_1=campaign123" width="100%" height="600px" frameborder="0" scrolling="no"></iframe>
Example #4
Embed the Offer Wall with additional parameters like geographic location and gender to provide highly targeted offers based on multiple user attributes.
<iframe src="https://app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_member_id=[USER_ID]&pub_geo_country=[COUNTRY]&pub_gender=[GENDER]" width="100%" height="600px" frameborder="0" scrolling="no"></iframe>
Passing the user ID 2173, country code US, and gender male for the tenant brightwheels:
<iframe src="https://app.brightwheels.getgokart.ai/offer-wall?pub_member_id=2173&pub_geo_country=US&pub_gender=male" width="100%" height="600px" frameborder="0" scrolling="no"></iframe>
