How to forward data from Adobe Analytics to Audience Manager
Follow the steps in this tutorial to forward Analytics data to Audience Manager instead of having the Audience Manager Data Integration Library (DIL) code send a pixel from the page.
Prerequisites
In addition to enabling the extensions or implementing the code described in this document, you must also:
- Implement the Adobe Experience Platform Identity Service.
- Enable Server-Side Forwarding for report suites in the Adobe Analytics Admin Console.
Implementation
There are two methods to implement data forwarding from Adobe Analytics to Audience Manager, depending on the tag management solution that you use.
Implementation using Adobe Experience Platform Tags
Adobe recommends you use the Tags extension to instrument Adobe Analytics and Audience Manager on your properties. In this case, you do not need to manually copy any code. Instead, you must enable data sharing in the Analytics extension, as shown in the image below. See also the Adobe Analytics Extension documentation.
Code Elements Defined
The following table defines important variables in the code sample.
partner
containerNSID
"containerNSID":0
. However, if your company needs to customize ID syncs with a different container, you can specify that container ID here.uuidCookie
visitorService
- namespace
namespace
parameter is required if you use the AudienceManagement module bundled with AppMeasurement version 2.10 or newer. This AudienceManagement module requires that you use Adobe Experience Platform Identity Service 3.3 or newer.The Experience Cloud Organization ID is the ID that a company is provided with upon signing up for the Experience Cloud. Find out your company’s Organization ID in Organizations and Account Linking.
Results: Data Forwarding to Audience Manager
Your Analytics implementation sends data to Audience Manager after you have:
- Enabled Server-Side Forwarding (talk to your consultant about this feature);
- Implemented the Adobe Experience Platform Identity Service;
- Followed the implementation steps in this tutorial.
This process sends data to Audience Manager:
- On page view calls;
- From tracked links;
- From video milestone and heartbeat video views.