Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
To add to Jamie Lewis. You can pull out Marketo data via the API for pages not hosted in Marketo and then pass that along to Site Catalyst as custom traffic and conversion variables. If you are doing this real-time you have to wait to get the data from the api calls before running the tracking cal...
The code Yanir has in their post has a syntax error in it...plus it has console.log(...), which will also cause errors for most users (those that don't have a console open in their browser, i.e. are using debug tools of some kind).I would attach the call to the form submit event and use google analy...
I've done a POC with LivePerson integrating the chat events as activities in Marketo. Definitely not straightforward, we setup a webservice in SFDC to handle the webhooks from liveperson and to push the activity into Marketo.
You can automate a lot of it, but it would require some customization on the SFDC side.You can:1. Push Marketo program (i.e. SFDC campaign info) over with tasks Marketo creates. This is harder than it should be, but possible.2. Add a convert button to tasks in SFDC. When this is used, pull over th...