Menu

408: Proxied Third-Party JavaScript
📰
0

408: Proxied Third-Party JavaScript

CodePen·@HashtagPLUS·about 1 month ago
#XSYyl82g
#time#codepen#proxy#gray#analytics#article
Reading 0:00
15s threshold

Chris and Stephen hop on the podcast to discuss the concept of a proxy. Possibly the most “gray hat” thing that CodePen does. We use a third-party analytics tool called Fullres . We could just put a link to the <script> necessary to make that work directly to fullres.com , but being an analytics tool, it’s blocked by a ton of ad blocking browsers and browser extensions. We made the conscious choice to have that <script> point to a codepen.io URL instead (a proxy) so that we get (much) more accurate usage data on the app. Since there is nothing tracked that is an anonymity concern, and we do nothing with the data other than help inform ourselves on how to make a better app, we wear this gray hat.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More