/
Reach and Frequency
Returns the documentation of the dataset: its fields, supported time windows and rollups.
Security
Auth0(Required scopes: offline_access)
GET
curl -i -X GET \
https://api.mediamath.com/reporting/v2/reach-frequency \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Dataset documentation
Response
{ "code": "string", "endpoint": "string", "metadata": { "description": "string", "name": "string" }, "fields": { "dimensions": [ … ], "metrics": [ … ] }, "rollups": [ "string" ], "time_windows": [ "string" ] }