Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

How to get a custom event( say example event7 ) created in a report suite via analytics api?

Avatar

Level 1

we have a report suite in which we have defines a success event named event7 and we are trying to get that custom numeric event data via the adobe analytics API

is it any diffrent from getting the metrics data

1 Accepted Solution

Avatar

Correct answer by
Level 6

Hi @omco77633670 ,

 

There are different versions of API you can use (v1.4 and v2.0) and depending on which you use, the requests look significantly different.

If you are using v2.0, please review the request in swagger, here. Custom events use the same request, and you can run the /metrics API first to get the ID... In this example, the ID is probably metrics/event7.

 

All the best

View solution in original post

2 Replies

Avatar

Correct answer by
Level 6

Hi @omco77633670 ,

 

There are different versions of API you can use (v1.4 and v2.0) and depending on which you use, the requests look significantly different.

If you are using v2.0, please review the request in swagger, here. Custom events use the same request, and you can run the /metrics API first to get the ID... In this example, the ID is probably metrics/event7.

 

All the best

Avatar

Level 6
Do you mean data insertion API or reporting API?