Summary report. Contains information for all segments in site group.
Request
The request object has the following fields:
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
|
String |
Yes (Admin only) |
Customer identifier. |
|
|
String |
No |
Site group identifier. |
|
|
Array of Strings |
No |
Array of site group identifier. Will be used only first site group id (deprecated) |
Response
The response object for a successful query has the following fields:
|
Name |
Type |
Description |
|---|---|---|
|
|
Object |
Summary report. |
|
|
Long |
Timestamp when report was updated. |
|
|
Long |
Timestamp when data was used. |
A summary object has the following fields:
|
Name |
Type |
Description |
|---|---|---|
|
|
String |
Customer identifier. |
|
|
String |
Site group identifier. |
|
|
Long |
Total count users. |
|
|
Long |
Segmented users. |
|
|
Long |
Total count page views. |
|
|
Long |
Segmented page views. |
|
|
Integer |
Days count. |
Examples
python cx.py /reach-overlap/summary '{"customerId": "eec9d6e2f5a068470ecf37559af83f92d9cfd160", "siteGroupId": "9222291112880224990", "limit": 100}'
{
"summary": {
"customerId": "6a82ea610f586ffabcddb5cac81b0ec3754d15c2",
"siteGroupId": null,
"totalUsers": 152563,
"segmentedUsers": 152204,
"totalPageViews": 3888651,
"segmentPageViews": 3885966,
"days": 30
},
"updateTime": 1566871163,
"dataFrom": 1566864000
}