Skip to main content

Iframe

Written by GoKart Support

Integrating GoKart via an Iframe allows publishers to embed the GoKart Offer Wall directly within their own website. This approach provides a seamless user experience and keeps users on the publisher's site while interacting with offers.

Embedding the Iframe

To embed the GoKart Offer Wall using an Iframe, use the following HTML structure:

<iframe src="https://app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_member_id=82634" width="100%" height="600px" frameborder="0" scrolling="no"></iframe>

Replace [YOUR_TENANT] with your actual tenant identifier.


Using Publisher Parameters (pub_*)

Similar to URL redirection, you can pass various parameters to personalize the offers and facilitate reward distribution.

Required Parameter: pub_member_id

The pub_member_id parameter is required for all GoKart offer links and redirects. It is used to uniquely identify the end user and enable proper offer routing and tracking.

All offer links must include pub_member_id in the URL.

Example: Passing UserID

You can pass the UserId of your system into the pub_member_id parameter within the IFrame URL.

<iframe src="https://app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_member_id=[USER_ID]" width="100%" height="600px" frameborder="0" scrolling="no"></iframe>
Did this answer your question?