Jump to: Examples of JSON Values | GET Response Notes | API Call Builder
Sets all the goal payout groups for an goal, purging any previous groups that were set for the goal, updating
any existing ones which are passed with an id, and creating new ones that lack an id.
Name | Type | Description |
---|---|---|
NetworkId | Url | Network ID |
NetworkToken | String | Network token |
Target | String | This calls action target |
Method | String | This calls action method |
goal_id | Integer | ID of Goal object whose payout groups are being set |
goal_payout_groups_json | String | A JSON-encoded array of goal payout groups |
Examples of JSON Values
Adding two CPA payout groups
goal_payout_groups_json: [{"cashflow_group_id":"51","rate":"25.00"},{"cashflow_group_id":"59","rate":"10.00"}]
Adding two CPS payout groups
goal_payout_groups_json: [{"cashflow_group_id":"51","percent":"25.00"},{"cashflow_group_id":"59","percent":"10.00"}]
GET Response Notes
Return response will be in the following format: void.
API Call Builder
Javascript is required to use the API Call Builder.