Used to define several aspects of an Affiliate's relationship with an Offer. Holds the application of an Affiliate to run a private Offer, an Offer which requires approval, or an Offer which requires terms and conditions agreement. Also used to specify an Affiliate-specific hostname to use for an offer.
Name | Type | Description |
---|---|---|
affiliate_id | Integer | ID of Affiliate object |
agreed_terms_and_conditions | Nullable Date | The date on which the Affiliate agreed to the terms and conditions, or NULL if the Affiliate has not |
approval_notes | Nullable String | A note to send to the Affiliate in response to their application |
approval_status | Nullable String | The status of the offer application. If the offer only requires terms and conditions acceptance but is not private nor does it require approval, this will be NULL.Show Supported Values |
hostname_id | Nullable Integer | ID of A Hostname object. If present, specifies an alternative/custom hostname for this Affiliate's tracking links for the Offer. |
id | Integer | ID of unique, auto-generated object for this AffiliateOffer This parameter is non-writable |
offer_id | Integer | ID of Offer object |