Traffic sources
The rule table that tells the resolver which domain and channel an OnlyFans link's traffic belongs to, and the queue of links waiting on one.
Every OnlyFans link you run — a static link, a trial link, an old campaign — needs to be
attributed to a source: the domain and channel its traffic should be counted against. A
source_link rule is the owner's decision that binds one link to one source, matched by
whichever identity is easiest to key on: the link's provider id, its exact name, a name prefix,
or a regex.
This is narrowly the rule table itself and the read-only queue of links that already have traffic but no rule yet — not the day-to-day campaign-triage screen (scanning new campaigns, confirm/unassign/hide), which is Club's.
Tasks
- Create a rule that attributes a link to a source — bind a link to a domain by provider id, name, prefix, or regex.
- See which links have traffic but no source rule yet — read the queue the poller fills while a link waits on a rule.
Rule rejected, or scope acting up? See Troubleshooting.
What's next
Back to Link for the rest of the product.