Sign in

Get metadata

documented

Return available dimensions, metrics and related metadata for a property.

GET /v1beta/{name=properties/*/metadata}Analytics Data APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://analyticsdata.googleapis.com/v1beta/properties/{{$property_id}}/metadata" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Get metadata · Google Analytics · OpenIntegrations