Skip to Content
Campaigns & FlowsNode Reference

Node Reference

This is the complete catalogue of builder nodes. Each one does a single job. Wire them together and you get a routing flow. For every node you get: what it’s for, how to set it up, what it connects to, and a plain example.

Nodes marked 🔒 Pro require a Pro or Scale plan. The rest work on any plan.

At a glance

NodeGroupJobPlan
DomainTrackingThe hostname your link lives onAny
CampaignTrackingThe root of every flowAny
Landing PageTrackingA pre-sell page before the offerAny
OfferTrackingThe final money destinationAny
Landing PixelTrackingCapture events from your pageAny
RuleRoutingBranch by country / device / sub-ID…🔒 Pro
% SplitRoutingWeighted A/B/n test🔒 Pro
Bot FilterRoutingFork humans vs. bots🔒 Pro
DaypartingRoutingRoute by day / time🔒 Pro
Offer CapRoutingLimit conversions per offer🔒 Pro
Smart RotatorRoutingAI auto-optimization🔒 Pro
DiscordNotifyPing a Discord channel on conversionAny
TelegramNotifyMessage a Telegram chat on conversionAny
S2S PostbackNotifyServer-to-server callbackAny
Push WebNotifyBrowser push notificationAny
CPA NetworkOtherRepresent an upstream networkAny
Traffic SourceOtherRepresent your ad sourceAny
Sticky NoteOtherA canvas annotationAny

Tracking & structure nodes

Domain

The custom hostname your tracking link lives on. It sets the <domain> in https://<domain>/t/<id>.

ConfigurePick a verified domain from your library (the name).
Connects toCampaign only.
DefaultThe special __default__ value uses the platform’s shared tracking host — no setup needed.

Example: route this campaign through trk.mystore.com instead of the shared domain. See Custom Domains.

Campaign

The root of the flow. Every graph has exactly one, created automatically, and it can’t be deleted. Its outgoing connections become the campaign’s default route and top-level rules.

ConfigureA name.
Connects toLanding, Offer, or any Routing node.

Example: the “Nutra — France” campaign whose /t/ link you paste into your ad manager.

Landing Page

An intermediate page shown before the offer — an advertorial, a quiz, a pre-sell. The visitor sees this first, then clicks through to the offer.

ConfigureName · URL · Forward query params? (pass UTMs/subs through) · optional Monitor failover.
Connects toOffer (and an optional failover handle → a fallback Landing).
At runtimeThe visitor is redirected to the landing URL with ?clickid appended. The page’s CTA must carry that clickid on to the offer.

Your landing page’s button/link must forward ?clickid=… to the offer, or the conversion can’t be attributed. Turn on Forward query params and/or template the click ID into your CTA.

Monitor failover: link a Landing to a monitored site. If that site goes down, traffic automatically routes to a fallback Landing through the failover handle — so a dead lander never burns your traffic.

Example: an advertorial that warms the visitor up before sending them to the weight-loss offer; if the advertorial host is down, fall back to a simpler page.

Offer

The final, monetized destination. It ends the routing flow.

ConfigureName · URL (supports macros like ?cid={clickid}) · default payout · payout type (CPA / CPL / RevShare / Multi) · per-event handles.
Connects toNotification nodes only.
At runtimeMacros in the URL are expanded, configured params and non-empty sub-IDs are appended, then the visitor is redirected.

Example: “ClickBank weight-loss offer, $1.50/lead, URL https://offer.com/?cid={clickid}&s1={sub1}.”

Offers with multiple payout events expose a handle per event, so you can wire a different notification to each (e.g. ping Discord on a sale but not on a trial).

Landing Pixel

A JavaScript snippet you paste into your landing page’s <head> to capture on-page events (page view, add-to-cart, custom goals). It’s a display/config node — it represents the pixel attached to a Landing, not a routing step.

ConfigureAllowed domains (one per line) — the referer allowlist the pixel beacon must match.
Connects fromA Landing Page.

Example: track add-to-cart events fired from your own checkout page so they appear in funnels and audiences. See Pixels.


Routing nodes 🔒 Pro

These are the decision-makers. They sit between the Campaign and your destinations and branch traffic based on the visitor.

Rule

A conditional branch. Only visitors matching all of the rule’s conditions take this path.

Fieldscountry, device, os, browser, and sub1sub30.
Operators (geo/standard)in, not in, equals.
Operators (sub-IDs)equals, not equals, contains, starts with, in, not in.
Connects toLanding, Offer, or another Routing node (rules nest — child conditions add to the parent’s).

Example: If country in FR, BE, CH → send to the French lander. Add a second condition device = mobile to make it French mobile visitors only.

More specific rules win. When several rules could match, Synaptyx evaluates the ones with the most conditions first, so a narrow rule (FR + mobile) is never shadowed by a broad one (FR). The first fully-matching rule takes the traffic.

% Split

A weighted A/B/n test. Splits traffic across branches by percentage.

ConfigureSlots, each with a percentage and a label. Weights must total 100%.
HandlesOne output handle per slot.
Connects toLanding, Offer, or another Routing node.

Example: 50% → Lander A, 50% → Lander B to learn which converts better. You can nest a Split inside a Rule to A/B-test only within a geo.

Bot Filter

Forks humans from bots. Two labeled outputs: human (green) and bot (red).

ConfigureNothing — the bot/human verdict comes from Synaptyx’s scoring at request time.
Handleshuman, bot.
Connects toAnything routable on each branch.

Example: send detected bots to a cheap blank page and humans to the real offer — so you don’t waste offer impressions (or trip a network’s fraud checks).

Dayparting

Routes by day of week and time of day (in UTC).

ConfigureA day picker (Sun–Sat) + a start/end time. Times are UTC.
Connects toAnything routable.

Example: Only route to this offer Mon–Fri, 08:00–20:00 UTC. Outside those hours the rule doesn’t match and traffic falls through to your default.

Offer Cap

Limits how many conversions an offer takes in a period, then overflows elsewhere. Two outputs: under (green) and over (red).

ConfigurePeriod (daily / weekly / monthly) + a max conversion limit (default 50).
Handlesunder (cap not reached), over (cap hit).
Connects toAnything routable on each branch.

Example: Cap this offer at 100 conversions/day. Once hit, route overflow to a backup offer so you never send traffic to a capped (and now unpaid) offer.

Smart Rotator

AI auto-optimization. Given several offers/landers, it learns which earns the most and shifts traffic toward the winner automatically — using a Thompson Sampling multi-armed bandit.

SettingMeaningDefault
GoalOptimize for EPC (revenue per click) or CR (conversion rate).EPC
Exploration floor% of traffic kept exploring so a slow starter still gets a chance.5%
Min impressionsViews each option needs before the bandit “trusts” its stats.20
Window (days)Rolling window of stats it learns from.7
Connects toOffer, or Landing → Offer.

Example: you have three offers and don’t know which pays best. Drop a Smart Rotator, connect all three, set goal = EPC, and let it converge on the winner while still probing the others. Full math in Flow Engine → Smart Rotator.


Notification nodes

These fire when a conversion happens and attach to an Offer. All of them support macros like `{payout}`, `{offer}`, `{status}`, and `{clickid}` in their templates.

Discord

Posts a message to a Discord channel via a webhook.

ConfigureWebhook URL + a full embed builder (color, title, description, custom fields, footer, timestamp).

Example: a “💰 New sale — {payout} from {offer}” embed in your team’s #sales channel.

Telegram

Sends a message to a Telegram chat, group, or channel.

ConfigureA message template + a bot/chat picker (choose a saved Telegram bot and destination, including forum topics).

Example: ping your phone instantly on every approved conversion.

S2S Postback

A server-to-server callback — fire an HTTP request to another system on conversion. This is how you notify an upstream tracker or ad network.

ConfigureURL (with macros) + method (GET / POST).

Example: tell your traffic source’s tracker that a conversion happened: https://source.com/postback?cid={ref_id}&payout={payout}. See Postbacks.

Push Web

Sends a browser web-push notification to your subscribed devices.

ConfigurePush title + body (with macros).

Example: a desktop notification “New lead! {payout}” even when the dashboard tab is closed.


Other nodes

CPA Network

Represents an upstream CPA network your offer belongs to. It documents the postback URL template the network should call you back on.

ConfigureName · click-ID parameter · payout parameter · currency.

Example: model “MaxBounty” so the builder can show you the exact conversion URL to paste into MaxBounty’s postback settings.

Traffic Source

Represents the ad network sending you traffic, and the postback URL you call back when a conversion happens.

ConfigureName · postback URL.

Example: “Facebook Ads” with the postback that reports conversions back for ad optimization.

Sticky Note

A pure annotation — free text you drop on the canvas to document your flow. It has no routing effect and is excluded from the compiled flow entirely.

Example: “⚠️ Remember to update the FR lander before Black Friday.”


Putting nodes together

A complete, healthy flow generally looks like:

Now see exactly how that graph is evaluated on each click: