Manage traffic sources and campaign creatives in Revvvs.
Marketing Sources & Creatives
Marketing sources and campaign creatives give affiliates structured tools for organizing traffic and promoting campaigns.
Marketing Sources
Marketing sources are named entities that represent where an affiliate's traffic comes from. Instead of using freeform SubID values, affiliates can create managed sources like "Google Ads UK", "SEO Blog", or "Telegram Channel".
Why use marketing sources?
- Organized reporting — view performance broken down by traffic source
- Consistent naming — no more typos in SubID values
- Easy management — activate, deactivate, or rename sources without affecting existing links
Creating a marketing source
- Navigate to Tracking Links in the sidebar
- Click the Marketing Sources tab
- Click New Source and enter a name and optional description
- The source is now available when creating tracking links
Using sources with tracking links
When creating a new tracking link, select a marketing source from the dropdown. You can also create a new source inline using the + New button.
Reporting by marketing source
In the Reports page, select the By Marketing Source tab to see clicks, FTDs, NGR, and commission broken down by source.
Campaign Creatives
Operators can upload creatives (banners, text links, HTML snippets) to campaigns. Affiliates can then browse and select these creatives when creating tracking links.
Creative types
| Type | Description |
|---|---|
| Banner | A static image banner with a hosted image URL, dimensions, and alt text |
| Text Link | A text-based link (no image) |
| HTML | An HTML snippet for rich media |
| Landing Page | A reference to a specific landing page |
Embed codes
When a tracking link has a banner creative attached, affiliates can get embed codes:
- HTML Embed — a full
<a><img></a>tag ready to paste into a website - Image URL — just the image URL for use in ad platforms
- Tracking URL — the raw tracking link URL
Click the code icon on any tracking link with a banner creative to view and copy these codes.
Relative Path Deep-Linking
Affiliates can append a relative path to any tracking URL to deep-link to specific pages on the destination site.
Syntax
Append &relativepath= to the tracking URL:
https://revvvs.com/api/v1/track/click/{linkId}?sub1=google&relativepath=sports/football
If the destination URL is https://casino.com/welcome, the user will be redirected to:
https://casino.com/welcome/sports/football?click_id=abc-123&sub1=google
Path sanitization
The relative path is sanitized to only allow alphanumeric characters, hyphens, slashes, dots, and underscores. Any other characters are stripped.
Usage notes
- The relative path is stored with the click record for analytics
- No tracking link modification is needed — just add the parameter to the URL
- This is useful for linking to specific game pages, sport categories, or promotional landing pages