Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

No b/ss on page?

Avatar

Level 2

Hey Adobe Community!

Had to reach out for some support.... the implementation on our website is ab it messy and I had a couple of questions and was hoping someone could point me in the best direction and/or how to figure this out!

I spent the afternoon looking into some tracking on DTM and when I was inspecting the page > via the Networks tab > I discovered that the b/ss isn't being made.

That took me into some digging in DTM and it looks like way that's Analytics Tool is set up contains the following script in the custom code:

1567442_pastedImage_0.png

So as far as my understanding goes, this s.abort=true; actually PREVENTS any server calls from passing...yet our server calls are in the billions....

1567443_pastedImage_4.png

Would anyone be able to help me out as to how to find how on earth all of the server calls are being made in this case?

I've temporarily deactivate some event based rules in DTM to see what happens from here until Monday or so.

Any guidance is REALLY appreciated...

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hey,

I'm suspecting whoever built this install has used as a way of blocking pageload calls.

It could be then your implementation has been built on direct call rules or event based rules as mentioned. Maybe you run on single page applications?

An easy way to find out is to install Omnibug, HIT F12, select the Omnibug tab then look for network requests as navigating your site. It's the same as /ss/ but a bit easier to view.

Thanks,

Stephen

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

Hey,

I'm suspecting whoever built this install has used as a way of blocking pageload calls.

It could be then your implementation has been built on direct call rules or event based rules as mentioned. Maybe you run on single page applications?

An easy way to find out is to install Omnibug, HIT F12, select the Omnibug tab then look for network requests as navigating your site. It's the same as /ss/ but a bit easier to view.

Thanks,

Stephen

Avatar

Level 2

Hey Stephen!

Hope you had a nice weekend

THANK YOU for taking the time to respond. We found out that the Analytics calls are not being fired on the page load, but on the link clicks. In DTM  the s.abort=true; is being set to the customize page code section ... the code gets every page immediately before the call to track the page vie;  preventing a page view call but does not have an impact on the s.tl or link tracking calls.

The abort flag is reset with every tracking call – so if a subsequent tracking call also needs to be aborted, the flag will need to be set again.

Thanks again for the time

Sincerely

Paulina