Actions that you setup determine which user actions you reward your partners for. The PartnerPay system keeps track of whenever your tagged users trigger an action
Standard actions are triggered automatically by various Player.IO systems. You don't need to do any code changes to your game, you just need to set them up.
These are the standard actions available:
Custom actions that you set up need to be triggered by calling the Trigger method in the PartnerPay API. Using these, you can reward partners when their users reach certain milestones in your game, or perform any other action that the standard actions don't cover. For example:
By default, triggering custom actions can only be done serverside for security reasons, but you can change the connection rights in the admin panel if you want to allow it to be done from the clientside.
Calling the PartnerPay API is as easy as using all the other Player.IO APIs. If you've set up a custom action called 'levelfive', then triggering it can be done as simple as this: