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

PubMember-Centric

The Pub Member API is a member-centric endpoint designed to return offer data specific to a user’s in-progress or completed activity. It is not intended to return the full list of available offers.
This API returns a filtered view of offers tied to a specific user, based on engagement status:
In Progress — Offers the user has started but not yet completed. Applies to multi-event offers where the user has completed conversions for the offer, but additional events are required to fully complete the offer.
Completed — Offers the user has fully completed

This is used for:

Showing a user their progress and completed offer history
Supporting post-install engagement features (e.g. progress tracking)
Powering a "Started or Completed Offers" sections
Example Use Case: A user opens your app and wants to check their offer progress. You can call the Pub Member API with their unique ID to display only the offers they’ve already interacted with — keeping it focused and relevant.

What It’s Not For

This API does not return all available offers for the user or publisher. If you need the full offer wall or catalog, use the Offerwall API instead.

✅ Best Practices

Use alongside your offerwall to build a full user journey
Cache responses when possible to reduce repeated calls
Do not use this API to power the offerwall display — it won’t return all or new offers
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.