Update Priority

This API call updates an existing priority using the Priority ID. The user is unable to update the PriorityID or the SelectionAlgorithm.

📘

Note

All other parameters, beyond SelectionAlgorithm under Create Priority, can be updated. Make sure to include weight or name, as those will be replaced with null otherwise.

❗️

Warning

SelectionAlgorithm cannot be updated after the priority is created.

📘

Clearing attribute values

To unset or clear an attribute, set its value to NULL.


Path Params
int32
required

The Priority's ID

Body Params
int32
required

The Priority's ID

int32
required

The Channel's ID

string
required

Friendly name of Priority

int32
required

The priority order within the channel. 1-100, 1 is highest priority

boolean

If want to delete, set to true

string
Defaults to null

Sets whether ads in a second-priced auction should not second price against the same: advertiser, campaign, flight, or ad. Default is null, which is equivalent to advertiser. Can only be set when IsSecondPricing is true

Response

Language
Credentials
Request
Choose an example:
application/json