Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
As a starting point, you have "6" in the $inputDate.add command, not 4. Looks like you are also passing the field "F93__c" through to the $inputDate variable rather than "F100__c". If you're trying to add 4 months to the F100 field, you need to reference that in the $inputDate variable, which in tur...
Hi gmarta, So there isn't a set "subscription centre" built into Marketo per se. You have a couple of options: * Run the subscription centre outside of Marketo (eg. source of truth is Salesforce) and then simply sync in the different fields that you need to determine subscriber status.* Run the subs...
Hi @Ads , So for Facebook, you can choose either basic matching (email address only) or advanced matching (state, phone number etc) at an account level. Does that help? https://experienceleague.adobe.com/docs/marketo/using/product-docs/demand-generation/ad-network-integrations/add-facebook-custom-au...
Hi @Remus_Spataru , So bad news: you can't really do this without manually inspecting (at least to the best of my knowledge). The best you can do is use the API to get details of the smart campaigns in your instance, but that doesn't include information on the relevant triggers. https://developers.m...
You are on the right track, but there is some nuance with email scripting. Check out this link: https://developers.marketo.com/email-scripting/ In addition to this, you can't spit out links as part of a loop and keep the tracking. So you would create a variable called "link", and assign it in the lo...
In addition to the above, a segmentation is preferable since you only need one filter in your Smart List criteria for the sending program / smart campaign, rather than replicating the 3-5 filters in every send you do. This will reduce the chance of error. Ultimately, this will become clearer once y...
What Sanford said 🙂 Caveat that the reporting you see in Marketo has some nuance that won't be reflected in the bulk extracts. For example, if there's a click but no open, in Marketo reporting it infers the open. If you were extracting the bulk data, you wouldn't see that open - you would have to r...
Yep, that's fair. You could replicate that logic in your BI tool but it would be duplication of effort.
If it's not sensitive information, I would simply download the HTML (making sure to remove all personalised content such as tokens, unsubscribe, view in browser etc) then upload it to Design Studio under Images and Files. The uploaded file path should now take you to the email when loaded in a web b...
To clarify, do you wish to notify an external group of users that a form submission has taken place in Marketo? If so, you could use something like a Call Webhook step triggered off form submission. That would then send a notification / update a Google Sheet / that sort of thing (either via some dev...