alex
alex

Reputation: 7453

Debugging issues with Adobe DTM rules not being captured in Adobe SiteCatalyst report suites?

I set up a web property with a couple of rules in Adobe Dynamic Tag Manager. I'm using the DTM Debugger Chrome extension, I'm able to verify that satellite.js is picking up on the fact that the rule conditions are being met and that a request is being sent off to my Adobe DTM instance:

SATELLITE: Rule "Callout Click" fired.
SATELLITE: Adobe Analytics: tracked link using: linkTrackVars="eVar29,prop20,events"; linkTrackEvents="event26"

However, the event isn't showing up in my Adobe Analytics report suite and no errors are being thrown in either the Adobe SiteCatalyst interface nor the DTM interface.

I'm having a pretty hard time trying to figure out how to debug the problem from here.

Upvotes: 1

Views: 737

Answers (1)

Mark Stringham
Mark Stringham

Reputation: 421

It looks like you can see your DTM rules successfully fire using the console but can you also confirm that an Adobe Analytics image request has been sent?

The easiest way to determine this is to use the network tab and filter on "/b/ss". These are specific values you'd expect to see coming from the image request. You will want to look for this when / if your rule fires successfully.

Once you have a successful image request you can troubleshoot the rule or Adobe Analytics config if you don't see data in the UI.

Hope this helps. Mark

Upvotes: 2

Related Questions