내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Adobe Analytics API 1.4 Push Data Into AA

Avatar

Level 9

Hello everyone,

 

Currently my client is using Adobe Analytics API 1.4 to push data into AA. Below my questions:

1) Assuming that I need to create a datasource for this integration, I noticed that I can add only three events. Can I increase that?

2) Where I can find postman example to try inserting data by  Adobe Analytics API 1.4?

2) Can I avoid creating datasource  for API integration?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

If you want to send event based data to Adobe Analytics you can use the data insertion APIs. It is an alternate way of sending event data to AA without using the javascript or client side beacons. The data insertion APIs do not require creating any data source. 

You can refer to examples here - https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/data-insertion-api/sample_code/r_sa... 

 

And here is an example of data source API - https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/data-sources-api/c_sample_code.md  (Data Sources do not support serialized events) 

 

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

If you want to send event based data to Adobe Analytics you can use the data insertion APIs. It is an alternate way of sending event data to AA without using the javascript or client side beacons. The data insertion APIs do not require creating any data source. 

You can refer to examples here - https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/data-insertion-api/sample_code/r_sa... 

 

And here is an example of data source API - https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/data-sources-api/c_sample_code.md  (Data Sources do not support serialized events)