Microsoft Advertising API
A Microsoft API that provides programmatic access to Microsoft Advertising to manage large campaigns or to integrate your marketing with other in-house systems.
464 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, I'm trying to retrieve campaign criterions using the API for CriterionType == Age
, but for some reason, I'm getting a result indicating that there are none for a specific campaign.
I attempted to fetch the data using both:
I’m not receiving any errors, just an empty response like:
{ "CampaignCriterions": [], "PartialErrors": null }
However, when I go into the campaign settings in the UI, I get the impression that the campaign does have this targeting set:
Could it be that I'm looking for this targeting in the wrong place and it actually doesn't exist, as the API is returning?