Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Definitely think Marketo is better learned through hands on experience. I also picked up varying proficiencies of html, css, javascript, jquery and php along the way. You'll only get so far with training from colleagues and the Marketo University.Every business is different and to solve problems at ...
Same answer as Sandford's.Just adding on though since we use SFDC and have a similar set up. If you create the field in Salesforce as Picklist (Multi select), you'll be able to see a summary of all products/services the lead/contact has submitted forms for like so:
Hi, by opt-in field are you referring to the default Marketo "unsubscribed" field? or did you create a custom field? And is the field type in admin=>field management for this field "string"?Going by what you have shared, if the field type is still boolean in field management, no matter what type of ...
Am I right in assuming you want to see your website traffic broken down by country? If so, use something like Google Analytics instead. Just add the google analytics tracking codes to your landing pages.You can't see the data of anonymous leads in Marketo, only people who have submitted their email ...
Indeed, the recipient will just see the raw html e.g. Register Now
Gated content - you could manually link the pdf after submission using stay on page below or you could pass some variable on from the CTA link (see Multiple CTA's but only one form Stay on page - general gist is:
You could try changing the field security settings for the sync user inside salesforce so the sync user can't see any of the contact fields.
Looking at your screenshot of the visit webpage trigger, try chopping off the query string (from ? onwards) and also the domain (https://www.acronis.com/) so it's left with: contains "en-us/business/backup"Then use constraint querystring contains and add the utm values you want.
Just so you're all aware, I noticed this happening in the Amount and Expected Revenue fields in Opportunity a few months ago. I shrugged it off then as it didn't have a material impact for us.Seems like the rounding issue only affects currency fields?
Great to have learned something!