You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/analytics_v3.data.ga.html
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -115,19 +115,18 @@ <h3>Method Details</h3>
115
115
],
116
116
],
117
117
"containsSampledData": True or False, # Determines if Analytics data contains samples.
118
-
"totalResults": 42, # The total number of rows for the query, regardless of the number of rows in the response.
119
-
"itemsPerPage": 42, # The maximum number of rows the response can contain, regardless of the actual number of rows returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
120
-
"totalsForAllResults": { # Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request.
121
-
"a_key": "A String", # Key-value pair for the total value of a metric. Key is the metric name and the value is the total value for that metric.
122
-
},
123
118
"columnHeaders": [ # Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.
124
119
{
125
120
"dataType": "A String", # Data type. Dimension column headers have only STRING as the data type. Metric column headers have data types for metric values such as INTEGER, DOUBLE, CURRENCY etc.
126
121
"columnType": "A String", # Column Type. Either DIMENSION or METRIC.
127
122
"name": "A String", # Column name.
128
123
},
129
124
],
130
-
"sampleSize": "A String", # The number of samples used to calculate the result.
125
+
"totalResults": 42, # The total number of rows for the query, regardless of the number of rows in the response.
126
+
"itemsPerPage": 42, # The maximum number of rows the response can contain, regardless of the actual number of rows returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
127
+
"totalsForAllResults": { # Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request.
128
+
"a_key": "A String", # Key-value pair for the total value of a metric. Key is the metric name and the value is the total value for that metric.
129
+
},
131
130
"dataTable": {
132
131
"rows": [
133
132
{
@@ -146,6 +145,8 @@ <h3>Method Details</h3>
146
145
},
147
146
],
148
147
},
148
+
"sampleSize": "A String", # The number of samples used to calculate the result.
149
+
"dataLastRefreshed": "A String", # The last refreshed time in seconds for Analytics data.
149
150
"query": { # Analytics data request query parameters.
150
151
"max-results": 42, # Maximum results per page.
151
152
"sort": [ # List of dimensions or metrics based on which Analytics data is sorted.
0 commit comments