TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

3 点作者 acoyfellow将近 6 年前

2 条评论

acoyfellow将近 6 年前
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?
acoyfellow将近 6 年前
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.