Asset reports by created date | Adobe Higher Education
Skip to main content
Level 2
March 20, 2025
Répondu

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!

Meilleure réponse par AWmindtree

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. 

2 commentaires

AWmindtree
AWmindtreeRéponse
Level 4
March 20, 2025

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. 

JWL5150Auteur
Level 2
March 24, 2025

Thank you