Offer conversion pixel for tracking conversions in third-party systems. Offer Pixels are an optional feature that some Networks do not support. Only affiliates with the Offer Management permission can create/update Offer Pixels. The only modification allowed after creation of an Offer Pixel is setting its "status" to "deleted"; changes to the "code" require a new Offer Pixel be created as it cannot be updated in place.
Name | Type | Description |
---|---|---|
affiliate_id | Integer | The ID of the Affiliate to whom this Offer Pixel belongs |
code | String | Valid URL if type parameter is set to "url", otherwise HTML code. Some variables can be used, which will be dynamically replaced. For more information, see: help.tune.com/hasoffers/conversion-pixels-urls-for-affiliates/. |
goal_id | Nullable Integer | The Goal this Pixel is for. If NULL, the Pixel is for the Offer referenced in the "offer_id" field. This field will only be present for Networks that have the Goals feature enabled. |
id | Integer | ID of unique, auto-generated object for this Offer Pixel This parameter is non-writable |
modified | Datetime | The last time this Offer Pixel was modified |
offer_id | Integer | The Offer that this Pixel is for, or "0" if it is for all Offers |
status | String | The status of the Offer PixelShow Supported Values |
type | String | The type of Pixel. Some offers only allow a subset of the listed types. Valid types for an Offer can be determined by calling the Affiliate_OfferPixel::getAllowedTypes API function.Show Supported Values |