Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

1.4 API Data Insertion API Alternative

Avatar

Level 2

Hello Experts,

 

We want to use Data insertion API's from 1.4 but it seems Adobe has deprecated them.

Could you please tell us which one we can use from 2.0 which does similar job?

 

 

https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/data-insertion-api/index.md

 

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor
3 Replies

Avatar

Level 7

@NitinCT  Data Insertion API 1.4 can still be used. Are you facing any error while using this API ? Can you share any screenshot of error ?

Avatar

Level 2

Actually we are little confused on how to use Authentication and Authorization of 2.0 with 1.4. We are using Java. Is there any example which we could use?

Avatar

Correct answer by
Employee Advisor

@NitinCT You could find the sample codes that can be used in different launges to retrive tokens here https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/JWT/samples/sam...

And blog written on authorization using Java

https://webanalyticsfordevelopers.com/2018/07/03/accessing-adobe-io-using-java/