Transform an account's exported reports into raw, click-level mapped rows for a date range.

Runs the transformation pipeline at click granularity (without enhancement, upload or aggregation) and
returns each row keyed by resolved dimension and metric names. The from date must not
be later than the to date, otherwise the request is rejected. When
format is csv the result is returned as a CSV file instead of JSON.

🔐 Required permission: accounts.read

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

The integration account whose reports to transform.

Query Params
date-time

Start of the date range (inclusive). Must not be later than to.

date-time

End of the date range (inclusive).

string

Output format; pass csv to receive a CSV file instead of JSON.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json