Skip to main content

Retrieving All Categories at the Advertiser Level

For the Advertiser API, all categories for the specified advertiser will be returned. This will include multiple instances of a category if that category is associated with more than one of the advertiser’s campaigns.
  The following is an example of what’s returned:
 

Retrieving a Specific Category at the Advertiser Level

To retrieve the category information related to a specific campaign, you can look up that category by its categoryHashCode.
Single Category Record ReturnedIf a category is associated with multiple campaigns, only the first record (associated with a single campaign) will be returned. To retrieve a specific category for a specific campaign, use the All Categories call above and filter the results instead.