LiveIntent Reporting API

Query LiveIntent publisher and advertiser reporting data. A single executeQuery endpoint accepts a report type, an absolute or dynamic date interval, a granularity of day, week, month or all, plus splits, metrics and equals/not-equals filters, and returns an array of timestamped event objects. Authentication is a username and password login endpoint that returns a bearer token valid for 12 hours alongside a refresh token. LiveIntent's documentation describes this as OAuth2, but no authorization endpoint, client identifier, scopes or discovery document are published. No OpenAPI definition is published for this API.

API entry from apis.yml

apis.yml Raw ↑
aid: liveintent:reporting
name: LiveIntent Reporting API
description: Query LiveIntent publisher and advertiser reporting data. A single executeQuery endpoint
  accepts a report type, an absolute or dynamic date interval, a granularity of day, week, month or all,
  plus splits, metrics and equals/not-equals filters, and returns an array of timestamped event objects.
  Authentication is a username and password login endpoint that returns a bearer token valid for 12 hours
  alongside a refresh token. LiveIntent's documentation describes this as OAuth2, but no authorization
  endpoint, client identifier, scopes or discovery document are published. No OpenAPI definition is published
  for this API.
humanURL: https://support.liveintent.com/connecting-to-liveintents-reporting-api/
baseURL: https://connect.liveintent.com
tags:
- Reporting
- Analytics
- Advertising
- Publishers
- Marketers
properties:
- type: Documentation
  url: https://support.liveintent.com/connecting-to-liveintents-reporting-api/
- type: AgentSkill
  url: skills/liveintent-pull-reporting-data.md
x-spec-status: No machine-readable definition published. The endpoints, request body fields and enumerated
  values recorded in this repo come from LiveIntent's own knowledge-base article.