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

Example #3

Using Sub Parameters

Pass a custom campaign ID using one of the sub parameters.
<a href="https://app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_member_id=USER_ID
&pub_sub_1=campaign123">
Go to Offer Wall
</a>
Here, pub_sub_1 is used to pass a custom campaign ID campaign123 along with the User ID 2173, allowing for specific campaign tracking and analytics.
<a href="https://app.brightwheels.getgokart.ai/offer-wall?pub_member_id=2173
&pub_sub_1=campaign123">
Go to Offer Wall
</a>


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