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

Feature: Day Parting #6668

Closed
wants to merge 2 commits into from
Closed

Feature: Day Parting #6668

wants to merge 2 commits into from

Commits on Oct 18, 2020

  1. Feature: Day Parting

    Day Parting, which is described in
    bat-native-ads/data/resources/catalog-scheme.json
    is now added as a filter rule. Any existing fields with empty parting
    will not be filtered.
    
    The major note for server-side devs and reviewers is that the `dow`
    field will store the C++ version of day of week as a string of integers,
    where 0 is Sunday and 6 is Saturday. This is done to compress the catalog size
    for multiple days using the same time period.
    yachtcaptain23 committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    93ab152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8db62e4 View commit details
    Browse the repository at this point in the history