Skip to content

Marketo Email Insight vs Email Insight API Data #14

Description

Hi
I am using Rest api to export lead activities using "activities" API. I am able to fetch the activity data, but when I match day wise data count from exported data against the data count from marketo, I am having count difference. Minor difference is understandable. Please suggest.

Testing PHP Code:

$url = $this->host . "/rest/v1/activities.json?access_token=" "&activityTypeIds=9,10,11&nextPageToken=" . $this->nextPageToken;
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HTTPHEADER, array('accept: application/json',));
$response = curl_exec($ch);

Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions