Overview
Affiliate activations are detected when the user visits or navigates to a URL that contains affiliate tracking parameters. When this happens, the web extension SDK emits anAFFILIATE_ACTIVATION_DETECTED event with details.
You can listen to this event using registerEventListener().
Usage
Event Payload
detectedUrl: The affiliate-tracked URLdetectedUrlCapturedOn: Timestamp when affiliate URL was detectedfinalUrl: Destination URL after redirectionfinalUrlCapturedOn: Timestamp when final URL was confirmed

