Actions to Analytics API 1.4 | Community
Skip to main content
Urs_Boller
Community Advisor
Community Advisor
August 21, 2020
Solved

Actions to Analytics API 1.4

  • August 21, 2020
  • 1 reply
  • 1355 views

I have a requirement to write an action that is only available on the API 1.4. Is it possible to do it using the analytics package or do I need to setup a custom action and manually write all the calls to the API?

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 duynguyen_adobe

Hi @urs_boller , the Firefly SDK for Adobe Analytics only supports the 2.0 API.

If the functionality you need is only available in 1.4 API, not 2.0, you would need to make the HTTP requests using `node-fetch`.

Which functionality of AA API that you want to use?

1 reply

duynguyen_adobeAdobe EmployeeAccepted solution
Adobe Employee
August 21, 2020

Hi @urs_boller , the Firefly SDK for Adobe Analytics only supports the 2.0 API.

If the functionality you need is only available in 1.4 API, not 2.0, you would need to make the HTTP requests using `node-fetch`.

Which functionality of AA API that you want to use?

Urs_Boller
Community Advisor
Community Advisor
August 21, 2020

thanks - this is what I expeceted. We would like to upload data using "data sources", which I haven't found in API 2.0, only in 1.4 https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/data-sources-api/index.md