Add Traaaction service provider — affiliate tracking CNAME template#1060
Open
Whiskerweb wants to merge 1 commit into
Open
Add Traaaction service provider — affiliate tracking CNAME template#1060Whiskerweb wants to merge 1 commit into
Whiskerweb wants to merge 1 commit into
Conversation
Adds a sync template for Traaaction (https://traaaction.com), a SaaS that lets startups run their own affiliate tracking program. The template provisions a single CNAME (`%track%` → `cname.traaaction.com`) on the customer's zone so their affiliate links resolve under their own domain (first-party tracking + custom-branded short links). - Public key (DNS): dig txt dc.traaaction.com - Service URL: https://traaaction.com - Contact: contact@traaaction.com
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
PR Description Check PassedAll required sections are filled in correctly. Details |
pawel-kow
requested changes
May 4, 2026
| "records": [ | ||
| { | ||
| "type": "CNAME", | ||
| "host": "%track%", |
Member
There was a problem hiding this comment.
Test link posted has an empty %track% variable. What is the purpose of this variable if hostRequired is defined anyway? Why the whole host cannot be posted with host parameter?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a sync template for Traaaction (https://traaaction.com), a SaaS that lets startups run their own affiliate-tracking program with a custom-branded subdomain on their customers' / partners' own domains.
The template provisions a single CNAME (
%track%→cname.traaaction.com) on the customer's zone so affiliate links resolve under the customer's own domain — enabling first-party click tracking and ad-blocker-resistant short links.dig txt dc.traaaction.com(RSA-2048, validated end-to-end)This PR is part of the Cloudflare Domain Connect onboarding (step 1 per https://developers.cloudflare.com/dns/reference/domain-connect/).
Type of change
How Has This Been Tested?
<providerId>.<serviceId>.json(traaaction.com.cname.json)logoUrlis actually served by a webserver — nologoUrlset in this template; will be added once we provide a hosted SVG to Cloudflare separately.The signature flow has additionally been tested end-to-end against our private/public key pair (
dig txt dc.traaaction.comreconstructs to a valid RSA-2048 public key withe=65537). HTTP-served template returns the JSON from this PR byte-identically.Checklist of common problems
syncPubKeyDomainis set (traaaction.com) — TXT records published atdc.traaaction.com.warnPhishingis not set alongsidesyncPubKeyDomain.syncRedirectDomainis set (traaaction.com) — sync flow usesredirect_urifor the post-apply callback.txtConflictMatchingMode— N/A, no TXT records.hostlabel —%track%IS the only host component, intentionally. Justification: the entire purpose of this template is to provision a customer-chosen tracking subdomain (<chosen>.<root>→cname.traaaction.com); the customer must pick the prefix label themselves, so the host must be a single user-supplied variable. The associated linter info DCTL1037 (advising apex/empty host withhostRequired=true) does not apply here — our template is not a delegation template, it's a single-prefix CNAME provisioning template, andhostRequired=trueis set precisely to force the customer to supply the prefix rather than defaulting to apex (which would clobber their MX/email).hostfield to create a subdomain —%track%is the entire host, not a substring forming a subdomain prefix; the customer picks the literal prefix label.%host%does not appear explicitly in anyhostattribute.essentialis not set — N/A, no records the user would safely modify or remove independently of the service.Online Editor test results
Editor test link(s):
Test traaaction.com/cname example.com/track