icon picker
pub_geo_country

The pub_geo_country parameter allows you to specify the geographic country 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.

URL Structure

To pass the geographic country parameter to the offer wall, use the following URL structure:
app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_geo_country=[COUNTRY_VALUE]
Replace [YOUR_TENANT] with your actual tenant identifier and [COUNTRY_VALUE] with the specific country code value.

Setting COUNTRY_VALUE


Supported Country Code Formats
Format
Example (United States)
ISO 3166-1 Alpha-2 (2-letter code)
US
ISO 3166-1 Alpha-3 (3-letter code)
USA
ISO 3166-1 Numeric (numeric code)
840
There are no rows in this table
Setting the Value for an Offer
The country for a particular offer is set during the third step of the Offer Creation/Edit process in GoKart.

How It Works

When you pass the pub_geo_country value in the URL, it is compared with one of the country codes set in GoKart BackOffice. The offer will be shown to users whose geographic location matches the specified country code.
For example:
If the country code iso2 in GoKart BackOffice is set to US, you should use:
app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_geo_country=US
If the country code iso3 in GoKart BackOffice is set to USA, you should use:
app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_geo_country=USA
If the country numeric code in GoKart BackOffice is set to 840, you should use:
app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_geo_country=840

Example

If your tenant identifier is brightwheels and the country code is set to GB in GoKart, your URL would be:
app.brightwheels.getgokart.ai/offer-wall?pub_geo_country=GB

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.