Ron
(Ron Sharpe)
January 31, 2020, 4:34am
1
https://preview.webflow.com/preview/stretch-chi?utm_medium=preview_link&utm_source=dashboard&utm_content=stretch-chi&preview=875e5106508b31ad55405239e758c520&mode=preview
My client got a red screen AGAIN. I was busy all day so she had a “programmer” friend look at the “inspect-elements/console” tab on the website. The following was found: "Chrome blocked resource https://stats.g.doubleclick.net/ … on this site because this site tends to show ads that interrupt, distract, mislead, or prevent user control.
He advised her to tell me to remove Google Analytics as the “doubleclick.net ” file was found in the analytics.js files.
Really not sure if or how I could do that. Looking for help here and sorry if this seems cryptic!!
samliew
(webflowexpert.com)
January 31, 2020, 6:18am
2
Domain name? Page link?
There is no issue on https://stretch-chi.webflow.io
samliew
(webflowexpert.com)
January 31, 2020, 3:01pm
4
https://stats.g.doubleclick.net/r/collect?v=1&aip=1&t=dc&_r=3&tid=UA-25752547-1&cid=1483208639.1580482568&jid=251642724&_gid=835156056.1580482568&gjid=1671268231&_v=j80&z=1468573933 is called by
https://www.google-analytics.com/analytics.js which came from
https://cdn.segment.com/analytics.js/v1/k2VrpID8FshBjeEVNf1mYaLiPxU3aQwf/analytics.min.js , which is loaded by
https://d34oxwxegf4jrt.cloudfront.net/assets/widgets_require-0abc26e2b7a4c970ecc4ef74e40320f0.js which appears to be loaded by this custom code in your site powering your external reviews widget
<script src="https://d1yw3duy3i4qiv.cloudfront.net/js/sdk-v1.js"></script>
<script>
FRED.init({
locationId: "9a546529-5086-4fd1-84ba-daf928cd72ef",
perPage: 5,
layout: "carousel",
background: "transparent",
titleHexColor: "51b9c0",
starHexColor: "fcc415"
});
</script>
so if you remove this code above and republish your site, the doubleclick issue should go away.
1 Like
Ron
(Ron Sharpe)
January 31, 2020, 4:16pm
5
Thank you, samliew. Where would I locate that code and how would I remove it?
I don’t see it in the custom code page.
Ron
(Ron Sharpe)
January 31, 2020, 4:56pm
7
Where in WebFlow would I locate this embed block and how to remove it.
My apologies…still lost.
samliew
(webflowexpert.com)
February 1, 2020, 3:30am
8
Once you’re done removing it you can request a review using the Google Search Console Request a review
1 Like