Is it possible to make an update on this if it's a "new" GA4 event? This video though is amazing! I learned much more than through Google tutorials (from Google).
Excelente video, você sabe como criar uma meta diretamente no google analytics e optimize google para rastrear quem clica no botão "A" ou "B"? Gratidão por seu ensinamento.
ok i got the solution from chatGPT. hope it will help others too. i put it in a HTML widget. i'm using elementor. document.addEventListener('DOMContentLoaded', function() { const buttons = document.querySelectorAll('.elementor-widget-button'); buttons.forEach((button) => { const dataId = button.getAttribute('data-id'); // Define a mapping between data-id and desired ID const idMapping = { '24b6a83': 'Keep-Your-Team-Get-Rewarded', '0548e38': 'Retain-Employees-Reclaim-Funds', // Add more mappings as needed }; // Check if the data-id exists in our mapping if (idMapping[dataId]) { const assignedId = idMapping[dataId]; // Assign the unique ID to the button wrapper and its inner elements const buttonWrapper = button.querySelector('.elementor-button-content-wrapper'); const buttonIcon = buttonWrapper.querySelector('.elementor-button-icon'); const buttonText = buttonWrapper.querySelector('.elementor-button-text'); const iconElement = buttonIcon.querySelector('i'); const buttonLink = buttonWrapper.closest('.elementor-button-wrapper').querySelector('.elementor-button'); // Set the desired ID buttonWrapper.id = assignedId; buttonIcon.id = assignedId; buttonText.id = assignedId; iconElement.id = assignedId; buttonLink.id = assignedId; // Assign the ID to the tag } }); });
Hi, Joy. I haven't ever purchased a verification badge on Instagram so I'm not of much use here. I've heard good things about famousinfluencer.com's services. Because they get you real PR, their packages cost thousands of dollars. I haven't heard of anything more affordable, but definitely let me know if you find something you'd like me to test! I'm happy to create a test account to validate their offer.
I learned more about GTM and Analytics in 8 minutes watching this than I have in the last 12 months! Keep the great content coming!
Super helpful. You have answered the why? what? how ? in a very simple manner. 😀. Thank you.
THANK YOU. You've made life a lot easier for me!
Really good explaintions. No tammtamm ... i like it a lot. Thank you very much for your assistence. Stay healthy and all teh best, chris
Amazing content! Thank you!
You are the best. Thank you 😃
Is it possible to make an update on this if it's a "new" GA4 event? This video though is amazing! I learned much more than through Google tutorials (from Google).
Thanks!
Could you make an updated version of this video seeing as Google Tag Manager has changed?
Hi - I see no link to the google analytics variable tutorial as you said?
This really well done! Thanks a million!
Thank you very much!
Super helpful!! thanks
DOES NOT WORK if you use WPML multilingual pages. The ID will not be ôn translated pages/buttons/links.
Thank you - this was helpful! If I have a popup via Elementor and I'd like to track the popup click - where could I place an id for it?
Excelente video, você sabe como criar uma meta diretamente no google analytics e optimize google para rastrear quem clica no botão "A" ou "B"?
Gratidão por seu ensinamento.
when someone click on the button text it's not triggering. what's the solution for that. I've already tried using Click Text variables.
ok i got the solution from chatGPT. hope it will help others too.
i put it in a HTML widget. i'm using elementor.
document.addEventListener('DOMContentLoaded', function() {
const buttons = document.querySelectorAll('.elementor-widget-button');
buttons.forEach((button) => {
const dataId = button.getAttribute('data-id');
// Define a mapping between data-id and desired ID
const idMapping = {
'24b6a83': 'Keep-Your-Team-Get-Rewarded',
'0548e38': 'Retain-Employees-Reclaim-Funds',
// Add more mappings as needed
};
// Check if the data-id exists in our mapping
if (idMapping[dataId]) {
const assignedId = idMapping[dataId];
// Assign the unique ID to the button wrapper and its inner elements
const buttonWrapper = button.querySelector('.elementor-button-content-wrapper');
const buttonIcon = buttonWrapper.querySelector('.elementor-button-icon');
const buttonText = buttonWrapper.querySelector('.elementor-button-text');
const iconElement = buttonIcon.querySelector('i');
const buttonLink = buttonWrapper.closest('.elementor-button-wrapper').querySelector('.elementor-button');
// Set the desired ID
buttonWrapper.id = assignedId;
buttonIcon.id = assignedId;
buttonText.id = assignedId;
iconElement.id = assignedId;
buttonLink.id = assignedId; // Assign the ID to the tag
}
});
});
hey what company would you suggest for PR for verification badge on ig?
Hi, Joy. I haven't ever purchased a verification badge on Instagram so I'm not of much use here. I've heard good things about famousinfluencer.com's services. Because they get you real PR, their packages cost thousands of dollars.
I haven't heard of anything more affordable, but definitely let me know if you find something you'd like me to test! I'm happy to create a test account to validate their offer.