Advertisers with an Adobe Advertising-Adobe Analytics Integration Only
Applicable to Advertising DSP only
If you use ad tags from Flashtalking for your Advertising DSP ads, append Analytics for Advertising parameters to your landing page URLs. The parameters record s_kwcid
and ef_id
query string parameters in the landing page URL, allowing Adobe Advertising to send click data for the ads to Adobe Analytics.
Use macros for Flashtalking display and video ads for the following types of Analytics for Advertising implementations:
s_kwcid
and ef_id
query string parameters. However, using macros extends tracking to include click-based conversions when third-party cookies aren’t supported. The best practice is to add the macros in the following sections to your ad tags to capture additional click-through data that isn’t captured through the JavaScript code.The JavaScript code is a solution for click tracking only while cookies are still available. Once cookies are discontinued, implementing the following macros will be necessary.
Within the Flashtalking ad tag settings, append the following macro to the end of the click-through URL in the Clicktag
field:
?[ftqs:[AdobeAMO]]
Example: https://www.adobe.com/products/photoshop?[ftqs:[AdobeAMO]]
Within the Flashtalking ad tag settings, append the following macro to the end of the click-through URL in the Clicktag
field:
?[%EL:param['AdobeAMO']%]&s_kwcid=[%EL:param['s_kwcid']%]
Example: https://www.adobe.com/products/photoshop?[%EL:param['AdobeAMO']%]&s_kwcid=[%EL:param['s_kwcid']%]