How to get a custom event( say example event7 ) created in a report suite via analytics api? | Community
Skip to main content
omco77633670
November 11, 2020
Solved

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

  • November 11, 2020
  • 2 replies
  • 1000 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jacob-DDdev

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

2 replies

Jacob-DDdev
Jacob-DDdevAccepted solution
Level 6
November 12, 2020

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

Jacob-DDdev
Level 6
November 12, 2020
Do you mean data insertion API or reporting API?