Marketo Program Tags

Options
marcel_luthi
marcel_luthi Coach
edited September 2023 in Connectors

Wondering if I'm missing anything. We're trying to do some reporting based on program tags, but the Marketo Connector doesn't provide any customization for the Program fields to be retrieved and Tags does not seem to be one of the included ones. Is there any other OOB connector to retrieve this or has anyone been able to successfully pull this data with one of the JSON connectors or similar that could share some insights?

Tagged:

Best Answer

  • GrantSmith
    GrantSmith Coach
    Answer ✓
    Options

    Due to how Marketo returns the Program information it doesn't return the tags and you'd need a specific ID or Name to get the tags associated with that program. This currently isn't available in Domo's connector. To get all the program tags you'd need to likely write your own script to query all of the programs then call each one individually with the program ID to get the tags.

    There isn't a simple solution to get all the tags but you could utilize a scripting language like Python to do this for you.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓
    Options

    Due to how Marketo returns the Program information it doesn't return the tags and you'd need a specific ID or Name to get the tags associated with that program. This currently isn't available in Domo's connector. To get all the program tags you'd need to likely write your own script to query all of the programs then call each one individually with the program ID to get the tags.

    There isn't a simple solution to get all the tags but you could utilize a scripting language like Python to do this for you.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**