Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.
SOLVED

Getting report using API calls

Avatar

Level 1

Hi,

I am new to adobe analytics.

I am from database background.

I would like to automate the process of downloading a report and loading into oracle database.

Email and FTP is not possible as per our organization policy restriction.

At the moment we are downloading the file and loading them into database.

Is there a way to pull the whole report data using any of the below api in the list. I am able to bring standard measures kind of total number of visits etc, not a whole specific report.

Developer Connection | Adobe Developer Connection

Cheers!

Gatha

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

i do not believe you can get Data Feeds via API. You can configure them to be delivered to a location but not get data as response from and api. More details

Analytics Data Feed

analytics-1.4-apis/index.md at master · Adobe-Experience-Cloud/analytics-1.4-apis · GitHub

Now what you can do is use the reporting api:

analytics-1.4-apis/index.md at master · Adobe-Experience-Cloud/analytics-1.4-apis · GitHub

This should allow you to extract the data you need and feed it to a Database.

Reporting api allows to you get in the same requests several elements and metrics.

Another way to important data is to use Live stream API (will need to have specific contract tho). Live Stream API is real-time data and is like data feed data: analytics-1.4-apis/index.md at master · Adobe-Experience-Cloud/analytics-1.4-apis · GitHub

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

i do not believe you can get Data Feeds via API. You can configure them to be delivered to a location but not get data as response from and api. More details

Analytics Data Feed

analytics-1.4-apis/index.md at master · Adobe-Experience-Cloud/analytics-1.4-apis · GitHub

Now what you can do is use the reporting api:

analytics-1.4-apis/index.md at master · Adobe-Experience-Cloud/analytics-1.4-apis · GitHub

This should allow you to extract the data you need and feed it to a Database.

Reporting api allows to you get in the same requests several elements and metrics.

Another way to important data is to use Live stream API (will need to have specific contract tho). Live Stream API is real-time data and is like data feed data: analytics-1.4-apis/index.md at master · Adobe-Experience-Cloud/analytics-1.4-apis · GitHub