Offer::getPayoutAndRevenueFactorsForAffiliate Method

Retrieves payout and revenue information of an affiliate for a given offer. Results are grouped and returned by where the payout and revenue values are set:

  • Default payout and revenue
  • Affiliate payout and revenue tier
  • Affiliate-specific payout and revenue
  • Cashflow group (also known as "Payout & Revenue group")
NameTypeDescription
NetworkId UrlNetwork ID
NetworkToken StringNetwork token
Target StringThis call action target
Method StringThis calls action method
id IntegerID of the Offer object
affiliate_id IntegerID of the Affiliate object
goal_idIntegerID of the offer goal

GET Response Notes

Returns an array of key-value pairs with each key is a payout or revenue factor and each value describes an application of payout and revenue values:

  • "default": Default payout and revenue
  • "tier": Affiliate payout and revenue tier
  • "affiliate_payouts_and_revenues": Affiliate-specific payout and revenue
  • "cashflow_groups": Cashflow group (also known as "Payout & Revenue group")
Show Example Response

API Call Builder

Javascript is required to use the API Call Builder.
Have a Question? Please contact [email protected] for technical support.