Skip to content
gokart-logo-v3
GoKart - Documentation - Offer Wall Integration
  • Pages
    • Welcome
    • Glossary
    • SDK API Schema Disclaimer
    • API Release Notes
      • API Release Notes 1.0.1
      • API Release Notes 1.0.2
      • API Release Notes 1.0.3
      • API Release Notes 1.0.4
    • Integration with GoKart
      • 1. Offer Wall Integration
        • Integration Options
          • URL
            • Example #1
            • Example #2
            • Example #3
            • Example #4
          • Iframe
            • Example #1
            • Example #2
            • Example #3
            • Example #4
          • API
            • v1
              • Offer-Centric
                • Get Offers
                  • Example
                • Get Offer Details
                • Get Offer Link
                • Get Offer Link Redirect
              • PubMember-Centric
                • Get Offers
              • General Schemas
                • Response Data
                • Pagination
                • Filterting & Sorting
                • Addtl Query Parameters
          • API Rate Limits
      • 2. Conversion Callback Integration
        • Integration Options
          • API
            • Security Options
            • Schema: v1
    • Tracking Parameters
      • Publisher Parameters
        • pub_gender
        • pub_age
        • pub_geo_country
        • icon picker
          pub_geo_state
        • pub_postal_code
        • pub_sub_#
      • GoKart Parameters
      • Conversion Parameters
    • Monitoring
      • View, Click, Conversion
      • Event History Logs
    • Environments
      • Your Own Tenant
        • Your Web App
        • Your Web API
    • Live Technical Support

pub_geo_state

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
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.