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

[Enhancement] Introduce config parameter to set a static tracking / asset endpoint URL for trackingcode/container generation #22719

Open
peterbo opened this issue Oct 28, 2024 · 1 comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. triaged

Comments

@peterbo
Copy link
Contributor

peterbo commented Oct 28, 2024

Summary

In many cases, the Reporting-UI is accessible through other URL(s) than the URL that the tracking code should use. For example, in an internal network (not accessing local applications via public routes), multiple URLs for different verticals, different subdomains, WAFs / Firewalls, proxies, etc.

The tracking code / TagManager code generator always uses the current URL as a "base" for creating the tracking endpoint / asset URLs. Therefore, I as a user always have to edit the Tracking code to contain the "correct" Endpoint URL (tracking / assets / TagManager configuration variable). It would be helpful to use a configuration variable like "generator_canonical_url" to assign a static URL which is always used by the generators.

@peterbo peterbo added Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. To Triage An issue awaiting triage by a Matomo core team member labels Oct 28, 2024
@randy-innocraft randy-innocraft added triaged and removed To Triage An issue awaiting triage by a Matomo core team member labels Oct 28, 2024
@randy-innocraft
Copy link

Hi @peterbo,
Thank you for bringing this to our attention and for your valuable input.
Your suggestion seems like a valuable enhancement to our product.
We will forward this to our Product team for review and future consideration.
If you have any additional details or questions, please feel free to share them here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. triaged
Projects
None yet
Development

No branches or pull requests

3 participants
@peterbo @randy-innocraft and others