Get available metrics' definitions

GET {{baseUrl}}/resources/delivery_metrics?report_type=SYNC

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

KeyDatatypeRequiredDescription
report_typestringReport type.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"items":[{"name":"\u003cstring\u003e","category":"ORGANIC","definition":"\u003cstring\u003e","display_name":"\u003cstring\u003e"},{"name":"\u003cstring\u003e","category":"ORGANIC","definition":"\u003cstring\u003e","display_name":"\u003cstring\u003e"}]}