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

Tiktok API version upgrade schema changes #24

Merged
merged 29 commits into from
Aug 3, 2023

Commits on Jun 23, 2023

  1. modify API endpoint

    sgandhi1311 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    9a63f06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1a8ed3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    844e68d View commit details
    Browse the repository at this point in the history
  4. fix unit test

    sgandhi1311 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e3623e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb4bf48 View commit details
    Browse the repository at this point in the history
  6. advertisers schema change

    sgandhi1311 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d425df4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    430e679 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    d2fd1fb View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    914e02a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    1a4d907 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    fae6c53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d95bca View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    744cdb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebc65cd View commit details
    Browse the repository at this point in the history
  3. update changelog

    sgandhi1311 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    90db445 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    1e1cda1 View commit details
    Browse the repository at this point in the history
  2. address review comments

    sgandhi1311 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f8232ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4872cc View commit details
    Browse the repository at this point in the history
  4. remove aeo_type field

    sgandhi1311 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    90d5d0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    645d3ae View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. modify all fields test

    sgandhi1311 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    84c7ea7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    bbc548d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43d7d79 View commit details
    Browse the repository at this point in the history
  3. retry for code - 40100

    sgandhi1311 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    7514853 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. fix the integration tests

    sgandhi1311 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0a9621f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5faa8fe View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Introduce new stream - campaign_insights_by_province (#25)

    * Add new stream - campaign_insights_by_province
    
    * update base.py with the new stream - campaign_insights_by_province
    
    * remove user_action field from the campaign insights stream
    
    * update the README.md file to include the latest stream details.
    
    * format the campaign insights json file
    
    * update field type for conversion rates
    
    * remove campaigns by province stream from start date and pagination
    sgandhi1311 authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    497182d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Include deleted records for streams - Ads, Adgroups and Campaigns (#23)

    * Refactoring the code
    
    * add custom field-current_status in the schema
    
    * add param primary_status with value STATUS_DELETE to retrieve deleted records
    
    * fix the code for getting values from config
    
    * move the refactoring code to different branch
    
    * add unit test case to check the flow
    
    * fix failing test case
    
    * add current_status field in the adgroups and advertiser schema
    sgandhi1311 authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    311e861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e200bce View commit details
    Browse the repository at this point in the history