// This parameter is ignored if game_id parameter is set.
After*types.Cursor`url:"after,omitempty"`
}
typeGetGameAnalyticsResponsestruct{
// A list of reports. The reports are returned in no particular order; however, the data within each report is in ascending order by date (newest first).
// The report contains one row of data per day of the reporting window; the report contains rows for only those days that the game was used.
// A report is available only if the game was broadcast for at least 5 hours over the reporting period. The array is empty if there are no reports.
Data[]GameAnalyticsReport`json:"data"`
// Contains the information used to page through the list of results.
// The object is empty if there are no more pages left to page through.
Paginationtypes.Pagination`json:"pagination"`
}
typeGameAnalyticsReportstruct{
// An ID that identifies the game that the report was generated for.
GameIDstring`json:"game_id"`
// The URL that you use to download the report. The URL is valid for 5 minutes.
URLstring`json:"URL"`
// The type of report.
Typestring`json:"type"`
// The reporting window’s start and end dates, in RFC3339 format.
DateRangetypes.DateRange`json:"date_range"`
}
// Gets an analytics report for one or more games. The response contains the URLs used to download the reports (CSV files).