Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration to send requests with user ID to a Focal Meter endpoint (close #571) #605

Closed
wants to merge 1 commit into from

Conversation

matus-tomlein
Copy link
Contributor

Issue #571

Similar to PR #572 which implemented the FocalMeter configuration for the version 4, this PR implements the configuration for version 5 of the tracker. In contrast with the v4 implementation, this one makes use of the new plugin API and the afterTrack callback. The public API is the same as for v4.

Documentation: Sending session user identifier to Kantar FocalMeter

The tracker has the ability to send the user identifier (userId present in the session context) to a Kantar FocalMeter endpoint. This integration enables measuring the audience of content through the FocalMeter router meter.

To enable this feature, you can pass the FocalMeterConfiguration configuration with the URL of the Kantar endpoint. For example:

FocalMeterConfiguration focalMeterConfiguration = new FocalMeterConfiguration("https://thekantarendpoint.com");
Snowplow.createTracker(getApplicationContext(),
        namespace,
        networkConfiguration,
        focalMeterConfiguration

@mscwilson mscwilson deleted the issue/571-focal_meter_plugin branch February 9, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant