Praveen Chauhan
Forum Replies Created
-
I don’t see any option to integrate ga4 properties. Only universal analytics (which google has already stopped) properties can be integrated with shareoholic
Hi Ahmed, After removing my htaccess the ga4 seems to have stopped tracking views on google cache as i can see difference in pageviews on universal analytics and ga4. so i think something is still causing the issue.
Thanks You, Although i had fixed the issue using htaccess but now i removed my htaccess changes to see if the new update is working or not. It seems to be working fine now but i will monitor my analytics data for few days to make sure that it works fine.
I was able to fix this issue using htaccess but an inbuilt solution in the plugin will be useful for everyone.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress causing cls issueIt is strange for me also but google pagespeed is pointing to it and that’s why I asked to know if you are aware of it. I will try to investigate it further and if I find something then I will let you know.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress causing cls issueThanks for the quick response but it still seems that the cls issue is caused by tablepress. To verify this i removed adsense ads, sidebars and images from a page and tested it. It is still showing the cls issue. The example page is https://www.bollywoodbiography.in/sushmita-roy-manoj-tiwarys-wife.html
Forum: Plugins
In reply to: [Google Analytics] Script on pages and postsHi Ornulf, You just need to add google analytics tracking code in Settings->Google Analytics
After that it will start tracking your entire website.
Did you checked it ?
Forum: Reviews
In reply to: [Google Analytics] Disaster pluginHello Cross3rock,
My plugin follows all the standards of google analytics and it is inserted in the head section. Please check the attached screenshot.
My plugin has more than 80,000 active installs and i am hearing this for the first time. I use the same plugin on my websites as well as on many of my client’s websites and all are tracking properly.
You have not mentioned your website’s url so i cannot check the problem with your website but normally such a low bounce rate shows up only when you add google analytics code 3-4 times on the page. So my assumption is that you are using 3-4 different google analytics plugins at the same time and one of those plugin is not adding the code in the head section.
Please check it and share your website url and because i am 101% sure that my plugin works perfectly as desired.
Look forward to your kind reply,
Regards,
PraveenHi,
I added 50$ gift card and then a 100$ gift card but i still see Subtotal as $50.
Please check attached screenshot
Forum: Plugins
In reply to: [Google Analytics] Option for two tracking IDs?Hi Steve,
I have not added the option of 2 tracking ids because generally people do not need it and it will create confusion for 99% of the users. But if you want to have more more than one tracking id then follow the instructions below
Find this
<script>
(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’);ga(‘create’, ‘<?php echo esc_attr( get_option(‘pcga_google_analytics_id’) ); ?>’, ‘auto’);
ga(‘send’, ‘pageview’);</script>
and replace it with
<script>
(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’);
ga(‘create’, ‘<?php echo esc_attr( get_option(‘pcga_google_analytics_id’) ); ?>’, ‘auto’);
ga(‘send’, ‘pageview’);
ga(‘create’, ‘UA-XXXXXXXX-X’, {‘name’:’b’});
ga(‘b.send’, ‘pageview’);</script>
In this code replace UA-XXXXXXXX-X with your second tracking id .
You can add me on skype @ chauhansaab if you still have some problem.
Forum: Plugins
In reply to: [IMPress Agents] Agents changed to drafts dailyIt is working fine now. Thank you ??
Forum: Plugins
In reply to: [IMPress Agents] Agents changed to drafts dailyI am still facing this issue. I have now added the new code provided by you to my theme’s functions.php . I will let you know about the result tomorrow.
Forum: Plugins
In reply to: [Google Analytics] Nothing happensHi Rojac,
This plugin activates the google analytics on your website. For accessing the analytics data you will have to access your google analytics account.
Forum: Plugins
In reply to: [Google Analytics] Allow Editors Access to Google Analytics PluginPlease open
pc-google-analytics/includes/class-pc-google-analytics-settings.php
in line 139 replace ‘manage_options’ with ‘edit_pages’
This will allow the editors to access settings page.
LEt me know if you face any problem with this.