Tracking Parameters
Configure the tracking parameters for this account's links.
What Are Tracking Parameters?
Tracking parameters are key-value pairs appended to your affiliate URLs. They help you identify the source, campaign, and context of each click.
Standard Parameters
How Parameters Flow
- Click — User clicks link with parameters
- Track — Routy stores parameters with the click
- Convert — Parameters are passed to the postback
- Report — Filter and group reports by parameter values
Dynamic Parameters
You can use macros that are replaced at click time:
{click_id}— Unique click identifier{timestamp}— Click timestamp{user_agent}— Browser user agent{ip}— User IP address{country}— Detected country code
Best Practices
Use consistent naming conventions across all accounts. This makes cross-account reporting much easier.
- Keep parameter values lowercase with underscores
- Don't include PII (personal data) in parameters
- Document your naming convention for your team