SOLVED

Asset reports by created date

Go to solution
JWL5150
Level 1

Asset reports by created date

Hello,

I'm looking to build utilization reports in Marketo Engage so that I can see (for example) programs, forms, emails - by created date (but not interested in metrics for these reports).  By using the global search i can open up a new window of filters and choose my assets and time range. The problem is, there is no option to export, and the data isn't laid out as a table that i can copy/paste to excel.

Is there a better way to get this type of report ?

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
AWmindtree
Level 4

Re: Asset reports by created date

Hi @JWL5150 

Since Marketo’s Global Search doesn’t allow exports, the Marketo REST API can be used to pull structured data into Excel or another reporting tool. You can retrieve asset information, including created date, for different types of assets:
Programs → Use the Get Programs API
Forms → Use the Get Forms API
Emails → Use the Get Emails API
This method allows you to automate data extraction and format it into a structured Excel or CSV report. However, this approach will require a developer to achieve this. 

View solution in original post

1 REPLY 1
AWmindtree
Level 4

Re: Asset reports by created date

Hi @JWL5150 

Since Marketo’s Global Search doesn’t allow exports, the Marketo REST API can be used to pull structured data into Excel or another reporting tool. You can retrieve asset information, including created date, for different types of assets:
Programs → Use the Get Programs API
Forms → Use the Get Forms API
Emails → Use the Get Emails API
This method allows you to automate data extraction and format it into a structured Excel or CSV report. However, this approach will require a developer to achieve this.