How do I extract URL of all the smart campaigns? | Community
Skip to main content
August 31, 2016
Question

How do I extract URL of all the smart campaigns?

  • August 31, 2016
  • 1 reply
  • 2561 views

Hello everyone,

I need to extract URL of all the smart campaign in my Marketo instance, the campaign activity report does show all the smart campaigns with URLs while viewing on the browser but upon exporting it does not fetch URLs in the Excel file, is there any alternative way to get it?

Thank you in advance.

Harshit

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Grégoire_Miche2
Level 10
August 31, 2016

Hi Harshit,

Your question should be posted to "Products", not to "Champions Program", which is not for product related question and is monitored by only very few people. See Getting the most of the community when you have a Marketo question

The short answer to your question is, unortunately, there is no way to customize this report. You may want to use the API to extract that data.

-Greg

Josh_Hill13
Level 10
September 1, 2016

You can def do this.

When you export the Campaign Inspector with All Campaigns, it will give you a column with ID#. Just use concatenate to put

[YOUR MARKETO POD URL]/#[ID]

there you go.

September 6, 2016

Hello Josh,

Thank you for your response, however Campaign Inspector is not enabled for my instance so I cannot use your method. I found a workaround though by downloading a Chrome plugin for URL extraction and it solved my problem.

Thank you,

Harshit