Krzysztof Planeta
Forum Replies Created
-
From what I see the product list was built in bricks. It has different HTML, CSS classes and PHP hooks. From what I see, the only thing that is the same as in WooCommerce is the class add_to_cart_button.
I don’t know which hooks GTM4WP requires to output its data in these elements but you should investigate it and modify the template to start using it.
Forum: Plugins
In reply to: [Tracking and Consent Manager - WP Full Picture] Elementor formHello Przemek
It is possible that this message is added dynamically so we need to enable one thing to be able to track it.
Go to the Shared Tracking Settings menu > Tracking improvements > enable “Use DOM Listener to track when dynamic page elements show on screen”
After you do this, go back to the settings of the tracking tool you want to use. Look for the field to track views of page elements. In the CSS selector field write:
.elementor-message-success
If you have many forms on your site, you can add some unique identiifier of the form before the class I wrote above (like .form-111 .elementor-message-success) or the CSS class with the ID of the page where you added the form (from the “body” element), It should be something like body.post-1111 .elementor-message-success
Replace 1111 with the ID of the page. And this is all 🙂
Have a nice day
Krzysztof Planeta
Author of WP Full PictureHi ideefabriek
Just to make it clear. I’m not the developer of GTM4WP. I don’t even use it myself. I am the author of a similar plugin and just happened to see your post, while I was looking for something else.
I think the problem lies in the fact that your woocommerce products lists are very non-standard. In my plugin I specifically tell users that any solutions that not use WooCommerce hooks, functions, HTML classes, hooks or JS may not be properly tracked and this is most likely the case here. Switch for a moment to a standard WooCommerce product list and see if it helps. It should.
Have a nice day
Krzysztof PlanetaForum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] CSS not loaded on front-endFound the culprit. It was this plugin https://ww.wp.xz.cn/plugins/replace-google-fonts-with-bunny-fonts/
Thanks and have a nice day!
Hello Ornen
Let’s start by saying that the value of functionality_storage (let’s call it FS for short) is not used by Google Analytics nor Ads. Google’s documentation does not even mention it. Here’s a link https://developers.google.com/tag-platform/security/guides/consent?consentmode=advanced#gtag.js_1
However, the value of FS can be used by tags that are loaded via Google Tag Manager. Documentation link https://developers.google.com/tag-platform/tag-manager/templates/consent-apis#implementation_example
However, Google is very unclear about the default value of FS. I don’t think I remember seeing them recommend its default value.One can argue, that this should be always set to default, since functionality = necessary. However, if so, then why is this value there in the first place?
However, if you look at it from a different angle, “functionality” can be used for personalisation purposes too. And since Personalisation is one of the categories of consents in WP FP, setting it to “granted” by default, would lead to setting up some non-essential cookies and collecting non-essential data.
I hope this makes things a little bit clearer.
Have a nice day
Krzysztof Planeta
Author of WP Full PictureHello. I’m glad you like the plugin 🙂
As for your question, you can do it with JavaScript. Just add this code to your theme or use one of the custom snippets plugins.document.addEventListener('DOMContentLoaded', ()=>{
let link = document.querySelector('#fupi_main_descr a');
if (link) link.setAttribute('target', '_blank');
})P.S. I haven’t tested this script but it should work. It looks for the link in the main text of the banner (with identifier “fupi_main_descr”)
Have a nice day
Krzysztof PlanetaForum: Plugins
In reply to: [Tracking and Consent Manager - WP Full Picture] Consent Mode v2I’m closing this topic due to inactivity. No other user reported any issues with Consent Mode.
Nie ma sprawy. Dzięki za potwierdzenie, że poprawka działa i baner się ponownie nie wyświetla. Resztę napiszę ci na maila. Miłego dnia
Hej. Email zawierał link do dropboxa. Zaraz prześlę Ci jeszcze raz ale jeśli go nie dostaniesz, to odezwij się do mnie na czacie na stronie wtyczki.
Forum: Plugins
In reply to: [Tracking and Consent Manager - WP Full Picture] Consent Mode v2Hi. Any news on the Consent Mode? Is Google Ads still telling you there is a problem?
Cześć. Wysłałem ci wczoraj wiadomość na maila z plikami wtyczki, które opublikuje w przyszłym tygodniu. Sprawdź pocztę proszę 🙂
Czy możesz mi podać adres swojej strony? Nie wpisuj w treść odpowiedzi. Możesz to zrobić w specjalnym polu w formularzu tutaj lub wyślij mi na chacie na stronie WP Full Picture. Jutro sprawdzę co tam może się dziać
Cześć. Czy inne języki masz w poddomanach czy w folderach, np /pl/ ?
Baner powinien się pojawić jeśli wersja językowa jest w poddomenie, bo nigdy nie wiadomo czy jest całkowicie oddzielną stroną czy to tylko inny język.
Jak jest u Ciebie?
- This reply was modified 6 months, 1 week ago by Krzysztof Planeta.
Ah, yes. You are right. I was actually looking for Super Socializer and found this forum by mistake. Sorry for the trouble and have a nice day!
Thank you, Laszlo, for this in-depth information. I need to find out if the app-scoped user ID can in any way be used in Facebook events sent by third party (i.e. my) software. I will look into it. Thank you for this info and have a nice day!