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

Treating clicks and impressions differently in attribution logic #42

Open
benjaminsavage opened this issue Oct 3, 2024 · 0 comments
Open

Comments

@benjaminsavage
Copy link
Contributor

A very common heuristic in attribution is:

  • If there are clicks, attribute to the most recent click.
  • If there are no clicks, attribute to the most recent impression.

This is a little different than "last-touch", and it would be good to be able to support this.

This would require annotating conversions with a bit of metadata to indicate if it was an impression or a click.

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

No branches or pull requests

1 participant