Get available metrics' definitions
GET {{baseUrl}}/resources/delivery_metrics?report_type=ASYNC
Get the definitions for ads and organic metrics available across both synchronous and asynchronous report endpoints.
The display_name
attribute will match how the metric is named in our native tools like Ads Manager.
See Organic Analytics and Ads Analytics for more information.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
report_type | string | Report type. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"name":"\u003cstring\u003e","category":"ADS","definition":"\u003cstring\u003e","display_name":"\u003cstring\u003e"},{"name":"\u003cstring\u003e","category":"ORGANIC","definition":"\u003cstring\u003e","display_name":"\u003cstring\u003e"}]}