Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The web personalization accounts are created separately from all other Marketo apps, therefore there are a few parameters that might be different from one account to another.I'd suggest asking your admin user to grant you the relevant access or log in to RTP and copy the tracking javascript for you.
Hey Nate,As you mentioned, to start you'll need to capture the Google's client ID.You can use this script to automatically add it to all your marketo forms: Capture Google Analytics Client ID and Store in MarketoThen, you set up a flow in Marketo that pushes the relevant data back to GA using a cust...
Yes - you only need to enable the "sticky" option:This will make the campaign keep showing up for the rest of the session.
HeyThis is the expected behavior since a segment matches visitors only once per session (session lasts 30 minutes).You'd have 2 option to achieve what you described:1. When a visitor matches one of your relevant segments - store this in a new cookie you create and use it to personalize the pages for...
Hey Sean RichardsI am happy to hear that you are planning to use it I cannot share specific examples but if you'll search for __ft_utm_content or __lt_utm_campaign on google you might find some.In any case, I'd recommend installing the code first on some test page and test it with your web team bef...
Hi,I've developed a free Chrome extension - UTM Builder for Marketo (http://bit.ly/UTM-Builder-For-Marketo).It's not a really automatic solution but it's annoying enough and might make more people remember to add these UTM's .
Hi Adam Wingate,A long time ago I published this post: http://developers.marketo.com/blog/send-rtp-recommendation-engine-clicks-to-google-analytics/ Since you're using GTM this method of sending events to GA won't work, but what you'll need to do is to create a data layer instead with the event att...
Or maybe use free API's like https://ipapi.co/json
You can do that using the REST API:First use getFolders to retrieve all the folders and programs you have in your instance.Then use getTokensByFolderId to query all the tokens under each one of these folders/programs- the name, type and value.http://developers.marketo.com/rest-api/endpoint-referen...
Sid PatilHere's an example of a JS that automatically captures the UTM params and stores them in the cookies - it uses first touch (ft_) and last touch (lt_) interactions.UTM Capturing and Storing in Cookies