Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi, Is there any way in Marketo to get the lead reports for those leads who are active from last 1 year. (Active means who have clicked any link in any marketo email, opened any email sent by marketo, form submitted)?
I am not sure how much is this helpful but did you try . _mkt_trk – this field carries the cookie information, so you’ll be able to track the individual’s web page visits. If you have Munchkin on your form page, Munchkin will automatically enter a value in this hidden form field. If not, read it fro...
I have form id with me but i don't know the location of form in Marketo. Can anyone knows how to do search using form id?
Hi Andrew,Engagement stream does not allows to drag and drop the different smart campaign which are placed in same default program. So you need two different default program and why are you using different stream. You can implement this in one stream only. Set the stream cadence time for every week....
Hi Andrew, Below are the steps i have used to implement the same scenarioStep 1: Create one engagment program, two default program inside engagment and two emailsStep 2: Create two smart campaign "Send email 1" in first defualt program and Send email 2 in second default program.Step 3: Click on Smar...
Hi Monica,Check the Date of Activity constraint in open email filter. Set the proper dates or set if for all time
Hi,If lead is known and has details for Company in marketo database then you can see in web page activity report.Right click on header of any column under report tab then click on "Columns" and check the Company field checkbox. Once you will done with above steps, company column will appear in repor...
Marketo Rest API has four action attributes:createOnlyupdateOnlycreateOrUpdate(default request)createDuplicateWhich one you are using? Also if you creating lead using Munchkin API then also Marketo will not create new lead if email address and domain is same. Check the sample code below.
See if this helps. https://community.marketo.com/MarketoArticle?id=kA050000000Kyu3CACAlso as Pradeep mentioned, investigate how the duplicate records are createdThanksHarish
Thanks Sanford, Actually i was using wrong API key. thanks for your help. 🙂