Redirect Checker
Confirm the click carries the data your macro expects.
Open tool guide ->Postback tracking
Understand how macros map tracker data into partner payloads and how to manage them as your funnel evolves.
Macros are placeholders inside a postback URL that your tracker replaces with real values at runtime. They make postbacks flexible - but they also introduce countless opportunities for mistakes.
Treat macro management as a version-controlled asset rather than tribal knowledge.
A macro might look like {clickid}, {payout}, or {country}. When the conversion fires, the tracker swaps each macro with the corresponding value from the click or conversion log.
Macros can represent raw values (payout=35.00), derived values (payout*currency_rate), or metadata (offer_id, creative_id, keyword). Partners rely on these values to reconcile conversions.
Macros become brittle when multiple teams maintain their own copy of the template. Someone adds {sub_id} to one version, another removes it accidentally, and nobody notices until payouts drift.
Another failure occurs when trackers rename macros but the postback template stays outdated. The tracker sends 'blank' values, partners reject them, and everyone wastes time debugging.
Audit your current template by listing every macro, the source data, and the partner expectation. Compare that list against partner docs and your tracker configuration.
Use version control (Git, wiki logs, ticket comments) to record every change. Require reviewers to run a test with Postback Tester whenever macros change.
Copy the postback URL into UTM Builder or a simple text document and list each macro.
Map each macro to the tracker field or landing page form that supplies it.
Use Click ID Extractor and Redirect Checker to ensure the source data exists.
Fire sample conversions with Postback Tester to confirm every macro resolves.
Use Facebook CAPI Tester to mirror the same macro set in your ad-platform server events.
Managing macros is easier with a toolkit. Redirect Checker and Click ID Extractor verify the raw data, UTM Builder keeps the template readable, Postback Tester validates the replacements, and Facebook CAPI Tester ensures parity with server-to-server uploads.
Document your macro inventory inside the knowledge base so partners can see exactly what to expect.
Confirm the click carries the data your macro expects.
Open tool guide ->Verify that identifiers exist before macros try to use them.
Open tool guide ->Keep templates readable and consistent across teams.
Open tool guide ->Preview macro resolution and partner responses.
Open tool guide ->Ensure the same macro values reach ad-platform server events.
Open tool guide ->Macros are the contract between your tracker and your partners. When you manage them deliberately, postbacks stay predictable.
Version-control your templates, document every change, and require test evidence before deploying updates.
Pair these diagnostics with a guided audit and keep attribution clean.