Open Email, Click Email, Visit Webpage, etc. - is there any official documentation for these and other activity types? One of the answers somewhat makes it clear https://nation.marketo.com/t5/Product-Discussions/Difference-between-Open-Email-Click-Link-and-Click... . I understand that tracking IDs are used to register those activities but I was just wondering if Marketo has listed out all the activity types and provided definitions for them somewhere?
Another related question:
I am trying to get a view on how active people (within our database) are but it seems like different activity types sometimes register the same activity (making one activity seem like two or more). Eg: Visited webpage and Click link activity types can register the same link as an activity, but in reality that was a single action. In general, I am wondering if there are any suggestions on how to go about cleaning the activity data to ready it for analysis? I understand that this is a vague question, but any answers are welcome.
Hello @Anurag ,
Q1) Navigate here. Call the API (you will need to get up to speed on doing so if you are not already familiar).
{{baseUrl}}/rest/v1/activities/types.json
** Replace {{baseUrl}} with your REST API info.
It will give you an array (see example below)
Eg: Visited webpage and Click link activity types can register the same link as an activity, but in reality that was a single action.
Not so! Clicked Link in Web Page and Visited Web Page in fact have very notable differences.
Clicked Link fires when an <a> with a remote href is clicked. That doesn't mean there will be a resulting Visited Web Page.
Visited Web Page runs on any page that can load the instance's Munchkin code. But even when it does get logged, it doesn't have all the information that Clicked Link has.
Informatica has the list you are seeking:
https://network.informatica.com/cloud/index.htm#page/cloud-marketo-rest-connector-guide/Marketo_Acti...