Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Jep, Hoping you can shed some light on the Email Programs: can I also navigate the folders as you described to find them?
Jep,Will this logic of using folders also work for Email Programs?Cheers,Frederic
Wow, impressive... Thanks a lot for the guidance, this seems to work, but it's gonna be a real pain to iterate through the folder levels...This begs the question: how do Marketo display seamless email performance reports with all type of email programs:Is it just that they can use internal joints n...
Your assumption is right, in type 6, I find the Campaign ID, and in the Campaign table I find the Program ID and Program Name, which is what I need to report on performance by Program. Works great for regular emails, but not for Engagement Programs which don't seem to be tied to a Campaign..Followin...
I am trying to build a report outside of Marketo similar to an Email performance report, after extracting to a data warehouse activity types 6,7,8 and more through Bulk API.Everything was going well until I realized that Engagement Programs, if they are found in activity 6 under a Campaign ID, don't...
OK thanks for all the explanations Sanford, I am new to that topic.So if I got that right, as a conclusion, requesting to compress the request only results in a faster transfer, no other benefits...
Oh OK, so that still means that the volume downloaded out of the Marketo instance will be compressed, consuming less of the 500MB a day quota?
I tried yesterday, and even though the Header Accept-Encoding: gzip gets accepted in the request, it still downloads a regular CSV, not a GZIP file...What am I missing?
That is not an easy task...We offer it as a consulting engagement, using the Bulk API, which won't hit your API calls limits...Contact me if interested...
There is a way! It is a bit convoluted, but here it is:Get a list of all tagType using :GET /rest/asset/v1/tagTypes.json2. Pick one Tag Type in the list which is required and applicable to programs, and get all the Tag Values for that Tag Type using:GET /rest/asset/v1/tagType/byName.json?name=+[Tag...