Nikel
Forum Replies Created
-
Forum: Plugins
In reply to: [Beautiful Cookie Consent Banner] “Cookie Policy” — two questionsHi Frank,
I am happy that you like the plugin.
To answer your questions:1. Translation is atm only possible if you use the json configuration. You have to add this line
"policy": "Cookie Policy",
right after the line which begins with “dismiss”. You can change then the text “Cookie Policy” to whatever you like.
2. At the moment this is only possible with a hack. You could use this link. Please test it carefully.
<a style="cursor:pointer" onclick='(function nscCookieBannerDisplay(){var banner = document.querySelector("div[aria-label=\"cookieconsent\"]"); banner.classList.remove("cc-invisible"); banner.style.display="";})()'>Cookie Policy</a>
In future releases I will implement those features into the plugin, to make the configuration more easy. Thanks a lot for your hints.
Regards
Nikel- This reply was modified 5 years, 4 months ago by Nikel.
Hi,
thanks for your answer. But i think it is not a bug.. was just a timing issue: the upload was saved too early. I changed the timing and now it works.
So i will close this issue.
Regards
- This reply was modified 5 years, 6 months ago by Nikel.
Probably i found the answer already:
I assume it is a timing issue: at that time the upload is processed, the user is not loaded yet.with as.pdf it is not a problem because with only one extension the function get_allowed_mime_types() is not called.
this function is only called for multiple extensions.
But why do you need a loaded user for sanitizing?
Hi,
this is a feature of the used framework, if you use advanced compliance options (opt-in and opt-out) it is always there. Should be on desktop as well.
It is not possible to deactivate it, in the settings, see here:
https://cookieconsent.osano.com/documentation/javascript-api/
in section “Revoke options”.This plugin is tied to the cookie banner framework. As a hack you might set the class of the tab to display:none in css. That might be an easy and secure hack.
I hope i could help.
Regards
Nikel- This reply was modified 5 years, 7 months ago by Nikel.
@fbvinvest the newest version has integrated woocommerce purchase tracking included. Maybe you want to check it out.
small addition: always when you are in admin area the cookie status gets deleted and you see the banner again in the frontend. This happens only to users who visit the admin area.
Hi,
does it show up on all admin pages or only if you are on the settings page for the plugin.
It should only show up if you are on the settings page of the plugin. On all other pages it should not be there.
You can deactivate it by unchecking “preview banner” on General Settings Tab.If you see the banner on all pages it would be really great to know your installed WP Version and all other plugins you have installed.
Regards
Nikel@hercusmonte can you sent me some user agents of bots you expected to be filtered out? with the new functionality you can easily sent it as custom dimension an retrieve in your reports.
Hi,
thanks a lot for your Feedback. I am happy that you like my plugin.
Regarding your question:The deduplication of hits/data is not really possible, as it is not really possible, in a fail safe way, to detect if the frontend GA has fired or not.
The recommandation is to set up another property or another view. So you should not mix backend tracking data with frontend tracking data.
If you have different properties or views, you can easily compare your visit tracked by frontend vs. tracked by backend and see what kind of traffic your are missing with frontend tracking.
If you want to have those numbers in one report i recommend google datastudio.If you decide for a view you can filter the backend traffic with a view filter with the field “data source” = wp-backend-tracking.
This is how you can recognize the hits from this plugin.I hope I could help.
Regards
Nikel@fbvinvest
Hi, thanks a lot for your comment and your Feedback. What kind of Events do you want to track exactly? I understood you want to track the conversion event? With woocommerce?Are there other events you want to track?
Regards
Nikel@hercusmonte Hi, i added now support for user agent and more in custom dimension. This should help to debug this issue, as i have trouble reproducing it.
But i am on it.
Hi,
you can filter out bot traffic within google analytics.
Go to Admin > View > View Settings and check the checkbox for “Exclude all hits from known bots and spiders”If you have done this already please tell me. It might that GA does not recognize the bots and spiders through this plugin, as the data which ís sent at the moment is limited.
If this is the case I will have a look how to fix it.
Regards
Forum: Plugins
In reply to: [Beautiful Cookie Consent Banner] Compatibility on ipadHi Marius84,
happy to hear, that you like my plugin. Unfortunately I can not help you solving your issue, as this plugin only wraps this solution:
https://cookieconsent.insites.com/download/
And it seems to be there implementation to only show a box on an ipad.
Regards
Forum: Plugins
In reply to: [Beautiful Cookie Consent Banner] How to load scripts after consentHi,
I am pleased that you like my plugin.
the script writes a cookie with the current status.
cookie default name is cookieconsent_status, which can be changed.Values are depending of your configuration:
dismiss, deny or allow.You must add “type” in the config if you want an optin/optout: “type”: “opt-in”.
See the configurator as well: https://cookieconsent.insites.com/download/Other scripts can now read this cookie and act accordingly. I hope I could help.
Regards