APIs & Integrations

Manoj_Rao
メンバー

Extracting email tracking data (Sends, Opens) using API's

解決

How can I automate extracting email tracking data (Opens, Clicks and sends) from Hubspot Marketing hub to Qlik sense ?

witout using third party app. 

 

I believe I can use Email Events API.

https://legacydocs.hubspot.com/docs/methods/email/get_events

The maximum allowed limit is 1000 records. But we have 2million sends each day.

 

Thanks,

 

 

0 いいね!
1件の承認済みベストアンサー
taran42
解決策
投稿者

Extracting email tracking data (Sends, Opens) using API's

解決

@dennisedson Hello!

 

@Manoj_Rao, I think the limit you are referring to is 1000 records per API call. So what you need to do is mark your location within the call, then make another call starting where the last record ended. So you will use pagination to mark your place at record 1001, call another 1000 records, then mark your place at 2001, call another 1000, etc.

元の投稿で解決策を見る

0 いいね!
2件の返信
taran42
解決策
投稿者

Extracting email tracking data (Sends, Opens) using API's

解決

@dennisedson Hello!

 

@Manoj_Rao, I think the limit you are referring to is 1000 records per API call. So what you need to do is mark your location within the call, then make another call starting where the last record ended. So you will use pagination to mark your place at record 1001, call another 1000 records, then mark your place at 2001, call another 1000, etc.

0 いいね!
dennisedson
HubSpot製品開発チーム
HubSpot製品開発チーム

Extracting email tracking data (Sends, Opens) using API's

解決

Hello @Manoj_Rao ,

That is a limit per call.  You would use the offset and and the hasmore properties and loop through them.

@taran42 , I have not heard from you in a while 👋.  Do you have any advice for @Manoj_Rao ?

0 いいね!