Data Factory Preview Marketo Connector - How to get Tags of a Program or E-Mail

FaHa 1 Reputation point
2022-10-25T13:02:16.983+00:00

Hello there,
we are currently fiddling around with the marketo connector for Data Factory, but we aren't able to figure out, how to get the Tags for a Program or anything alike.
The only thing concerning Tags we found, was the Tag_Types Table. Using the Rest-API you can get those Tags by (for example) using the Programs by Name Endpoint and unfold the tags using a parameter. But how can we get those Tags using the Marketo Connector?

Thanks in advance and best Regards

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,521 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,441 Reputation points Microsoft Employee
    2022-10-26T15:39:41.687+00:00

    Hi @FaHa ,

    Thank you for posting query in Microsoft Q&A Platform.

    Marketo connector helps to copy tables data from Marketo to desired Sink locations. In your case, you need to identify which table will contain Program tags related information and use that as your source.

    If you are unsure which table will contain program tags information, then I would encourage you to have that query posted in marketo community platform and get the table details. Below is the link for marketo community platform.
    https://nation.marketo.com/t5/products/ct-p/products

    If marketo will not provide program tags details from any table, then since you know that REST API can get that details, you can consider using REST connector dataset as source in copy activity. REST connector dataset makes API call to REST endpoints and helps to copy that response to desired sink storages.

    Hope this helps. Please let me know how it goes.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.