Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marketo Email Insight vs Email Insight API Data #14

Open
mohan-chougule-asentech opened this issue Nov 13, 2017 · 0 comments
Open

Marketo Email Insight vs Email Insight API Data #14

mohan-chougule-asentech opened this issue Nov 13, 2017 · 0 comments

Comments

@mohan-chougule-asentech

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant