Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I just viewed the short video explaining the new Dialogue Edition of Marketo. Some of the new simple report builders would be something our organization would like to offer to our marketers. Will these be made available within other editions of Marketo?
I figured out the solution with the help of our Marketo support rep. Here are the values to use: source: name of the URL parameter (in our case, it's "ref" - without the quotes) #LeadSource - "#" + name of the API name of the field (in our case, it's "#Referral_URL")
I came across this article in the community: https://community.marketo.com/MarketoArticle?id=kA050000000L55PCAS. It appears the customization would be done here:var sourceParam = getUrlVars(url)["source"]; $("#LeadSource").val(sourceParam);Could someone advise as to what values I would use for “...
I did that - but there is no place to define a specific timeframe there.
There is no SETTINGS drop-down. Just to clarify, the Program Performance report includes ALL programs - which is what we require here. Basically, show us the performance of all programs for a defined time period.
Thanks. Would I retrieve this directly in the hidden "ref" field or define it within the parent page that hosts the iframe? Would I still use this to properly define that value?
When running the Program Performance report within "Analytics", we need a way to view this data by time period (e.g., a specific quarter). When I click on the "Report" tab to view the results, there is a filter icon followed by "All Time". Clicking on this should allow me to define a specific time...
On our site's Contact-Us form, I've included a hidden form field to retrieve the URL of the page a user was visiting prior to clicking on the "contact us" link (the link includes a "?ref=[url of referring page]" parameter. We are using a Marketo form with an iframe on our site's contact us page. I...
That's correct Cheryl. Is this feature on the roadmap? Is there an Idea that's already been submitted? I would think this would be a commonly requested capability.
I need to provide a daily program performance report to the campaign manager. The report should look very similar to the program members report below. But I don’t see any option to create a subscription here – where it would send a daily Excel file out. How would I do this?