For Publishers Managing Their Own User Rewards
This guide is for publishers who want to handle user rewards on their own platform.
Pocketsfull.ai will provide users with the opportunity to take surveys and complete offers. Once the action is completed, we will fire a postback to the URL you have set up.
You will be responsible for rewarding the user — whether in gift cards, coins, points, or any custom currency you choose. The reward amount and currency format are fully customizable.



Mobile Publishers: You have three options to pass user authentication detals, either GAID, APPSETID or UUID
We'll brief explain the different in all three
| ID | What it is | Dependencies | Pros | Best for |
|---|---|---|---|---|
GAID | Google Advertising ID (user-resettable from Play services) | Google Play services; declare | Widely supported by ad partners; stable across apps; enables ads attribution/personalization | If you can use google dependencies to send GAID! |
App Set ID | Privacy-oriented ID linking apps in the same developer account on a device (dev-scope; app-scope fallback) | Play services App Set ID API; no runtime permission | Cross-app dedupe within your portfolio; privacy-friendlier than GAID; works when GAID unavailable | IF GAID is not available, you can send APPSETID, it's widely accepted and a safer version of GAID |
App-generated UUID | Random ID you generate and store locally (app-scoped), unique to each user | None—generate via standard library and persist in app storage | Easiest to implement; no Google dependencies/permissions; strong in-app privacy | If you don't mind populating app storage on your end, it's advisable to use if you're plan not to use google dependencies/libraries to send GAID or APPSETID |
Pass GAID (Google Advertising ID), APPSETID OR UUID for user identification.
{unique_user_id}{unique_user_id} with the actual GAID,APPSETID OR UUID. {user_id}, {payout}, {transaction_id} as needed for your system. 
With Postback Integration, you have full control over reward type, value, and delivery, while Pocketsfull.ai handles the earning opportunities.