Skip to content

Commit

Permalink
Add Offerwall and Reward mode to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Nov 16, 2023
1 parent 60b4531 commit 5e62e35
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions markdown/plugin/pollfish/load.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ _[Boolean][api.type.Boolean]._ Setting this to `true` activates "custom mod

* Setting this to `true` ignores the Pollfish panel behavior settings in the [Pollfish portal](https://www.pollfish.com/publisher). It always omits the Pollfish button and you must explicitly call [pollfish.show()][plugin.pollfish.show] to display the loaded survey.

##### rewardMode ~^(optional)^~
_[Boolean][api.type.Boolean]._ Setting this to `true` activates "custom mode" as detailed below. Default is `false`.

Enables Pollfish in offerwall mode. If not specified Pollfish shows one survey at a time


##### offerwallMode ~^(optional)^~
_[Boolean][api.type.Boolean]._ Setting this to `true` activates "offerwall mode" which will show an offerwall of surveys. Default is `false`.



## Example

Expand Down

0 comments on commit 5e62e35

Please sign in to comment.