Are engagement ids incremental?

mrswiss
Participant

Context: Downloading all engagements to process ones of a certain 'Type'. Since the engagement api doesn't have a type or date filter server-side, need to redownload all records daily and reprocess them.

 

Question: Are enagement ids incremental? If I keep track of the last one I processed, could I reliably process the newer ones by checking if their IDs are greater?

0 Upvotes
1 Accepted solution
dennisedson
Solution
Community Manager
Community Manager

Hello @mrswiss 

Apologies for delayed response! 

The ID should be incremental. 


loop Loop Marketing is a new four-stage approach that combines AI efficiency and human authenticity to drive growth.
Learn More

View solution in original post

0 Upvotes
2 Replies 2
mrswiss
Participant

Thanks for the confirmation Dennis.

 

I thought this was the case, but found some records where smaller ids had a later createddates than some newer ids so I wasn't so sure.

 

I did figure out that the offset is actually the id of the next entry to load up, so my end goal of just keeping track of the last offset should do the trick. Appreciate ya responding!

0 Upvotes
dennisedson
Solution
Community Manager
Community Manager

Hello @mrswiss 

Apologies for delayed response! 

The ID should be incremental. 


loop Loop Marketing is a new four-stage approach that combines AI efficiency and human authenticity to drive growth.
Learn More

0 Upvotes