Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
It used to be an option in the Treasure Chest area of the Admin section, but now it's gone. Not sure why, but it must have been removed during Friday's release.
If the third party will be manually entering the info, then your method is probably the best. If your campaigns aren't running concurrently, you could just update the hidden field when one ends and another begins, that way you don't have to clone a bunch of times. Alternatively, if the third party k...
So what you might be able to do, is utilize the "Send Alert" flow action and drop the email address in via a lead token into the "Other Emails" section (e.g. {{lead.Other Email}} ). I've never tried this and it wouldn't surprise me if it didn't work--you'd have to ask support about that.Alternativel...
Is there a particular reason why you don't want to add a custom field? It might be tricky to insert a field that doesn't actually belong to the form via jQuery and then run validation off of that.
What kind of activity are you wanting to register? You could utilize the requestCampaign feature to log activities via the API.
You should be able to achieve this by using programs instead of emails in your stream. However, instead of doing that, you might want to wait a few days as Marketo's May release is removing restrictions on engagement programs: https://community.marketo.com/MarketoArticle?id=kA050000000LIx8CAG#enhanc...
For what you describe, you'd want to go with a smart campaign (flow).An engagement program (stream) is more like a continual conversation with a lead where you can keep adding content over time and move them across streams based on different criteria. You could probably manage what you're looking to...
That makes more sense. For any checkbox that's checked, its value becomes "true" If you want to filter out anyone who checked the "No" box, you'd set "No = True" in your smart list (where No is the name of your field).
I might have misunderstood you, so let me take a step back: what kind of field are you using? A checkbox of a drop down? And if a checkbox, are you only using one, or are there two checkboxes, one for "Yes" and one for "No"?
The first thing you'll need to do is identify what's causing the leads to sync. If you have activated the campaign inspector from the treasure chest in Admin, you'll be able to quickly check all your active campaigns and find which have Sync actions.Once you've identified those, you can add conditio...