Update Offer Pixel field with value by Offer Pixel ID.
Only affiliates with the Offer Management permission can create/update Offer Pixels.
The only field that can be updated is "status" and the only allowed transition is to "deleted".
Changes to the "code" field require a new Offer Pixel be created, as it cannot be updated in place.
| Name | Type | Description |
|---|---|---|
| NetworkId | Url | Network ID |
| api_key | String | Network token |
| Target | String | This calls action target |
| Method | String | This calls action method |
| id | Integer | ID of OfferPixel object |
| field | String | Name of field to updateShow Supported Values |
| value | String | New value for specified field |
GET Response Notes
Returns true on successful update.
Return response will be in the following format: true.
API Call Builder
Javascript is required to use the API Call Builder.