Retrieving Overall data from the API
Hello,
I need my product to pull "overall" users from the Adobe API. There is no dimension that I see associated with this (unless I am missing something), and I know if we just use the requests library we can make a request without a dimension (attached below). This does not appear valid through adobe analytics API 2.0 and fails as there is no "dimension" value. Is there a different way to pull "overall" users across years?
{ "rsid": "{rsid}", "globalFilters":[ { "type":"dateRange", "dateRange": "2023-12-01T00:00:00/2024-01-31T23:59:59.999999" }, { "type": "segment", "segmentId": "{segment}" }], "metricContainer": { "metrics": [{"columnId": "Overall", "id": "metrics/visitors" }] "metricFilters": [] }, "settings": { "countRepeatInstances": true, "limit": 10000, "page": 0 } }