How to get a custom event( say example event7 ) created in a report suite via analytics api? | Adobe Higher Education
Skip to main content
omco77633670
November 11, 2020
해결됨

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

  • November 11, 2020
  • 2 답변들
  • 999 조회

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

이 주제는 답변이 닫혔습니다.
최고의 답변: 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 답변

Jacob-DDdev
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?