Alert test reference
This reference provides more information about how the auditor feature in Adobe Experience Platform Debugger runs alert tests.
Alerts show issues you should be aware of, but that don’t affect your score. These are best practice recommendations that, in some cases, may not apply to your implementation.
Warning: Using the deprecated TubeMogul conversion tags can result in data loss.
The Advertising Cloud image pixel format should match one of the following recommended formats:
http(s)://rtd.tubemogul.com/upi/?sid=<HASH_VALUE>
http(s)://rtd-tm.everesttech.net/upi/?sid=<HASH_VALUE>
http(s)://pixel.everesttech.net/px2/<NUMERIC_ID>?
Check whether the TubeMogul segment pixel contains a DSP Syncing setting, and recommend that the setting be added to the pixel. The DSP Syncing setting is determined by the use of a query string parameter. To summarize:
-
IF the tag is being fired to any of the following:
https://rtd.tubemogul.com/upi/?sid=<HASH_VALUE>
http(s)://rtd-tm.everesttech.net/upi/?sid=<HASH_VALUE>
http(s)://pixel.everesttech.net/px2/<NUMERIC_ID>?
-
AND the tag contains the URL parameter
sid=
-
THEN check to see if the URL parameter
cs=0
orcs=1
exists, and if not recommend thatcs=1
be added to those pixels so that the audience match rates can improve.
cs=1
to your Advertising Cloud pixels so that DSP Syncing can occur, which increases audience match rates. This can most easily be accomplished with the Advertising Cloud tag extension.pageBottom
callback placement_satellite.pageBottom()
function must be present in order for tags to work. Add the inline script immediately prior to the closing </body>
tag to ensure proper DTM functionality. Note: It is best practice that the tag be the last tag in the <body>
. If it’s found within the <body>
tag, it has a chance of functioning, but as it is not best practice, it could function incorrectly or with unexpected or undesired results.</body>
tag to ensure proper DTM functionality.Additional information
assets.adobedtm.com
. Self-hosting is the recommended approach for loading tags because it provides greater control of website performance through cache control, reducing third-party script dependencies, and greater control of the publishing process. Tag libraries can be hosted and managed through your own web hosting or CDN.Switch to a self-hosting is approach for loading tags on a page. Although hosting via the Akamai CDN works in most cases, self-hosting improves page performance.
Additional information:
async
parameter in the inline script to ensure proper tags functionalityAdditional information
mboxDefault
mboxDefault
when using at.js
.