The pub_geo_state parameter allows you to specify the geographic state of the publisher's user when accessing the offer wall. This parameter helps to tailor the offers presented based on the user's geographic state.
URL Structure
To pass the geographic state parameter to the offer wall, use the following URL structure:
app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_geo_state=[STATE_CODE]
Replace [YOUR_TENANT] with your actual tenant identifier and [STATE_CODE] with the specific state code value.
Setting STATE_CODE
GoKart accepts standard state codes (e.g., CA for California) when targeting offers by state.
Setting the Value for an Offer
The state codes for a particular offer are set during the third step of the Offer creation/edit process in GoKart.
How It Works
When you pass the pub_geo_state value in the URL, it is compared with the state codes set in GoKart. The offer will be shown to users whose geographic location matches the specified state code.
For example:
If the state codes in GoKart Offer creation/edit page contain CA, you should use: app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_geo_state=CA
Example
If your tenant identifier is brightwheels and the state codes are set to NY in GoKart Offer creation/edit page, your URL would be:
app.brightwheels.getgokart.ai/offer-wall?pub_geo_state=NY