Owned Media & Communities

Which of your own channels and which community conversations AI answers cite. Every row on the platform is returned, not just yours, each carrying a yours flag so you can compare your presence against everyone else cited there. Growth plan or above required.

GET/dimensions/owned_media

Owned-media citations for one platform. provider is required and has no default: omitting it returns ERR_INVALID_PARAM. Views depend on the provider: youtube takes videos (default), channels, own_citations; the social platforms take posts (default), profiles, own_citations; mobile_apps takes apps. own_citations returns the citations of the connected profile only and stays empty until a profile is connected. Reddit has its own endpoint below. Defaults to the last 30 days.

Params:
  • project_idrequired
  • providerrequired: youtube|instagram|facebook|tiktok|linkedin|mobile_apps
  • view
  • storegoogle_play|app_store, mobile_apps only
  • owned
  • model
  • collection_id
  • country_code
  • language_code
  • brand_kind
  • range
  • from
  • to
  • page
  • per_page
  • output

GET/dimensions/reddit

Reddit content cited by AI answers. view=subreddits (default) returns one row per subreddit with its citation count, unique authors and positive/negative sentiment split. view=authors returns one row per author. view=threads returns the individual cited threads with upvotes, comments, average position and dominant sentiment. The brand filter reads the brands mentioned in the scraped Reddit content, not in the AI answer. Defaults to the last 30 days.

Params:
  • project_idrequired
  • viewsubreddits|authors|threads
  • subreddit
  • author
  • statusopen|archived, threads only
  • owned
  • brandbrand or a competitor id
  • order
  • direction
  • model
  • collection_id
  • country_code
  • language_code
  • brand_kind
  • range
  • from
  • to
  • page
  • per_page
  • output