Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi all,We currently send our leads to Marketo via the Rest API based on programName. We are looking to switch to push the leads to Smart Campaigns instead, using the smart campaign ID. Is it possible using the Rest API? I found on StackOverflow they recommended pushing to a list and configuring the...
Ahhh, thank you so much! That was the issue. You have helped me a lot.
Ahhh, thank you so much! That was the issue. You have helped me a lot.
Yes, I have seen you bring this up in other forum posts.I will bring this up and discuss it further with some of my more experienced colleagues. I think the reason we are trying to use the REST API is so we can move the Marketo interactions to our backend. This way we don't have to worry so much abo...
I am not sure TBH. I am currently grabbing the _mkto_trk cookie value and passing that through so is request looks something like:https://000-aaa-777.mktorest.com/rest/v1/leads/1234567/associate.json?cookie=id:000-AAA-777&token:_mch-ourdomain.org-1234567891234-12345
Thanks so much for the quick response Sandford.Yes, I will not be deploying a check of the cookies field into prod however, when I tried to check it to see if it was working correctly it's value was null. Does that mean it hasn't been associated?The way I tried to check was again with the REST API (...
I'm happy to provide more specific information if needed but basically: 1) User submits form2) We push lead to Marketo using REST API (/rest/v1/leads/push.json)3) We associate munchkin with the lead with REST API (/rest/v1/leads/{leadId}/associate.json)How do I check if this munchkin has been succes...