Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Axel,We actually ended up passing on the LinkedIn Lead Gen forms tool. For us, business email address is significantly more important as we're a strictly B2B, and since LinkedIn auto-feeds their personal email address into the database, we'd have to ask them to fill out that field by hand which c...
When we set this up, our personal accounts are linked to the business account itself. I had to verify via my personal account (which is linked to our business account, which I'm an admin of). I think it working as designed as the permissions on the business page are managed by user (which is linked ...
If you use the flow step action "Sync to SFDC," that will get the contact added to salesforce again. However, they'll have a NEW salesforce ID, which should update his record in Marketo. I believe that should solve your problem. We use salesforce as our database of record, so we actually purge recor...
No, the upload is a point-in-time change. The record on the list is really only using the Marketo ID to determine who to show. If the person's record updates, it'll update the field on your list (the members of the list are static, the data within your list is not). If you're using smart list filter...
Hi Sanford,Yep, you're right. Every other instance where I utilize scripting to output something similar is more complex than a single link, which does not allow the tracking to take place. Frankly this is a nice surprise so I'm happy to see it working! Appreciate the insight you always share!
In my experience, if you're using a script token to define a link to be displayed in an email, those links are not trackable by Marketo. In all honesty, that makes sense to me. Marketo has no idea the link exists since it's inside the token code, not within the email itself. However, I have found an...
Hi Everyone,Normally, we report our event programs (almost always Webinars) at a high level, but I got a request for YTD Event Program Engagement (Webinar Registrations, Attendees, etc.) for a specific audience segment. Besides pulled the numbers for each individual event program, is there a way to ...
To elaborate on Sanford's idea (which is an very creative solution), you're going to write a velocity token that is essentially:##HIDE SECTION FOR SEGMENTS#if (${lead.NAME_OF_SEGMENT_Segment__c} == "Value1" || ${lead.NAME_OF_SEGMENT_Segment__c} == "Value2")
I believe the Reply-To name is dictated by the person's address book, not dictated by Marketo which is why you can dictate in incoming name, but not an outgoing name (only to which address it should be going).
This is an awesome idea. I'm going to talk to my devs to see if I can get something like this rolling. Thank you for the idea!