Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I'd also second that David - The email 2.0 editor is extremely powerful and can say without a doubt, as someone currently using both systems in different businesses, that it gives far more flexibility and control than HubSpot's editor. BUT it's only as good as the template you've got, and to create ...
THANK YOU! Yes - I knew there had to be a simple solution. Don't know why I couldn't find that...
Is there a way to return the length of a string in Marketo Velocity email script? I might just be being dumb, but I've tried looking and can't find it referenced anywhere.I want to have a script token display a different format greeting if we've just been given a single initial for first name (as we...
Yes, fair point, and something we overlooked in our rush to get up and running. Question: when it says "Warning: Changing the user credentials to connect to a different Salesforce account will cause the Marketo sync to become unstable. Check with support if you are unsure." Is this purely because th...
Thanks for the suggestions, however unfortunately both the API usage report and salesforce support (who were only able to point me to that same report) are not much help in this case - for any app using the REST API, the report does not show the client ID, therefore, as you say, I can see only which...
We're seeing a sudden spike in usage of the salesforce API, because of sfdc's woeful lack of logging, all we can see is that it's coming from the same user that Marketo syncs via but can't see specifically which app is making all the calls (as that user is also used to sync several other apps).Just ...
Maybe just lots of people wanting to be helpful. Not sure I see the problem ¯\_(ツ)_/¯
Hi Gabby, hopefully I can be helpful here. We had what I think was a similar use case at a previous company where we wanted to reduce the number of fields showing on the screen at a time to make the form seem less daunting and to give it some more structure - the impact of changing from a single lon...
It's not a perfect solution, but maybe a way around a 'fake' page view being triggered is to use the forms 2.0 API - embed a hidden form in the page and check for the form submission in the campaign instead of a page view (include the URL of the page as a hidden field in the form and you can easily ...
Thanks again Sanford - I'm going to go ahead and update to pass email via the URL parameter as you suggest. Definitely owe you a beer if I ever happen to make it to Marketing Nation!I wondered if it might be due to having two embedded forms on the page that the form wasn't behaving as expected, but ...