Get an ad group shell
2 min
use case for this api get information about the shell of an existing ad group in the cadent dsp api endpoint curl location 'https //api cadent app/dsp/v1/adgroup/1424176' \\ \ header 'x api key insert api key here' \\ \ header 'content type application/json'{ "status" { "code" 200, "message" "success", "errorarray" null, "haserror" false }, "data" { "lineitemid" 12918, "status" 1, "bidprice" 0 000000, "lineitempercentageallocation" 0 000000, "frequencycappingenabled" true, "frequencytype" 1, "impressionlimit" 5, "frequencytiming" 1, "adgrouptodevicetypes" \[ { "devicetypeid" 1, "devicetypename" "desktop", "adgroupid" 1424176 }, { "devicetypeid" 3, "devicetypename" "smartphone", "adgroupid" 1424176 }, { "devicetypeid" 4, "devicetypename" "tablet", "adgroupid" 1424176 }, { "devicetypeid" 5, "devicetypename" "media player", "adgroupid" 1424176 } ], "id" 1424176, "name" "ad group test" } }


