accounts_creatives_get | SELECT | accountId, creativeId | Gets a creative. |
accounts_creatives_list | SELECT | accountId | Lists creatives. |
bidders_accounts_filterSets_filteredBids_creatives_list | SELECT | accountsId, biddersId, creativeStatusId, filterSetsId | List all creatives associated with a specific reason for which bids were filtered, with the number of bids filtered for each creative. |
bidders_filterSets_filteredBids_creatives_list | SELECT | biddersId, creativeStatusId, filterSetsId | List all creatives associated with a specific reason for which bids were filtered, with the number of bids filtered for each creative. |
accounts_creatives_create | INSERT | accountId | Creates a creative. |
accounts_creatives_stopWatching | EXEC | accountId, creativeId | Stops watching a creative. Will stop push notifications being sent to the topics when the creative changes status. |
accounts_creatives_update | EXEC | accountId, creativeId | Updates a creative. |
accounts_creatives_watch | EXEC | accountId, creativeId | Watches a creative. Will result in push notifications being sent to the topic when the creative changes status. |