Sleek’s Web Extension SDK can detect affiliate activations in a browser tab and emit events when such activity is observed. These events help you track engagement, trigger UI changes, or log activity for analytics purposes.Documentation Index
Fetch the complete documentation index at: https://docs.onsleek.ai/llms.txt
Use this file to discover all available pages before exploring further.
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

