MCSA guy who likes to hang out in the community going through the people's opinions, thoughts about the product and also answering questions/issues for fellow Marketo users. Have built few custom connectors for integrating the Marketo with other Adobe Marketing tools like Analytics, AEM, Target for extending Marketo's functionality. Have extensively worked on Marketo APIs along with the org level Marketo setup. Let's connect for a discussion on anything revolving around MarTech. ;)
Marketo logs the open email activity only 1x for the person-email combo i.e., if a person opens the same email more than 1x, Marketo will only log the Open activity 1x. Not opened ...
Did they also get a Welcome Email with link to set their pw as well sometime later or so? It's worth checking the non-primary inboxes / spam folders once. Also FYR, all the Admins ...
Try adding the below script on LPs -
<script>
MktoForms2.whenReady(function (form){
form.getFormElem()
.find('button.mktoButton')
.html('BUTTON TEXT'); //Change the text as p...
A thought - Instead of making changes in the global form to accomodate this case, wouldn't it make more sense to hard-code/overwrite the submit button lable using JS in both the LP...
@sawako_nekowrote:
Thank you so much Darshil!!
May I ask what does "apt filters" mean?
(Sorry if it is a beginner question...)
I meantappropriate filters, that'd mean choosing th...
Looks like you're using the hidden fields on the forms for capturing the lead source data. There may be a case where-in the content offer dowload form were submitted w/o any UTMs o...
You can set this up using a webhook compatible service that can extract the ccTLD from the email and write the data to Country field back (Flowboost can do something like this effo...
Thank you,@fsalazar! To find the available API daily limit and the Requests per API user for the last 7 days in your Marketo instance, you can navigate to Marketo > Admin > Web Ser...
Ahh I see, if you update the program statuses after list load, you can trigger off from the Program Status values change maybe? In the Program name constraint you can specify the c...