- Updates for python 3.11 #26
- Tiktok API version upgrade from v1.2 to v1.3 #24
- Contains the schema changes as per the new API.
- Boolean Types were represented as 0/1 previously which will be changed to true/false.
- Removal of query parameters, changes in URL and response Structure.
- Authentication Endpoints upgrade.
- Removal and renaming of fields, update data type of fields.
- Introduced new feature to fetch the deleted records #23
- Sync records from the start date specified in the config. #22
- Add backoff logic for error codes - 40200, 40201, 40202, 40700, 50002 #21
- Removed Missing Schema items from
adgroups
andcampaign
stream #15 - Fixed Bookmarking logic
- Fixed Compatibility with sandbox accounts
- Implement request timeout #3
- Dict based to class based refactoring #4
- Updated bookmarking strategy #5
- Add custom error handling and backoff #6
- Add sandbox url #7
- Make field changes required due to API upgrade #8
- Add missing tap-tester tests #9
- Check account access #10
- Update the value types of the config params #12