This API lists custom parameter groups available via /traffic/custom. Because the available groups may vary depending on the requested fields, aggregation period and filters, this API can be useful for checking the available groups. Calling this API is much more efficient than calling /traffic/custom. However, it might return false positives, that is groups that have no data and thus are not in the result set returned by /traffic/custom.
The user must be authenticated and have read permissions to the given sites.
Current aggregation period and filter restrictions are the same as for /traffic/custom, except that the number of custom parameter groups in the result is limited to:
-
200 most popular groups for the period of the last 31 days.
-
20 most popular groups for the period older than the last 31 days.
Request
Identical to /traffic/event/describe.
Response
Identical to /traffic/event/describe.
Examples
$ python cx.py /traffic/custom/describe '{"siteId":"12345", "start":"-1d"}'
{
"start": 1416222029,
"stop": 1416308429,
"groups": [
"subscriber",
"cx_source"
]
}