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

UTM tags and other option or unknown parameters #65

Open
Noou-Ben opened this issue Mar 16, 2024 · 1 comment
Open

UTM tags and other option or unknown parameters #65

Noou-Ben opened this issue Mar 16, 2024 · 1 comment

Comments

@Noou-Ben
Copy link

Our platform will use UTM tags for analytics on some occasions and in others we may have other optional paramters for example of a register page, we may provide an early access code with /register?eac=123 but /register should still work. How can we handle these scenarios? Thank you

@jacekk015
Copy link

Duplicate route entry, one with parameter and one without, like:

get('/register/eac/$id', 'views/register.php');
get('/register', 'views/register.php');

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

2 participants