Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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!
I was under the impression REST API isn't available if you integrated salesforce, is this still the case?
Doable using an Engagement program.Have 1 stream that has all the content and sends weekly on M-F at like 9am and another stream with nothing in it. Create a smart campaign with recurring schedule for daily M-F at 11:59 pm, smart list is member of EP + constraint Stream is stream 1, flow is change E...
If you can't use REST API, you can try a webhook + php solution. PHP file uses cURL to get the current contents of a page, formats the content, returns the content to a custom field on the lead. Use the custom field as a merge variable in the email.Webhooks can only be triggered so you wouldn't be a...