Skip to main content

pub_geo_country

Written by GoKart Support

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.

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

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, the offer will be shown to users whose geographic location matches the specified country code.

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
  • 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

Did this answer your question?