Gets an array of the allowed pixel types for the given offer.
If an offer is using iFrame tracking, all pixel types are allowed
If an offer is using image tracking, only image and postbacks are allowed
Else only postbacks are allowed
Name | Type | Description |
---|---|---|
NetworkId | Url | Network ID |
api_key | String | Network token |
Target | String | This calls action target |
Method | String | This calls action method |
offer_id | Integer | ID of Offer object for which the Offer Pixel will be added |
GET Response Notes
The allowed pixel types in {'code', 'image', 'url'}
Return response will be in the following format: array.
API Call Builder
Javascript is required to use the API Call Builder.