creamy-memory-38472
05/26/2023, 12:59 AMmillions-activity-52391
05/26/2023, 12:59 AMquiet-wolf-72320
05/26/2023, 12:00 PMcreamy-memory-38472
05/26/2023, 2:20 PMcreamy-memory-38472
05/26/2023, 2:31 PMcreamy-memory-38472
05/26/2023, 5:27 PMcreamy-memory-38472
05/26/2023, 10:47 PMcreamy-memory-38472
05/29/2023, 7:40 PMquiet-wolf-72320
05/30/2023, 6:00 AMAnd just want to confirm that the track event name should match the conversion name which is slightly different than the non enhanced conversion where the track event name is some uuid like “conversion id”. For example “Sign Up” vs “WIWUNFO”if you have a conversion named “Sign Up” in your Google Ads account, you should use the same track event name.
Follow up, I noticed that when navigating my site the clid falls off dude to the way the nuxt 3 router is working. I can obviously write in logic to preserve it but curious if this is best practice rather than doing something like saving it as a cookie etc or in local storage.The choice between these options depends on factors such as the level of control you have over your website, the desired user experience, privacy considerations, and the specific requirements of your tracking and attribution setup.
If i store the gclid under an identify call, say user make account, leaves, comes back later by typing in url and then converts. is there a way to get the identify call parameters before calling the event?The
identify
call itself does not store the gclid
parameter. To access the gclid
value stored during the user’s initial visit, you would need to capture it and persist it in a manner that allows you to retrieve it later. A few options are cookies, local storage, and Server-side storage