Skip to main content

Introduction

The placement category endpoint provides transparency on which categories of domains your ads are being displayed on, as well provides visibility into the number of displays, clicks, and sales that have occurred via a given publisher.  

How It Works

A single domain can have several categories associated with it because the single page categorization is grouped at the domain level. Also, each individual page can hold several categories. For example, a news website could have pages linked to business, sports, and entertainment.
How Hits are Normalized Into DisplaysOn examplenewssite.com there are 50 hits on the following categories:
  • News 10
  • Travel 15
  • Entertainment 25
Then take the ratio of each category compared to the total number of hits on examplesnewssite.com.
  • News 0.2
  • Travel 0.3
  • Entertainment 0.5
Suppose there are 20 displays on examplenewssite.com and users clicked through 10 times, apply those ratios to both displays and clicks to get accurate category level data.
  • News 4 displays / 2 clicks
  • Travel 6 displays / 3 clicks
  • Entertainment 10 displays / 5 clicks
 

Making a Call

A POST request returns a report on categories based on the query. The query returns a predefined data set that includes displays, clicks, 30 day post click sales, and 1 day post view sales.
Required AttributesThere are 4 required attributes when making a call. For additional fields see the Attributes table below.
  • startDate
  • endDate
  • advertiserIds
  • format
 
  The response is a file dictated by the “format” field in the request. This could be returned in JSON, XML, CSV, or XLS.
 
Limitations
  • This reporting is on publisher categories only.
  • This display data is for the web environment only and does not support app display data.
  • URL domains that fall under the category “Unknown” do not fall into any category.
  • URL domains “Undisclosed” are not permitted to be displayed, and will appear as empty strings.
  • If a domain has no category, then number of displays will be reported in the “Unknown” category. Additionally, if a domain has less category hits than displays, we do not correct the number of hits, and report the missing displays in the “Unknown” category.
  Attributes  

Errors and Warnings

API users must be authenticated in order to make calls to the category endpoint. For more information on authentication see https://developers.criteo.com/marketing-solutions/docs/authentication.
  There are 4 required fields when making a call: “startDate”, “endDate”, “advertiserIds”, and “format”.
  Format must be in CSV, XML, XLS, or JSON.
  Date ranges are required and must have a valid start and end date.
  The default time zone for requests is UTC. See this link for more information on supported time zones.