Clarification required in SiteCatalyst.jsp | Community
Skip to main content
Level 2
April 19, 2016
Solved

Clarification required in SiteCatalyst.jsp

  • April 19, 2016
  • 1 reply
  • 747 views

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%3Ageometrixx-outdoors%3Aen" height="1" width="1" border="0" alt=""/></noscript>

Thanks,

Satheesh

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by TanmayMathur

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

1 reply

TanmayMathur
Adobe Employee
TanmayMathurAdobe EmployeeAccepted solution
Adobe Employee
April 20, 2016

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