By Konrad Trautmann on Wednesday, 20 June 2018
Posted in Technical Issues
Likes 0
Views 1.6K
Votes 0
How can i disable the url http://www.googletagmanager.com?

---->

</script><script type="text/javascript">EasyBlog.require()
.script('site/posts/entry', 'https://www.googletagmanager.com/gtag/js?id=')
.done(function($) {
var trackingId = '';

<----

I think there is a problem with DSGVO

Thanks

Konrad
Hey Konrad,

You can configure this under Settings > Integrations > Google Analytics as you can see here, http://take.ms/StrUn
·
Wednesday, 20 June 2018 22:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, but Google Analytics is already disabled. Konrad
·
Wednesday, 20 June 2018 22:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, do you mean you want to remove the URL altogether? Here's what you can do, edit the file /components/com_easyblog/themes/wireframe/blogs/entry/default.js and replace the codes below,

[gist]
.script('site/posts/entry', 'https://www.googletagmanager.com/gtag/js?id=<;?php echo $this->config->get("main_google_analytics_id"); ?>')
[/gist]

with,

[gist]
.script('site/posts/entry')
[/gist]
·
Wednesday, 20 June 2018 22:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks. It works. Konrad
·
Thursday, 21 June 2018 04:56
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome, glad to heard your issue resolved.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Thursday, 21 June 2018 09:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post