Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi DeannIs this not already possible? In a flow step, I currently have a choice that says "If Email Address is not {{lead.Agent Subscription Email (C)}}, then make Email Address = {{lead.Agent Subscription Email (C)}}". Is this not what you want? I just went through this with support so I'm quite su...
Hi AmyIf you can get the delivered number per test, then you can analyse clicks / delivered for both the champion and challenger using the tools linked to in the article to get your p-value. If champion/challenger works anything like regular A/B tests, there is a smart list filter called "Was Sent E...
Wow, that's great Sanford Whiteman! Although I do agree with you - a drag and drop would be ideal, but it doesn't seem to be on the horizon for Marketo In the meantime, this solution is great! Thank you.Phil
They shouldn't be allowed to enter the same number for multiple countries.Storage - not too bothered. I guess as one ordered array, but whatever does is easier to implement on the front end.
Hi SanfordIdeally it would be something like this - although the UX could vary:Rank the below countries from 1-6, with 1 being the product you are most interested in, and 6 being the product you are least interested in:* Belize (field next to this which could hold the number 1-6)* Vietnam (same as a...
If I would like a customer to rank their preferences in order from 1-5, then can I force the ranking within Marketo's form functionality? For example, listing products in order of preference from 1-5, with no repetition.If it's possible, it's not obvious to me. Any help would be great!Thanks, Phil
In my understanding, this depends upon the differences between the groups, and therefore, how quickly you reach statistical significance. It might only take 30 mins if the difference is so vast that it's brought out by only a small sample of the data. However, if it's closer, then it will take more ...
Within my own Excel sheet. Labelling and tags are important in Marketo, but not for this purpose. You can't easily view all A/B tests on one screen, for example.
Thanks Sanford! That's working perfectly.Here's my updated code:POST to URL: https://(our endpoint)/rest/v1/leads/push.json?access_token=(token) { "input": [ { "id": "(insert ID here)", "(field name to update)": "(value for field)" } ], "programName": "(program nam...
Hi guysI'm really struggling to write to a Marketo custom field using the "Push Lead to Marketo" REST API endpoint here: http://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Leads/pushToMarketoUsingPO… I'm using Postman for the request, with this format:POST ...