newrelic / developer-website

Source code for the New Relic Developer Site.
https://developer.newrelic.com
Apache License 2.0
40 stars 114 forks source link

[Public Catalog] Add Crazy egg script to top 6 quickstart details pages #1896

Closed jpvajda closed 2 years ago

jpvajda commented 2 years ago

We'd like to add the crazy egg script to the following quickstart details pages in order to better understand where users are interacting with the details page so we can make more informed design decisions on how to best optimize this page.

Script

 <script
          type="text/javascript"
          src="//script.crazyegg.com/pages/scripts/0045/9836.js"
          async="async"
        />

Acceptance Criteria

note: this is script is set in the DevSetSEO.js component.

- we are seeing an error when loading the crazy egg script on production, we should resolve this. Moved this AC to a new ticket.

Uncaught Error: CE: multiple userscripts installed
    <anonymous> https://script.crazyegg.com/pages/scripts/0045/9836.js:1
tabathadelane commented 2 years ago

re: Multiple userscripts error According to the crazyegg docs, this will not interfere with the data collection and usually happens when there is more than one account tracking the same page. I did not find that to be the case for us.

Screen Shot 2021-11-29 at 4 27 19 PM

I will keep digging around.

jpvajda commented 2 years ago

Interesting, I'm curious to what you find @tabathadelane.

tabathadelane commented 2 years ago

We have decided to revisit the multiple userscript error in a later ticket.