Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks for looking into it, Darshil_Shah1. @Darshil_Shah1 wrote: Do you want to export the SL criteria and save it somewhere for future reference?Yes, sort of. In scenarios, where several people work on segmentations, and where there are many segments with a lot of filters and filter values, I would...
Dear Community,My question is similar to How to get an Email Program's smart list id?, which had an easy answer: Is it possible to programatically retrieve the smart list criteria for a segment? The Get Segments for Segmentation endpoint lists me the asset ids for each segment in a segmentation. How...
Exactly what I was looking for for https://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Programs/getSmartListByProgramIdUsingGET . Thanks once again! 👍
Understood, I was not aware of the temporary character of these lists. Thanks for clarifying.
Thanks. Yup, that's how I currently do it. I hoped there might be a "direct" solution, maybe undocumented. (Also because the setup is not under my full control - some folks set it up in program, not as a separate asset.) I will leave this open for a few days, and "mark as correct" if no other ideas ...
Dear community, When creating an email program, you often define its audience using a smart list. Clicking on the number of people in the audience section opens a new browser tab with the people in that smart list - the url will look like https://app-nld123.marketo.com/?satellite=1#SL12345A1! . Is...
Maybe you gave the answer yourself if you compare this posting's title with its content (#if versus $if)?
Interesting.. this sheds some more light on how to do certain things in Velocity. Merci!
Hi communityGiven for instance: #set( $foo = ["a", "b"] )#set( $bar = ["b", "c"] )How to a.) merge foo and bar into a new variable, which has b.) unique values:["a", "b", "c"]?Thanks in advance! 🙂
Hi community,I get a strange error when using a smart list filter "Not Was Sent Email" with a "contains" constraint: No matter what I enter for that constraint, the smart list won't accept it and returnError running Smart ListCheck your Smart List configurationHas anyone experienced this, too? What'...