Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Clarification required in SiteCatalyst.jsp

Avatar

Level 2

Hi All,

In SiteCatalyst.jsp the below code is used to display an image if javascript is disabled in browser. Please clarify the purpose of this code.

code in jsp:

<noscript><img src="http://daydocumentation.112.2o7.net/b/ss/daydocumentation/1/H.25--NS/1380120772954?cdp=3&gn=content%..." height="1" width="1" border="0" alt=""/></noscript>

Thanks,

Satheesh

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Satheesh,

The above line of code works when the browser the site is open on does not support javascript. It sends an image request to the analytics servers with minimal data like page view, visit etc. 

Thanks!

Tanmay

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi Satheesh,

The above line of code works when the browser the site is open on does not support javascript. It sends an image request to the analytics servers with minimal data like page view, visit etc. 

Thanks!

Tanmay