1
0
mirror of synced 2026-01-05 21:02:13 -05:00
Files
airbyte/airbyte-integrations/connectors/source-google-analytics-v4/unit_tests/response_golden_data.json
Denys Davydov 234089e479 Source google-analytics-v4: fix pagination (#17943)
* #787 oncall - source google-analytics: fix pagination

* source google-analytics-v4: upd changelog

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-10-13 15:28:00 +03:00

47 lines
814 B
JSON

{
"reports": [
{
"columnHeader": {
"dimensions": ["ga:date"],
"metricHeader": {
"metricHeaderEntries": [
{
"name": "ga:14dayUsers",
"type": "INTEGER"
}
]
}
},
"data": {
"rows": [
{
"dimensions": ["20201027"],
"metrics": [
{
"values": ["1"]
}
]
}
],
"isDataGolden": true,
"totals": [
{
"values": ["158"]
}
],
"rowCount": 134,
"minimums": [
{
"values": ["0"]
}
],
"maximums": [
{
"values": ["3"]
}
]
}
}
]
}