Tool name get_workspace_details
Describes one or more workspaces: each one’s name, the publisher domains it collects data on, the cohort tags used in it, and its usage stats (users and page views, broken down by domain, device, and country).
Example prompt
Which domains do we serve from our UK workspace? What’s the geographical coverage for the News workspace?
Parameters
Workspaces to describe. Each requested workspace is described separately in the response. min 1 item.
Returns
One entry per requested workspace, in the order requested. Publisher domains this workspace collects data on. Pass these to measure_audiences as restrict_to.
stats
WorkspaceStats object
required
Usage stats for the whole workspace over the last 30 days. Users and page views per country (ISO 3166-1 alpha-3 code), top 20 by users. Show CountryBreakdownEntry
ISO 3166-1 alpha-3 country code (e.g. GBR, USA).
Estimated page views in this country.
Estimated unique users in this country.
Users and page views per device type. Show DeviceBreakdownEntry
Device type (e.g. Desktop, Mobile, Tablet, CTV).
Estimated page views on this device type.
Estimated unique users on this device type.
Users and page views per publisher domain, top 20 by users. Show DomainBreakdownEntry
Estimated page views on this domain.
Estimated unique users on this domain.
Estimated page views in the workspace in the last 30 days.
Estimated unique users active in the workspace in the last 30 days.
Cohort tags used in this workspace.
The workspace these details describe.