Use * syntax for faster search
Page History
...
For proper click tracking with Flashtalking, additional settings must be enabled by the Flashtalking team. More information on these settings can be found here.
...
How Click Tracking Works
When using Beeswax for click tracking, the {{CLICK_URL}}
macro is used to generate a URL that includes both the Beeswax click tracker and the Beeswax redirect. This URL will have the following structure:
...
Code Block | ||
---|---|---|
| ||
{{CLICK_URL_ESC}}https%25253A%25252F%25252Fwww.beeswax.com%25252Fprivacy.html |
...
Configuring Click Macros in Ad Servers
When using a third-party ad server, the {{CLICK_URL}}
or {{CLICK_URL_ESC}}
macro is inserted into the appropriate parameter of the ad server's tag. The destination URL is declared within the ad server as well.
...
- Before the ad is served: The Beeswax click macro (
{{CLICK_URL_ESC}}
) expands to an escaped Beeswax URL. - User clicks on the ad:
- If the exchange does not require a redirect, the user is sent directly to the destination URL.
- In parallel, a click tracker fires from the Beeswax domain.
- If the exchange requires a redirect, the user is sent directly to the destination URL, while the click tracker fires in parallel, and an additional redirect happens through the exchange.
...
Implementing the Beeswax Click Macro in Flashtalking Tags
In order for clicks to track properly in both Flashtalking and Beeswax reporting, a few changes need to be made. Beeswax's click macros need to be inserted into the ad tag, and Flashtalking needs to ensure they've properly configured their URL-encoding logic.
Required Steps
- Insert {{CLICK_URL}} macro into ftClick variable.
- Insert {{NUM_DEST_URL_ESCAPES}} into ftContent variable.
- Flashtalking adds function to encode destination URL once by default, and twice if ftContent equals "2".
- Flashtalking disables ftClick decoding (by default, Flashtalking will decode any URL inserted into ftClick, which causes an error on exchanges that insert an additional redirect).
Steps 3 and 4 above require submitting a request to the Flashtalking team.
For any questions on this process or to verify that it’s been done correctly, please reach out to Beeswax Support.