Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Sounds like what you're looking for is dynamic content. Start here: Use Dynamic Content in a Landing Page - Marketo Docs - Product Docs If you're looking to build tokens specifically, you will need a separate token for each region such as {{my.USAbodytext}} and {{my.Canadabodytext}} where you plug...
As a novice, you've already done the right thing by testing it out and making sure there are no problems. You've definitely answered your own question and I can confirm for you that nothing will break by moving around your assets as far as I know.
This is a classic visibility rules and the example you want to reference for this is State and Country. If someone chooses United States for country, a list of 50 states will show up. For Marketo in house builds with forms 2.0, you will need 2 fields. If you want to use the same field, it's not i...
You will need to edit the code so that the container is no longer referencing the global variable.The reference for the CSS hex will look something like this: background-color:${knapfarvebackgroundcolor} <-- This is a guess as to what you may have named it
You're probably going to want to submit ideas for all of the above.
I feel like they may have grouped both the Lead Ads and the Custom Audience into one bucket, Facebook. Have you tried the Facebook option in it's entirety and find that it doesn't have what you're looking for?
These fields are system managed and can only be updated via your CRM integration.
If you're not familiar with JS to dynamically populate html elements, you can always try redirects based on the URL and create 3 separate pages to redirect to. www.something.com?test=1 -> www.something1.com/1www.something.com?test=2 -> www.something2.com/2www.something.com?test=3 -> www.something3....
Ahh I think I get you now. So, in MSD, you have a lookup type field. However, you want to update this lookup type field not via the lookup, but via Marketo sync? Logically, this won't work. You're going to want to focus on changing the value in the field that it's looking up IF that field is also ...