Create a Placement
Last updated
Last updated
Always create a fallback campaign for each placement that has no rules. That way, if a user doesn't match any of the previous campaigns, they will still see a paywall.
Visit
Most placements are defined by labels in your app code.
This label should be a short string that is used by your app code. The string shouldn't have any spaces or special characters other than -
or _
Tags can be added to help manage lots of placements. You will want to tag similar placements according to form factor, purpose, and context.
In this example, the placement is one that unlocks content, so we add tag unlock
Placements have statuses. By default when you create a placement, it is turned On. To disable the placement and all rules attached, turn it off.
Click into the placement to add a rule.
You can also create that are triggered by a URL.
The Display Name is used internally to help describe the placement in more detail. It is also used when bulk duplicating campaigns.
Each placement should have at least 1 campaign rule.