Google Revenue Manager Snippet Error
-
Tried to contact you directly about this but I can share here…
When I copied the Google Revenue Manager snippet code from the source, it looked like this…
<script async type="application/javascript" src="https://news.google.com/swg/js/v1/swg-basic.js"></script> <script> (self.SWG_BASIC = self.SWG_BASIC || []).push( basicSubscriptions => { basicSubscriptions.init({ type: "NewsArticle", isPartOfType: ["Product"], isPartOfProductId: "CAowkPCZCw:openaccess", clientOptions: { theme: "light", lang: "en" }, }); }); </script>
…but by the time I pasted it and clicked “Save Changes“, it looked like this…
<a >https://news.google.com/swg/js/v1/swg-basic.js</a> <script> (self.SWG_BASIC = self.SWG_BASIC || []).push( basicSubscriptions => { basicSubscriptions.init({ type: "NewsArticle", isPartOfType: ["Product"], isPartOfProductId: "CAowkPCZCw:openaccess", clientOptions: { theme: "light", lang: "en" }, }); }); </script>
…not only that, it adds a link to the top of my site on every page.
Any reason for that??? ??
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Google Revenue Manager Snippet Error’ is closed to new replies.