Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Laetitia While I haven't tested this myself (we don't run ours on-demand, we upload to YouTube instead and push to those assets)....I would imagine you can probably run the same flow (register people, send them their unique link, etc etc) - and then Zoom should change their program status to "vie...
Hi @Mike_Hardwicke_ , DM me if you're interested. I brought the repo into our org, which means it's not public anymore. However, based on the release notes here: https://docs.marketo.com/display/public/DOCS/Jan+%2721 this will be released Jan 15th. So I wouldn't bother recreating it yourself at this...
I've completed some code for this - it syncs both Google and Facebook audiences with a given set of static lists in Marketo. Written in Python. It's far from bulletproof (I'm a quasi-developer at best) but I'm happy to share some knowledge on this if you have some development resources in-house, or ...
Hi everyone. We are considering deleting a lot of people in Marketo that have been synced up from Salesforce. We use Person Accounts - when we create a new person via Marketo, the lead is synced down to Salesforce and immediately converted to a Person Account. It's then synced back to Marketo as a p...
Great question. I know this is possible since we have some SFDC activities come into Marketo under a heading of "SFDC Activity". But since it's set up in SFDC I've never actually seen where this is done.
Got it. Thanks, Sanford, I learnt a new trick! So the redirect page showed variables which I wasn't using....which made me double-check how the template was working. Basically, it wasn't using that email script token, but another token, which was broken. That's why it wasn't working. A good lesson, ...
Hmmm.... it doesn't work with hardcoded variables either. Strange.
I feel like this is obvious. But I can't seem to figure out why two almost identical scripts are giving me different results. This doesn't work - it outputs a button that looks right, but after clicking it, Marketo never redirects from my email tracking link domain, and it sits on a blank page. ##se...
Hmm.....although I can't say I love some of the European formatting. For example, "en_CH" for Swiss francs gives "CHF633.62". Euros gives me something similarly crappy - "EUR663.62". I'm guessing I can't modify this easily without writing exceptions one by one. I don't think I can hold that agains...
Wow. It really is that easy! Thanks so much Sanford.