Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Just following up here. It looks as though you can now map any hidden fields via the launchpoint integration (the step after reauthorizing). I have not fully tested it out, but the idea of mapping hidden lead gen fields from LinkedIn to utm fields in MKTO/SFDC seems very promising to me. It seems l...
It was noted in the most recent product release, but I have not seen anything since. Thanks for sharing any details beyond the release notes if you got it!
Talk with your Marketo rep about options, but know this is a major undertaking. The likely remedy will be a clone of your existing instance (program shells with deactivated smart campaigns and no leads/contacts) that you will then need to reconstruct after connecting new CRM and running through all ...
Congrats on getting lead scoring prioritized as an initiative! It is never a small feat to get a team to adopt a new process and/or strategy.Nicholas is spot on here. One thing that I have leveraged for help with adoption is actual lists of those that would be qualified by lead scoring versus those ...
Thanks Sandy! The script you shared needed a tiny syntax fix. Here's the final that I have up and working in case anyone else has a similar use case: MktoForms2.whenReady(function(form) { form.onSuccess(function(vals, tyURL) { gtag("event", "Content Download", { event_category: "Marke...
Well it looks like somehow this worked:I had to stitch together two other versions of the same thing. Still testing but saw an event logged in GA. Sanford Whiteman anything you would to to make this more efficient? (Also could I call the form id as the event label?
Also I couldn't help but laugh when you helped someone with a related issue and they kept calling your Stan (even after you politely asked them to stop they were like "tHaNks StAn!")
Thanks for the response Sandy! I have the script running on this page within the template (not pushing through tag manager).Want me to remove the script (pasted right before /body)?
Here's my current iteration of failure: Because gtag.js handles requests differently than analytics.js, I tried to adjust the call to match what's here on the Google Analytics documentation: Migrate from analytics.js to gtag.js | Analytics for Web (gtag.js) I'm clearly still lost, ...
I'm trying to get Marketo form submissions to log as events in GA. The script I have tried is not working, and I *think* I know why: We use Tag Manager, but GA is actually deployed separately as a Global Site Tag (gtag.js) independent of GTM. This is different from analytics.js too, which, in previo...