-
Notifications
You must be signed in to change notification settings - Fork 93
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 #745) #754
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
matus-tomlein
force-pushed
the
issue/configuration
branch
from
January 24, 2023 16:34
41ad8f6
to
9f69f52
Compare
matus-tomlein
force-pushed
the
issue/focal_meter_v5
branch
from
January 24, 2023 16:34
fd27ef2
to
50592cd
Compare
matus-tomlein
force-pushed
the
issue/configuration
branch
from
January 31, 2023 13:23
9f69f52
to
88467ff
Compare
matus-tomlein
force-pushed
the
issue/focal_meter_v5
branch
from
January 31, 2023 13:24
50592cd
to
7d54982
Compare
mscwilson
approved these changes
Feb 1, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
matus-tomlein
force-pushed
the
issue/configuration
branch
from
February 1, 2023 15:54
88467ff
to
05f5a4b
Compare
matus-tomlein
force-pushed
the
issue/focal_meter_v5
branch
from
February 1, 2023 15:58
7d54982
to
9c2011e
Compare
…oint (close #745) # Conflicts: # Sources/Snowplow/Configurations/FocalMeterConfiguration.swift
matus-tomlein
force-pushed
the
issue/focal_meter_v5
branch
from
February 10, 2023 07:58
9c2011e
to
1cf6448
Compare
matus-tomlein
added a commit
that referenced
this pull request
Apr 5, 2023
matus-tomlein
added a commit
that referenced
this pull request
Apr 5, 2023
matus-tomlein
added a commit
that referenced
this pull request
Jul 12, 2023
matus-tomlein
added a commit
that referenced
this pull request
Jul 12, 2023
matus-tomlein
added a commit
that referenced
this pull request
Jul 12, 2023
matus-tomlein
added a commit
that referenced
this pull request
Jul 12, 2023
matus-tomlein
added a commit
that referenced
this pull request
Jul 13, 2023
matus-tomlein
added a commit
that referenced
this pull request
Sep 8, 2023
matus-tomlein
added a commit
that referenced
this pull request
Oct 5, 2023
greg-el
pushed a commit
that referenced
this pull request
Oct 9, 2023
greg-el
pushed a commit
that referenced
this pull request
Oct 9, 2023
Kymer
pushed a commit
to Kymer/snowplow-ios-tracker
that referenced
this pull request
Nov 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #745
Similar to PR #746 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: