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

No server-to-server tracking when "Only track visits and actions when the action URL starts with one of the above URLs." checked #17170

Closed
traderjean opened this issue Jan 30, 2021 · 1 comment
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@traderjean
Copy link

traderjean commented Jan 30, 2021

Hey everyone,
Using an ecommerce API to track conversions. Tracking is working fine in JS. But the user conversion is sent from another server and seems like matomo is blocking it when the options "Only track visits and actions when the action URL starts with one of the above URLs." is checked.

Anyone has an idea how I can fix that ?
Thanks a lot.

@traderjean traderjean changed the title No server-to-server tracking when" Only track visits and actions when the action URL starts with one of the above URLs." No server-to-server tracking when "Only track visits and actions when the action URL starts with one of the above URLs." checkedd Jan 30, 2021
@traderjean traderjean reopened this Jan 30, 2021
@traderjean traderjean changed the title No server-to-server tracking when "Only track visits and actions when the action URL starts with one of the above URLs." checkedd No server-to-server tracking when "Only track visits and actions when the action URL starts with one of the above URLs." checked Jan 30, 2021
@tsteur tsteur added the answered For when a question was asked and we referred to forum or answered it. label Jan 31, 2021
@tsteur
Copy link
Member

tsteur commented Jan 31, 2021

hi @traderjean you will then need to set a page URL in the tracking request that matches a configured URL in Matomo.

If you're using the PHP tracker, that be for example $tracker->setUrl(). If you're using the Tracking API, you would need to use the url tracking parameter.

@tsteur tsteur closed this as completed Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants