Social Link Builder
Builds a link that applies SACRED15 automatically and records where the traffic came from. Pick the page, name the campaign, copy.
1 · Where it goes
If the content features a product, link straight to that product.
Everything after sacredfarm.com, starting with a slash.
2 · How we track it
Topic then date. Spaces and capitals are cleaned up for you.
Organic posts only. Paid ads use a different convention, where the ad id goes in the campaign field.
3 · Copy this
Customer lands on
Test before posting. Open it in a private window. A wrong code still loads the page and looks fine — the customer just quietly pays full price.
Why the link looks strange
There is a URL inside a URL. The outer one already uses ? and & to separate its parts, so if the inner one uses them too, Shopify cannot tell where the inner link starts — and drops what follows. Both versions below were tested live.
TYPED NORMALLY …/one-and-done-complete-mushrooms?utm_source=instagram&utm_campaign=reishi lands on …/one-and-done-complete-mushrooms?utm_campaign=reishi utm_source is GONE ENCODED …/one-and-done-complete-mushrooms%3Futm_source%3Dinstagram%26utm_campaign%3Dreishi lands on …/one-and-done-complete-mushrooms?utm_source=instagram&utm_campaign=reishi everything survives
The unencoded link still works. It still discounts, still lands correctly. It just loses the traffic source, silently.
| Character | Written as | Where |
|---|---|---|
| ? | %3F | Once, after the page path |
| & | %26 | Between each tracking value |
| = | %3D | Between a name and its value |