Event list

Returns a list of custom events

Request format

GET https://api.appmetrica.yandex.ru/v1/traffic/sources/events?appId={id}

id

App ID

Response format

  "events_info": {
    "events": [
      "string",
      "string",
      "string"
    ],
    "totals": 3

events

Event names.

Example

curl -X GET \
  'https://api.appmetrica.yandex.ru/v1/traffic/sources/events?appId=1111' \
  -H 'Authorization: OAuth 05dd3dd84ff948fdae2bc4fb91f13e22bb1f289ceef0037'
GET /v1/traffic/sources/events?appId=1111 HTTP/1.1
Host: api.appmetrica.yandex.ru
Authorization: OAuth 05dd3dd84ff948fdae2bc4fb91f13e22bb1f289ceef0037

If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.

Contact support