Create an advertiser
8 min
use case for this api create a new advertiser for the cadent ad manager api endpoint curl location 'https //api cadent app/dsp/v1/advertiser/save' \\ \ header 'x api key insert api key' \\ \ header 'content type application/json' \\ \ data '{ "agencyid" 5111, "attributionpostclick" 30, "attributionpostimpression" 30, "currencyid" 10, "iabcategoryid" 7, "name" "test advertiser 3", "url" "https //cadent tv" }' post body { "agencyid" 5111, "attributionpostclick" 30, "attributionpostimpression" 30, "currencyid" 10, "iabcategoryid" 7, "name" "test advertiser", "url" "https //cadent tv" }{ "result" { "agencyname" "test agency", "brands" \[], "id" 21709, "name" "test advertiser", "masterid" "52d8e35f 8d2c 4b38 902b 91835e646a84", "logofilename" null, "logobase64" null, "logouri" "", "additionalinformation" null, "agencyid" 5111, "enabled" true, "datecreated" "17 jun 2025", "datelastmodified" "", "displayname" null, "categoryid" null, "categoryname" null, "categoryothercode" null, "iscadentdirectclient" false, "url" "https //cadent tv", "financestatusid" null, "financestatusname" null, "currencyid" 10, "currencydisplayname" "united states dollar (usd)", "currencycode" "usd", "creditlimit" null, "iabcategoryid" 7, "iabcategorydisplayname" "iab1 6 music", "attributionpostimpression" 30, "attributionpostclick" 30, "globalid" "22248ad21709", "meta data" null }, "success" true, "message" "no errors", "severity" "noerrors", "transactionid" "ca765faa e3aa 4404 b881 942b5310d11b", "maskpayload" false } parameters agencyid integer, required id of the parent agency attributionpostclick integer, required attribution window for post click conversions possible values 1 90 days 30 days (default) attributionpostimpression integer, required attribution window for post impression conversions possible values 1 90 days 30 (default) currencyid integer, required default currency id to be used for the campaign's budget and cpm rates required value 10 = united states dollar (default) enabled boolean sets the activation status of the advertiser possible values true = advertiser e nabled false = advertiser disabled iabcategoryid \<font color="#808080b5"> \</font> integer, required advertiser's iab category id learn more iab categories https //docs powerspace com/docs/iab categories id integer, required id of the advertiser required value 0 = create a new advertiser name \<font color="#808080b5"> \</font> string, required name of advertiser requirements maximum of 128 characters only a z , 0 9 , characters allowed must be unique within parent account url \<font color="#808080b5"> \</font> string, required url for advertiser website must include https //


