Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.
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 5

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 5

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 5
Do you mean data insertion API or reporting API?