Expand my Community achievements bar.

SOLVED

Can we pull & push data from one report suite to another report suite ?

Avatar

Level 1

I need some help, The issue i'm facing here is the data needs to be sent to A report but due to technical issues the data has been sent to B report, can we pull a week data from one report suite to another?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@meghana_0 You will not be able to do it directly, However, you can use data insertion API, Get this data from Report suite 1 through data feeds, and then ingest to the second report suite through data insertion api.

 

Here is your reference documentation

https://experienceleague.adobe.com/docs/analytics/import/c-data-insertion-api.html?lang=en

 

You can use bulk insertion API , most easy and cost-effective way to send the data into Adobe analytics

 

Regards

Vani

View solution in original post

4 Replies

Avatar

Community Advisor

You can't do that by yourself.

The most viable way is to contact your Adobe Customer Success Manager and engage the Adobe data engineering team to re-run the hit data missed on report suite B using the data from report suite A. There will be a cost for the service and all re-run hits will be counted toward your server call.

Avatar

Correct answer by
Employee Advisor

@meghana_0 You will not be able to do it directly, However, you can use data insertion API, Get this data from Report suite 1 through data feeds, and then ingest to the second report suite through data insertion api.

 

Here is your reference documentation

https://experienceleague.adobe.com/docs/analytics/import/c-data-insertion-api.html?lang=en

 

You can use bulk insertion API , most easy and cost-effective way to send the data into Adobe analytics

 

Regards

Vani

Avatar

Community Advisor

In addition to using Data Feeds with the Data Insertion API you could use Data Sources to bring data from one Report Suite to another one. While this will only work for summary data (user journeys will not be stitched) it doesn't cost anything and can be done manually without wrangling APIs. Depending on your requirements this might be an easier solution.

Avatar

Community Advisor

Based on what was already provided:

1. Customer care approach: will cost you a lot, they will not do it for free

2. Data insertion API: You will need to enable your report suite to be timestamp enabled or timestamp optional  . They are several options to extract data, one is data feed and the other is adobe analytics api 2.0. Little warning, if do not have knowledge with APIs data insertion API might be tricky

3. Data source are usually a mess and never find them easy to use.

 

Spoiler
Now please be aware that using option #2 and #3 will result in not being able to remove the data, so make sure to test on a test report suite before doing in production.