コミュニティアチーブメントバーを展開する。

Get ready! An upgraded Experience League Community experience is coming in January.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Actions to Analytics API 1.4

Avatar

Community Advisor

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?

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Employee

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?

元の投稿で解決策を見る

4 返信

Avatar

正解者
Employee

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?

Avatar

Community Advisor

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

Avatar

Employee
ok - it is indeed not yet available in 2.0 according to Analytics docs: https://www.adobe.io/apis/experiencecloud/analytics/docs.html#!AdobeDocs/analytics-2.0-apis/master/m....

Avatar

Community Advisor
thanks