Stores a cap on the number of conversions/payout/revenue an Affiliate can generate for an Offer. For more information, see: help.tune.com/hasoffers/conversion-budget-caps/.
| Name | Type | Description |
|---|---|---|
| affiliate_id | Integer | The ID of the Affiliate the cap is in place for |
| conversion_cap | Integer | A cap on the number of conversions the Affiliate can generate in a single day. If 0, no cap is in place. If greater than 0, cap will be enforced. |
| id | Integer | ID of unique, auto-generated object for this Offer Conversion Cap This parameter is non-writable |
| modified | Datetime | The last date this Offer Conversion Cap was updated |
| monthly_conversion_cap | Integer | A cap on the number of conversions the Affiliate can generate in a single month. If 0, no cap is in place. If greater than 0, cap will be enforced. |
| monthly_payout_cap | Decimal | A cap on the total payout the Affiliate can generate in a single month. If 0.00, no cap is in place. If greater than 0.00, cap will be enforced. |
| monthly_revenue_cap | Decimal | A cap on the total revenue the Affiliate can generate in a single month. If 0.00, no cap is in place. If greater than 0.00, cap will be enforced. |
| offer_id | Integer | The ID of the Offer the cap is in place for |
| payout_cap | Decimal | A cap on the total payout the Affiliate can generate in a single day. If 0.00, no cap is in place. If greater than 0.00, cap will be enforced. |
| revenue_cap | Decimal | A cap on the total revenue the Affiliate can generate in a single day. If 0.00, no cap is in place. If greater than 0.00, cap will be enforced. |