Audience manager Extension with Domain exception | Community
Skip to main content
pradeep_07
Level 4
September 29, 2021
Solved

Audience manager Extension with Domain exception

  • September 29, 2021
  • 1 reply
  • 1684 views

Hi,

I am new to AAM and we are trying to implement AAM through adobe launch . Our one single property hold multiple sites and the requirement is to load Adobe audience manger only one domain. I thought I can create a rule to load like adobe target but action type only contain custum code. is there any way to load this library spefici to domain?

 

Thanks,

 

Pradeep

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ankita_Sodhi

Hello @pradeep_07 ,

 

With Analytics extension + Server-Side forwarding, you can control the data forwarding by limiting AA call to get fired.

With SSF, AAM will get data only when AA call gets fired and for this you need to create a rule > Send Analytics Beacon.

So, in your rules if you add a condition on the URL or domain where you allow Analytics Beacon to fire only when the domain has a specific value then you will be able to control the AAM data collection call.

 

If the requirement is to block only AAM call but let AA call to fire then you need to go with custom code method where instead of letting Launch manage the library. Steps for which will be as follows:

1. Select "let me provide the library" option in Analytics extension.

2. Add AppMeasurement.js and AudienceManagementModule in the editor.

3. Under custom tracker code, initialize AAM only when domain/URL has a specific value.

With above, if you try to call Analytics Send Beacon function then data will not be sent to AAM but AA will continue to receive the data.

 

I hope this helps.

 

Regards

Ankita Sodhi

1 reply

Ankita_Sodhi
Adobe Employee
Adobe Employee
September 30, 2021

Hello @pradeep_07 ,

 

If AAM extension is added in the launch property then it will load by default. However, you there is one setting with which you can restrict the extension to not load.

In the above setting, add all the URL on which you don't want AAM extension to load. You can also utilize regex in the URL field when you click on Add Path button.

 

I hope this helps, please let me know if you have any additional question.

 

Regards

Ankita Sodhi

pradeep_07
Level 4
September 30, 2021

Thanks

@ankita_sodhi - I realized that extension is not meant for server side forwarding of analytics data. Adobe recommendation is to use Adobe analytics default option to enable Adobe audience and server side forwarding, but with that option I dont find any setting to exlude the domain.

 

Link: https://experienceleague.adobe.com/docs/launch-learn/assets/aam-configLaunchSSF.png?lang=en

 

 

 

Ankita_Sodhi
Adobe Employee
Ankita_SodhiAdobe EmployeeAccepted solution
Adobe Employee
October 5, 2021

Hello @pradeep_07 ,

 

With Analytics extension + Server-Side forwarding, you can control the data forwarding by limiting AA call to get fired.

With SSF, AAM will get data only when AA call gets fired and for this you need to create a rule > Send Analytics Beacon.

So, in your rules if you add a condition on the URL or domain where you allow Analytics Beacon to fire only when the domain has a specific value then you will be able to control the AAM data collection call.

 

If the requirement is to block only AAM call but let AA call to fire then you need to go with custom code method where instead of letting Launch manage the library. Steps for which will be as follows:

1. Select "let me provide the library" option in Analytics extension.

2. Add AppMeasurement.js and AudienceManagementModule in the editor.

3. Under custom tracker code, initialize AAM only when domain/URL has a specific value.

With above, if you try to call Analytics Send Beacon function then data will not be sent to AAM but AA will continue to receive the data.

 

I hope this helps.

 

Regards

Ankita Sodhi