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

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