Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Guys, forgive me for being snarky here, not every day i get to challenge @SanfordWhiteman 's solution. i deserve a marketo award for this. There is a way to compare fields with two smart Campaigns if the result here is to make sure two fields are not equal. Let be field named XXXLet there be two fie...
what about anonymous information? views, clicks etc.
I think that after two years it does not look like marekto is eager to make this happen. I don't see a way to remove personal details completely without deleting the record.
I understand that but what happens when the user decides to put 'null' in one of the fields?The two solutions here, in my opinion, can be:As suggested - to replace the value of the field to something else. [n/a] might be a good solution because it keeps the field with some value. this can be done ei...
I just tested it, it happens also with embedded Marketo forms...
I had a user that filled a form with "null" as the company name. Since i am not using embedded marketo forms but backend submission, the value of the company name was null. even if i sanitize the field, the value is still null because it's a valid string. The result of it was that the company name s...
I thought about this but it means that i need to edit the munchkin code. I'm trying to stick to original since I am using a maintained Drupal module but I think i am changing my approach now a bit. The only reason i need to not track the specific page is that i am using it to retrieve the marketo co...
I have a few pages in the website where i want the munchkin but i don't want to track the page view. Is there a way for me to remove the page view from specific pages? some kind of meta that is telling marketo - don't trigger a munchkin page view or something like that.
The way i did it:I added the munchkin token (_mkto_trk cookie) to every lead in intercom.Lead is synced to sf and from there to marketo (takes about 10 minutes, since we already have bizdev in touch with the lead it is ok by us) - intercom deliveres - Name, email, company.When lead arrives to market...
Yeah, that's what i am trying to avoid... if I would have written the babel fish here, I would have went with intercom -> api (with intercom event webhook and api call) -> marketo /save2 but its another piece of code to maintain and monitor. If i can find a way to associate/merge with a smart campai...