TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Attribute.pro – A cross-domain traffic attribution solution

3 pointsby acoyfellowalmost 6 years ago

2 comments

acoyfellowalmost 6 years ago
I had someone ask: &quot;Can you give more examples of (link: <a href="https:&#x2F;&#x2F;attribute.pro&#x2F;" rel="nofollow">https:&#x2F;&#x2F;attribute.pro&#x2F;</a>) attribute.pro and why someone would use it?&quot;<p>My answer:<p>Client X is a SaaS. They have all marketing pages on &quot;root.com&quot;<p>Their signup flow is on &quot;accounts.root.com&quot;<p>Their actual SaaS app (which has Mixpanel installed) is on: &quot;app.root.com&quot;<p>Outline of Problem:<p>- You want to drive traffic to their homepage (root.com, root.com&#x2F;case-studies...)<p>- You want to use UTM variables to track ad performance from Google Ads.<p>- You have to get those UTM variables down into &quot;app.root.com&quot; (and inside mixpanel)- so we know which people are attributed to which campaigns&#x2F;sets&#x2F;ads.<p>This tool is allowing me to do what I need: Attribute.pro - it allows me to drop a tag on &quot;root.com&quot;, use UTM links, then re-call those UTM links from &quot;app.root.com&quot; (or any other domain)<p>How would you solve this problem?
acoyfellowalmost 6 years ago
Hi HN; Just sharing a thing I built.<p><a href="https:&#x2F;&#x2F;Attribute.pro" rel="nofollow">https:&#x2F;&#x2F;Attribute.pro</a><p>Why? I needed a solution for a client, and I wanted to make it re-usable.<p>Built with 1 single Cloudflare worker. No server, no database.