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