Appearance Queries
An overview of the available site appearance queries
Types of Appearance Queries
Appearance Queries can further be divided into two categories:
Channel Appearances (Require lookup by company hash)
Content Appearances (Require lookup by content ID)
Channel Appearances
Channel Appearances identify how the company and related content were accessed on a particular channel (such as Website
, Print
and Newsletter
). Channel Appearances are queried using the company hash and a date range using the format of { start: "YYYY-MM", end: "YYYY-MM" }
. It will return the following data for each:
Website Channel Appearances
Includes content metadata and website metrics -- notably the following:
Views: The number of times the company was viewed, including the profile page and related content.
Users : The total number of users that viewed the company (and related content).
Rows: A breakout of the above data by each distinct content item.
Print Channel Appearances
Includes content and print issue metadata.
Newsletter Channel appearances
Includes content and newsletter deployment metadata.
Content Appearances
Content Appearances identify where the individual content item appeared in the channel. Like Channel Appearances, this query identifies where the content item appeared within a channel, and supports a date range using the same format as above.
Content Website Appearances
The contentWebsiteAppearances
query returns website section metadata for each location where the content was scheduled.
Content Print Appearances
The contentPrintAppearances
query returns magazine issue metadata for each location where the content was scheduled.
Content Newsletter Appearances
The contentNewsletterAppearances
query returns newsletter deployment metadata for each location where the content was scheduled.
Last updated