The pub_postal_code parameter allows you to specify the postal code of the publisher's user when accessing the offer wall. This parameter helps to tailor the offers presented based on the user's geographic location at a more granular level.
URL Structure
To pass the postal code parameter to the offer wall, use the following URL structure:
app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_postal_code=[POSTAL_CODE]
Replace [YOUR_TENANT] with your actual tenant identifier and [POSTAL_CODE] with the specific postal code value.
Setting POSTAL_CODE
The POSTAL_CODE can be set in the third step of the Offer Creation/Edit process in GoKart using valid postal codes.
How It Works
When you pass the pub_postal_code value in the URL, it is compared with the postal code set in GoKart. The offer will be shown to users whose geographic location matches the specified postal code.
For example:
If the postal code in GoKart is set to 90210, you should use: app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_postal_code=90210
Example
If your tenant identifier is brightwheels and the postal codes are set to 10001 in GoKart Offer creation/edit page, your URL would be:
app.brightwheels.getgokart.ai/offer-wall?pub_postal_code=10001