Skip to main content

AnalyticsExportUrl

Get a download URL for analytics CSV export. The URL triggers a synchronous download - navigate to it to download the file.

type AnalyticsExportUrl {
url: String
errors: [AnalyticsExportError!]!
}

Fields

AnalyticsExportUrl.url ● String scalar

Download URL for the CSV export. Navigate to this URL to trigger download.

AnalyticsExportUrl.errors ● [AnalyticsExportError!]! non-null object

Errors that occurred during the mutation

Returned By

analyticsExportUrl mutation

Was this page helpful?