• For Website
  • For Apps
Integration GuidesFor Apps

Pocketsfull.ai Integration Guide for App Publishers

Pocketsfull.ai allows app publishers to monetize their users with a reward survey wall — seamlessly integrated using WebView or Chrome Custom Tabs. Users earn gift cards by completing surveys, and you earn revenue per survey completion.

✅ Step-by-Step Integration Instructions #

🔹 Step 1: Place the Icon or Banner

Use a pre-made icon or banner from the creative library provided in your dashboard. Place it strategically within your app — e.g., rewards section, wallet screen, or menu.

🔹 Step 2: Load the Survey Wall

When the user clicks the banner or icon, open the survey wall using WebView or Chrome Custom Tabs.
You can find your survey wall URL under your app settings in the PocketsFull.ai dashboard. The base URL looks like this:

🔹 Step 3: Pass Required Identifiers

To ensure proper tracking and monetization, pass the App ID and Google Advertising ID (GAID). We highly recommend also passing a unique user ID (uid).

📌 URL Parameters Reference #

ParameterTypeDescription
appId

Mandatory

Your App ID from the dashboard (e.g., 266 ).

gaid

Mandatory

Google Advertising ID (GAID) of the user. Use system APIs to retrieve this.

hash

Recommended

Secure hash. Use md5({uid}-{your_app_secure_hash}) or other method for enhanced security.

username

Optional

Username of the user (for personalization and analytics).

email

Optional

Used to prevent duplicate surveys. If not submitted, we ask the user before they start.

subid1

Optional

Additional metadata (e.g. campaign, referral source, etc.).

subid2

Optional

Another custom data field if needed.

For technical integration help, custom banners, or support — reach out to business@pocketsfull.ai or your account manager.

🔐 Security Note #

  • gaid
  • uid

Use methods like SHA256, MD5, or JWT for encoding these values based on your security infrastructure.

📞 Need Help? #

For support, advanced implementation help, or design creatives — contact us at business@pocketsfull.ai or reach out via your dashboard.