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

Addtl Query Parameters

fields Query Parameter

The fields parameter allows you to request specific additional fields in the API response, reducing payload size and improving performance.
Available Fields
epc — Earnings per click (numeric).
countriesIso2 — Array of country codes in ISO 3166-1 alpha-2 format (e.g., ["US", "CA"]).
countriesIso3 — Array of country codes in ISO 3166-1 alpha-3 format (e.g., ["USA", "CAN"]).
Example Request
GET https://api.brownboots.getgokart.ai/api/v1/offer-wall/offers?pub_member_id=test&fields=epc
Example Response
[
{
*All default fields...
"epc": 0
}
]
Notes
You can pass multiple field names separated with commas:
?fields=epc,countriesIso2
If fields is omitted, only default fields are returned.

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.