Expand my Community achievements bar.

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
Employee

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
Employee

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