Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I'd try doing a hard refresh in your browser, using ctrl+f5 (windows) or cmd+shift+r (mac). If that doesn't cause it to show in your tree, I'd file a support ticket, as there could be a server-side UI caching issue.
You might check which character encoding you're using in Dreamweaver. That's characteristic of a text editor interpreting one character set as another. Try switching to UTF-8
This question is probably better posed to tableau, since they control the connector and know how it uses API calls.
When trying to use TriggerObject, are you actually using the Add to Case trigger for the campaign?
The bang is not a requirement for anything. It simply differentiates between normal and silent notation. If you include the bang, then it is silent notation, where the value will not be displayed if it is empty/null.
What you're looking for is to remove the lead from the flow, not delete its campaign membership. You'd want to create a trigger campaign that triggers when a lead becomes a subscriber. What trigger you actually need depends on how you represent that in Marketo, but it's probably a field, so you'd ...
Leads can only ever be removed from campaign membership through deletion of the lead. What are you trying to accomplish?
You're just seeing caching. The easiest way to bust it is by doing a hard refresh on the page, ctrl+f5 on windows, cmd+shift+r on mac. That will clear all cached images/scripts/stylesheets on the page and load them fresh without affecting your whole browser cache.
Please use this method if you need client-side submission for some reason: http://developers.marketo.com/blog/make-a-marketo-form-submission-in-the-background/ It's supported, unlike ss post.
We've got redirects in place for almost all old URLs on the new site. If you find any broken links, please report them to developerfeedback@marketo.com. That post, however, was intentionally removed as it's not a desirable usage, and causes a lot of issues. We've released a new endpoint which cov...