Getting Started

Sections

Theme switcher

Deduplicated Audience

Returns the number of individuals visiting a domain deduplicated across devices

Possible Output Fields:

  • total_deduplicated_audience: The average number of individuals who visited a website across desktop and mobile web (deduplicated across devices)
  • desktop_only_audience_share: The share of users out of the total deduplicated audience that visit a website on desktop only
  • desktop_only_audience_visitors: The number of users that visit a website on desktop only
  • mobile_web_only_audience_share: The share of users out of the total deduplicated audience that visit a website on mobile web only
  • mobile_web_only_audience_visitors: The number of users that visit a website on mobile web only
  • desktop_and_mobile_web_audience_share: The share of users out of the total deduplicated audience that visit a website on both desktop and mobile web
  • desktop_and_mobile_web_audience_visitors: The number of users that visit a website on both desktop and mobile web

This endpoint uses data credits. Read the following guide to estimate the credit costs.

Constraints:

  • Only monthly granularity is supported

Header Parameters

api-keystring

Query Parameters

domainstring Required

Website domain without 'www.' (e.g., 'example.com')

start_datestring Required

Start date in 'YYYY-MM'

end_datestring Required

End date in 'YYYY-MM'

granularitystring Required

Time granularity

Enum values:
dailyweeklymonthly
countrystring Required

Two-letter country code (e.g., 'us', 'gb', 'ww')

metricsarray

Comma-separated list of desired metrics. Default to all available metrics.

Enum values:
total_deduplicated_audiencedesktop_only_audience_sharedesktop_only_audience_visitorsmobile_web_only_audience_sharemobile_web_only_audience_visitorsdesktop_and_mobile_web_audience_sharedesktop_and_mobile_web_audience_visitors
main_domain_onlyboolean

'true' to include only the main domain, 'false' to include subdomains. Default is 'false'

formatstring

Format in which the reply should be returned.

Enum values:
jsonxml

Response

200
Object
Success

Response Attributes

metaobject

Show child attributes

dataarray
Nullable:
True

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

GET

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?

View as Markdown

Ask an AI

Open in ChatGPTOpen in Claude

Code with AI