Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Yulya,Would you mind sharing the page that's having the issue? I'm actually right in the middle of working on a page that not only has OGP and Twitter card support but some specific iOS/Android markup (because I'm painfully extra like that) and haven't run into any issues. Usually these things ar...
Does that work without incident, though? I was toying with the idea on another CDN that offers free SSL but figured it was too good/easy to be true.
This is a pretty straightforward idea but one I've run into multiple times: once a user is removed from a Marketo instance, they should automatically have their Authorized Support access revoked. Given that the two aren't aligned, this can cause issues and confusion for both Marketo Support and the ...
Hi Kelvin,The Acquired By column is showing that those particular records were created as a result of the program you're looking at. You can find a bit more context at Understanding Program Membership - Marketo Docs - Product Docs.
Hi Jamie,Sorry--SPC in this case stands for Subscription Preference Center.
It honestly depends on your outcome outside of just Marketo and the SPC's purview. Would you ever want to run a SFDC workflow on the field? Don't use MSPs.Are you ever going to merge records in Marketo or Salesforce using their default tools? They can't correctly combine values. Ditto if you ever ne...
Are you using /rest/v1/leads/programs/programID.json? If so, you should receive a result for each record with membership -> progressionStatus as a value.
A quick note for anyone who does need to implement the Socedo tracking pixel on Marketo landing pages—in order to have the pixel fire effectively, you need to actually put the majority of the script Socedo provides in the template and simply the appropriate _socedo.track action on the individual lan...
Hi Mica,Pixel, by default, uses the Gmail app, so the usual precautions about developing for Gmail app apply--if the person is using IMAP you can't use media queries and there are some strict requirements about how style tags and structure is set up.It's hard to tell what exactly is causing the issu...
If you're looking to just do "if true, show ID, if false, say no ID" you could do something as simple as{{lead.SFDC Id:default=Not in Salesforce}}for an alert. If this needs to scale out to more beyond that, you have several different options.