Question
Mapping activities to programs
Is it possible to tie a Marketo "Activity" to a particular "Program"? For example, by querying the /rest/v1/activities.jsonendpoint, you might receive a response like this within the list of results:
{
"id": 1843265,
"marketoGUID": "1843265",
"leadId": 72788,
"activityDate": "2019-03-01T00:02:36Z",
"activityTypeId": 100087,
"primaryAttributeValueId": 17275,
"primaryAttributeValue": "Email name 123",
"attributes": [
{
"name": "Asset ID",
"value": 2290
},
{
"name": "Asset Type",
"value": "Email"
},
{
"name": "Campaign ID",
"value": 2458
},
...
]
}
None of the provided IDs in this response seem to be tied to a Program. Am I missing something?