AnalyticsExportUrl
Result of analytics URL export mutation
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