Dynamic Remarketing is kind of complex to setup. And of course there are always things you could do differently. Have you been able to setup Dynamic Remarketing yet?
@jahangeeryousaf65873 жыл бұрын
no i am having trouble with this ...
@ArifulIslam-hl6du3 жыл бұрын
Can you show Value of the product in Remarketing
@provlder2 жыл бұрын
I already have instaled a Tag "GAds Remarketing" but it's not sending remarketing event data such as event name, event value and invent items and the trigger is "All pages" - let's say it is a "regular GAds Remarketing". Should I modify the existing tag according to these instructions here or should I Crete a separate Dynamic GAds Remarketing Tag and link both tags to Google Ads? Thanks!
@AmbroseFowler-le8lx8 ай бұрын
Crisp, smart way of explaining, necessary and sufficient information. That was helpful. Thank you.
@clickscale213 Жыл бұрын
Still helps in 2023 :D Thanks for the great tutorials
@kesc23 Жыл бұрын
this video is pure gold. i'm reimagining this with other stuff. thank you very much!
@roverdrammen39773 жыл бұрын
I'd love to see a *developer oriented* Data Layer tutorial for GTM in the future. Awesome content BTW!
@MeasureSchool3 жыл бұрын
inside of MeasureMasters we have a DataLayer Writing Workshop
@roverdrammen39773 жыл бұрын
@@MeasureSchool awesome! Thank you for your fast response and support.
@catalinaclouser13742 жыл бұрын
First of all, thank you. Second of all, thank you.
@davidchongsoonwee60422 жыл бұрын
Hi Julian, very insightful sharing, may I check why Google Ads still need product feed from uploaded feed into Business Data/ Google Merchant account, while Google Ads will still retrieving product data from data layer on website? Thanks
@SahilMishraVlog3 жыл бұрын
I have started to learn more about this. Really useful video mate.. love from India. 😊
@jamesmilford20113 жыл бұрын
That was great thank you - I followed everything and my website gave the same responses as you apart from when it pings back the Event Item and Event Value. I seem to get a 'null' response...any ideas? My datalayer has all the correct details listed as well so I am a bit stuck. Cheers James
@kickapoo13903 жыл бұрын
same problem, were you able to find a fix?
@jamesmilford20113 жыл бұрын
@@kickapoo1390 had to get Google Tag Developers to sort it out for me unfortunately couldn’t do it myself- use their chat service
@dmytroreviakyn6353 жыл бұрын
Julian, thanks a lot for sharing your minds and the materials. It 's really useful and the main thing it 's always works!
@theshorekitchen74533 жыл бұрын
I followed the steps. My dataLayer fires okay, however, values and ID aren's swapping out. Any ideas? Much appreciated.
@kickapoo13903 жыл бұрын
same, were you able to find a fix?
@earlytoriseab3 жыл бұрын
Same for me, I just get the variable names, not the values when I do a preview.
@brillitydigital7472 Жыл бұрын
Wonderful content as always Julian! Measure School is invaluable in my work.
@saltikkenan2 жыл бұрын
Hi\ What is your recomendation to track wordpress and woocommerce with a plugin which uses GTM or some other plugin use seperate tracking codes for all services Google Analytics Facebook Pixel etc with enhanced tracking features etc. Is google site kit is a good choice
@yoannregis53423 жыл бұрын
Thank you Julian. Much appreciated how much you help everyone!!
@jennywatt94013 жыл бұрын
Hey Julian - do you have a video or advice on how to set up the product feed? I have the tag installed but it needs to be validated by being connected to the feed. I have a content API which pulls through the products on merchant and im very confused of how to create a product feed / the spread sheet.
@oscarpiedrafita86133 жыл бұрын
any reason why on de debugging can't see de product id? I place value, currency and business vertical manually and id send dinamically according to my DL
@theshorekitchen74533 жыл бұрын
Thank you for the great content. I have a quick question here, could be silly, but just wanted to double check, so once this remarketing tag has been implemented in gtm, will the remarketing audience automatically become available in. google ads?
@33bigmoney7 ай бұрын
what about this for non product sites??
@IngoMunizSabage Жыл бұрын
1 - If I have some other parameters inside "items" variable, such "category", "price", etc. Is it useless? Or could be useful for something? 2 - I can't get the product "id" in category pages, search results or home, only "item_group_id", as my products have variations (and variations are not shown in these pages). Google says it's possible to use "item_group_id" as well. I tried to do it, but when I look in Google Ads, there's no correspondence.
3 жыл бұрын
If you allow me one note: the "items" variable will not work correctly with this setup since if the there are multiple events within a single page view (like a view_item_list, then an add_to_cart) then your "items" variable will merge both "items" object and report for example all listed products in a product list as added to the cart. In your case, setting the variable version to "Version 1" will solve the issue, if someone is using the GA4 ecommerce.items then it is more tricky since with "Version 1" you can not read the ecommerce.items object :-) For example the official GA4 doc uses the dataLayer.push({ ecommerce: null }); line before the actual add_to_cart event to emtpy the ecommerce variable before the add_to_cart event.
@MeasureSchool3 жыл бұрын
thanks for the comment Tamas. I think generally the implementation (in most cases) would work, but yes, there are some cases were we would need to "clean" the dataLayer before sending another event. If there is a page reload in between the firing of tags this shouldn't be a problem, but I can see how the add_to_cart event could merge the old values together, as it's happening on the same page. In this instance I would prefer to ask the developer build in a cleanup dataLayer or alternatively use tag sequencing with a cleanup tag. thanks for pointing this out!
@nimeni863 жыл бұрын
@@MeasureSchool According to Google doc, the add to cart event should be placed on the cart page, not on the button: "Below is a sample code snippet to create the data layer and then pass the user's total cart value and the list of products contained in the cart"
@earlytoriseab3 жыл бұрын
If found a setting in your plugin to write the ID instead of the SKU, and I managed to create a variable in GTM that combines the the prefix that the feed plugin creates with the ID. I hope that this will work.
@morsofer80512 жыл бұрын
Thank you Julian for a very informative video. Just one question: how did you pre-defined that Event variable {{Event}} you used to embed into the Event Name on the Google Remarketing Tag? Is it automatically created due to insertion of the dataLayer.push code google provided with us?
@brillitydigital7472 Жыл бұрын
@morsofer8051 {{event}} is a built in variable (utility) in GTM, doesnt need to be created. it just pulls in whatever event name is fired in the datalayer. In GTM go to variables, built in variables, configure and then add "Event" under the Utilities section. Since this is a prebuilt variable, it does not need any definition, it is ready out of the box. Sorry this answer is a year late.
@shiwanisainiitsme3 жыл бұрын
Hi I followed all the steps although my remarketing code fires up but couldn't pull the events value
@judenwachukwu13233 жыл бұрын
@measureschool the event names look similar to that of GA4, and can cause duplicate tracking, custom javascript be used to transform the GA4 dataLayer to match that of the dynamic remarketing, there by preventing use of this dataLayers.
@Ali-ok3lb3 жыл бұрын
Hi, Can we implement multiple data layer with different event name for running both Enhance ecommerce tracking and dynamic remarketing to avoid duplicate tracking?
@blacktulipcreations89753 жыл бұрын
Should I have BOTH a regular google ads Remarketing tag that triggers on all pages and a Dynamic remarketing Tag with Custom Event triggers?
@amishriaz3 жыл бұрын
Hi, Thanks for great informative video. My question is, if we already applied Remarketing Tags through GTM. For Dynamic Remarketing again follow the all process like (Conversion Linker etc.) Or just pass the event name & value in current remarketing tags? Thanks
@MeasureSchool3 жыл бұрын
you can simply adjust your tags as long as the data comes through fine
@amishriaz3 жыл бұрын
@@MeasureSchool Thanks
@davidpristl74886 ай бұрын
Merci 🙏! Well done and simple
@utkarshsrivastava492 жыл бұрын
can we make two marketing tags one for remarketing and one for dynamic remarketing...???
@jahangeeryousaf65873 жыл бұрын
how to create feed for non-ecommerce website? is it beneficial to create dynamic remarketing for non-ecommerce website. What is the difference between creating remarketing from analytic and creating it from google tag manager?
@MeasureSchool3 жыл бұрын
It entirely depends if you want to do dynamic remarekting and are in one of the verticals that Google offers.
@jahangeeryousaf65873 жыл бұрын
@@MeasureSchool Thanks for responding
@waltermazzola44502 жыл бұрын
Great value in this video! Just one question. After all this is set, Do I need to manually create my Audiences/Segments in Google Ads? Or, they are created automatically. I mean these audiences: 'view item', 'add_to_cart' , etc. I will create a different Remarketing Campaign for each one of these. Thanks!
@Luffy-lc2is2 жыл бұрын
Wondering about this myself!
@filippolovadina72810 ай бұрын
Hi, Were you able to find out the answer?
@AshokPatel-hh2sp Жыл бұрын
Hey, if i don't want to take the help of a developer, can i do the whole process through gtm without touching the java script code?
@imdeexpert58283 жыл бұрын
Thanks Julian. You are one of the few legends that posted a legit video on the walkthrough on how to setup dynamic remarketing for shopping ads. I have a question. I see that you set up the ID and Value at the event section, instead of "custom parameters" below. Can I use customer parameters and identify the parameter name and value? Or is there no difference between the 2? thanks.
@MeasureSchool3 жыл бұрын
you can use that too
@mauritslaanfer78733 жыл бұрын
Het zou interessant zijn om te weten over het indexeren van passeren, heb je het al geïmplementeerd?
@nimeni863 жыл бұрын
I was wondering if the data layers can be built in GTM as Custm HTML tags, pulling the values from the EEC data layers. The items array can be be reconfigured in a Custom JS variable with the right keys and values.
@dgmy71412 жыл бұрын
Thanks Julian.
@inderdeepsingh5023 жыл бұрын
Thanks for informative video! I'm facing one issue. My item ID in merchant center doesn't match with ecom_prodid in data layer. How to fix?
@Luffy-lc2is2 жыл бұрын
Great video! How do you create an audience list based on these parameters? How does a campaign actually work as Dynamic Remarketing? Does it work without audience list?
@rubenrunneboom89902 жыл бұрын
HI Julian or team, Thanks for the great video. I followed the steps as you describe. Within Google Ads, when I go to Tools -> Audiences -> Sources -> Google Ads -> I see 5 active parameters except the ecomm_prodid. In my opinion this is the most important one. We do get data through the parameter 'Id'. These ids are the same as the ids of the products in the product feed. Is this sufficient or does the parameter ecomm_prodid really need to be filled? I hope you can help me. Cheers, Ruben
@ErikHill13 жыл бұрын
Wow.. thank you Julian!!
@guidoterlinde57223 жыл бұрын
hoe negatieve woorden correct te gebruiken? kan je vertellen?
@shuwerx3 жыл бұрын
Awesome video!! Thanks for sharing mate, very good!!
@bagdatbaimagambetov56783 жыл бұрын
Love the content! Thank you, Julian!
@andrejvolcansek32328 ай бұрын
how to reuse datalayer events that have been prepared for ga4 ecommerce?
@Ali-ok3lb3 жыл бұрын
Please Help- Can we implement multiple data layer with different event name for running both Enhance ecommerce tracking and dynamic remarketing to avoid duplicate tracking?
@eddyindia70072 жыл бұрын
Is there remarketing tag for dv360?
@arnohofman34883 жыл бұрын
Hello Julian, is it ok to let the remarketing tag fire on "all pages"? For store visits to measure correctly there is a Google Ads tag needed on all pages apparently. Thanks!
@MeasureSchool3 жыл бұрын
that's what the conversion linker is for
@pavlicheg3 жыл бұрын
My data layer types do not fire in debug mode since I think my GTAG is built in GTM. What's the way of doing that in this case? ...
@MeasureSchool3 жыл бұрын
don't use GTAG in GTM
@pavlicheg3 жыл бұрын
@@MeasureSchool Thanks, but I've been contacted by google ads support and they forced me to go GTM route, all of the code is working on GTM at the moment. As I understand I can't use both at the same time (include js code on a website + use GTM). Not too sure how to approach this. I don't think there's anyone in the world that can connect all of that crap together. Analytics, V4 of Analytics, GAds, GTM, etc. :)
@DigitalMarketingmates3 жыл бұрын
Great content 👍
@bemssonguerrero13963 жыл бұрын
How can I set up data layer variables on Shopify?? I think they are already created but aren't accessible for merchants.
@eguchiyuuki3 жыл бұрын
thanks!
@jollekool3 жыл бұрын
Good if this works, I will try it. I also saw in another video that you have to create Dynamic Remarketing in GTM next to the normal remarketing. So that means you have to create a normal remarketing tag with a trigger on all pages and then a new tag with dynamic remarketing the way you do it - can you verify?
@MeasureSchool3 жыл бұрын
yes, I don't think it's necessary, but can't hurt to have a general remarketing tag on all pages as well
@emmendes3 жыл бұрын
Hi Julian, I'm studying and following your tutorial in this video (set up dynamic remarketing), but I'm having a problem that I'm not able to understand. Why does the datalayer show me the variables, the debugger shows me that the events and variables are there, but I can't see them present in the tag assistant or in the structured data analysis? What can it be?
@erinlee33512 жыл бұрын
Same here, are you able to figure it out at the end? thanks
@onlineeducation68213 жыл бұрын
Please share PPC check list for optimization thanks 👍🙏
@denissafronov9243 жыл бұрын
Thanks!
@ivanjimenez45423 жыл бұрын
Hi Julian thanks as always, make one please for fb ads catalog with pixel with gtm please!!!!
@simonbrooks399 Жыл бұрын
I offer services so I don't have Google Merchant, is that the only way?
@bartoszstanik9523 жыл бұрын
Hi. Is this some new way of implementing dynamic remarketing? On my site I'm using variables like ecomm_prodid, ecomm_pagetype, ecomm_totalvalue. Here you show different standard of tagging your website, using events.
@MeasureSchool3 жыл бұрын
yes, that's a newer implementation. Your old one will still work
@myinfochannel3 жыл бұрын
I have the same issue,,,my site use ecomm version...did it work for you?
@avinashrai009 Жыл бұрын
Can someone please help me understand Dynamic remarketing campaign for display campaigns
@kalbarooo3 жыл бұрын
Hi. What is the name of exactly the extension you are using (12:20) ? :)
@MeasureSchool3 жыл бұрын
tab notes
@general26683 жыл бұрын
What if code does not have "value" what else can we place instead of value?
@IngoMunizSabage Жыл бұрын
Value is optional.
@irinazurita9939 Жыл бұрын
How to retarget someone in Facebook and Instagram that has search a product in google and not precisely visit my webpage?
@thinhphu63986 ай бұрын
so where is code?
@zest013 жыл бұрын
This is really complicated
@MeasureSchool3 жыл бұрын
jup, just being honest
@vuadocau2 жыл бұрын
I’m using GTM to set up the Google Ads Dynamic Remarketing tag. Using Tag Assistant I noticed the event purchase sent up to 3 times and only once exactly. I ordered 2 different products in oder. However, there are 4 different meta data submissions and only once is the correct order. The 2nd request is correct and I want to discard the other requests. Request 1: Data event gtag.config Request 2: Data event:purchase , google_business_vertical:retail , id:29917,33583 Request 3: Data event:purchase , google_business_vertical:retail , id:33583 Request 4: Data event purchase Can someone help me? Thank you everyone. Sorry I use google translate