Lara Google Analytics - Support
Forum Replies Created
-
Hello @mediagraaf,
This is a limitation imposed by Google : https://developers.google.com/identity/protocols/oauth2#expiration
Google API currently has a limit of 50 (25 for some accounts) refresh tokens per user account per client. If the limit is reached, creating a new refresh token automatically invalidates the oldest refresh token without warning.
So for example, If you have authorized the widget on 50 sites, then tried to authorize it on another site, the first site will start receiving “[invalid_grant] Bad Request”.
One way to go around this, is to use multiple Google accounts.
Or since the limit is per user account per client, the advanced setup may help, as with it, you will be able to create a new google app (client).
Each client can handle 50 active tokens from one Google account, so you will need to create multiple google apps (clients), and each should handle 50 tokens (sites).
I hope it is clear now.
Forum: Plugins
In reply to: [Lara's Google Analytics (GA4)] Change colors of graph through CSSHello @alexander47u,
The main graph is auto-generated by JavaScript, thus it will not be possible to change the graph color via CSS.
We might add this option in the future, depending on how many requests we get for that specific feature.
Forum: Reviews
In reply to: [Lara's Google Analytics (GA4)] has been solvedHello @troica,
Did you check the error log on your server/cPanel account to see what is the actual error ?
If you need further assistance, you can open a ticket via our support center
Forum: Plugins
In reply to: [Lara's Google Analytics (GA4)] Internal Server ErrorHello @troica,
Did you check the error log on your server/cPanel account to see what is the actual error ?
If you need further assistance, you can open a ticket via our support center
Forum: Plugins
In reply to: [Lara's Google Analytics (GA4)] Display Search by Custom FieldsHello @vrbrown,
The pro version displays the country and language of visitors, among other metrics.
You can check a fully working demo, with premium features at :
Forum: Plugins
In reply to: [Lara's Google Analytics (GA4)] Support for New G4 AnalyticsHello @viablethought,
Accessing GA4 properties/streams is not possible at the moment, as the API is still in beta :
https://developers.google.com/analytics/devguides/config/mgmt/v3
Note: This API does not support GA4 properties. Please join the Analytics Admin API V1 Trusted Testers program to be among the first to test and provide feedback on the new features that include the provisioning and management of GA4 properties.
For now, you can create new properties with both “GA4” and “UA” tracking codes, which will be visible in the widget.
When you create a property, click on “Show Advanced Options“, then click on “Create a Universal Analytics Property“, then choose to “Create both a Google Analytics 4 and a Universal Analytics property“.
As soon as the new API is released, we will update the plugin.
Forum: Plugins
In reply to: [Lara's Google Analytics (GA4)] Compatibily Multisite ?Hello @azurwebdesign,
The plugin was created to be as simple as possible, so most of the plugin functions are self-explanatory.
Yet, we are always available to answer any questions, either here or through our Support Center
Forum: Plugins
In reply to: [Lara's Google Analytics (GA4)] Compatibily Multisite ?Hello @azurwebdesign,
At the moment, only the pro version supports Multisite Multi-Network installations, where every “site” will have its own analytics widget.
Forum: Plugins
In reply to: [Lara's Google Analytics (GA4)] Segment supportHello @coccoinomane,
Thank you for your nice words and suggestions ??
We will take that into consideration, but for now, this can be achieved by giving each site its own GA property.
Forum: Plugins
In reply to: [Lara's Google Analytics (GA4)] Where to put my licenseHello @jorgeocampo,
The license is auto activated, no need to manually add it.
Forum: Plugins
In reply to: [Lara's Google Analytics (GA4)] PHP ErrorHello @rlopes528,
The error indicates that you are trying to install the pro version, while having the free version of the plugin active.
Please disable the free version before activating the pro version.
Hello @bestofbonus,
I have checked your main page source, and it seems that the tracking code is there, as follows :
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-xxxxxxx-x', { 'anonymize_ip': true }); </script>
I think this was just a caching issue, and it seems to be resolved now.
Hello @bestofbonus,
Try to view the source code of your website, and check to see if the tracing code is there.
Also, if you are using a caching plugin or cloudflare, try to clear the cache.
Forum: Plugins
In reply to: [Lara's Google Analytics (GA4)] Display the analytics on a pageHello @stormbreaker109,
Currently, the widget can be only displayed on the dashboard of the admin area.
If you give those users access to the dashboard, they can view the widget.
Forum: Plugins
In reply to: [Lara's Google Analytics (GA4)] Woocommerce GraphHello @alangautham,
Thanks for the input, I’ll add this to our internal tracking system, and hopefully this feature will be included in upcoming versions.