Pollfish¶
Non-Visible componentCategory | Requires | Version |
---|---|---|
Monetization > General | API 21, Android 5.0 Lollipop | 2 |
Overview¶
A non-visible component that allows publishers to incentivize/reward their app''s users for completing a survey. Rewarding users for completing surveys is a great approach since it increases engagement and retention in an app.
Permissions
Events¶
Survey Closed¶
Called when Pollfish Survey was closed.
Survey Completed¶
Called when Pollfish survey was completed. surveyInfo is CSV list containing CPA, LOI, IR. Empty for Survey Offerwall.
Params | |
---|---|
survey Info | Text |
Survey Not Available¶
Called when Pollfish Survey was not available.
Survey Opened¶
Called when Survey was opened.
Survey Received¶
Called when device receives survey and user can be prompted to start the survey.surveyInfo is CSV list containing CPA, LOI, IR. Empty for Survey Offerwall.
Params | |
---|---|
survey Info | Text |
User Not Eligible¶
Called when Pollfish user was not eligible.
User Rejected¶
Called when Pollfish user was rejected.
Methods¶
Show Survey¶
Show Survey
Properties¶
API Key¶
Text Read Write - Designer Blocks
Returns value of Pollfish API Key
Request UUID¶
Text Read Write - Blocks
Sets a unique id to identify a user and be passed through server-to-server callbacks
Survey Mode¶
Text Default: Single Survey Read - Designer Blocks
Survey mode. It can either be Single Survey or Survey Offerwall
Test Mode¶
Boolean Default: True Read Write - Designer Blocks
If you want to test the component then set this property to true and before publishing to Play Store, set back to false.