Hi madhum20,
To provide a solution for your query we need to understand whether you are trying to implement AAM via SSF or client-side, whether you have Visitor ID service or not as the implementation differs for different requirements.
You would have to use the appropriate methods for your implementation to stop collecting data on particular pages if you have Server-Side forwarding in place. You can use the onPause function to pause collecting lifecycle data:
@Override
public void onPause() {
- Config.pauseCollectingLifecycleData();
}
If you have client-side implementation, ‘submitWithData’ method, will send audience management a signal with all the app traits and you can use this to send signals on pages you want to collect data on.
The different AAM methods for SDK are documented here: Audience Manager Methods
Please note: This is just for Android. The methods might change again for iOS.
Hope this helps!
Thanks,
Swastika