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

AdHash Bid Adapter: changes to support preroll videos #9870

Merged
merged 33 commits into from
May 23, 2023

Commits on Jan 7, 2022

  1. AdHash Bidder Adapter: minor changes

    We're operating on a com TLD now.
    Added publisher in URL for easier routing.
    wyand-sp committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    e7d3b8a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Implemented brand safety

    Implemented brand safety checks
    wyand-sp committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    814f3a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Fix for GDPR consent

    Removing the extra information as request data becomes too big and is sometimes truncated
    wyand-sp committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    d5e34de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eb1553 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Ad fraud prevention formula changed

    Ad fraud prevention formula changed to support negative values as well as linear distribution of article length
    wyand-sp committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    bdc4fad View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. AdHash brand safety additions

    Adding starts-with and ends-with rules that will help us with languages such as German where a single word can be written in multiple ways depending on the gender and grammatical case.
    wyand-sp committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    35f24dc View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. AdHash brand safety updates

    Added support for Cyrillic characters.
    Added support for bidderURL parameter.
    Fixed score multiplier from 500 to 1000.
    wyand-sp committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e681fbd View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    c837c36 View commit details
    Browse the repository at this point in the history
  2. AdHash Analytics adapter

    wyand-sp committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    a6c5faf View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

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

Commits on Aug 17, 2022

  1. Support for recent ads

    Support for recent ads which gives us the option to do frequency and recency capping.
    wyand-sp committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    3fa0e52 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Fix for timestamp

    wyand-sp committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    66fddd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. PUB-222

    Added logic for measuring the fill rate (fallbacks) for Prebid impressions
    NikolayMGeorgiev committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    0c7953c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Unit tests for the analytics adapter

    Added unit tests for the analytics adapter
    NikolayMGeorgiev committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    66d14ba View commit details
    Browse the repository at this point in the history
  2. Removed export causing errors

    Removed an unneeded export of a const that was causing errors with the analytics adapter
    NikolayMGeorgiev committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    1c2470a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Added globalScript parameter

    wyand-sp committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    6e4148b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    ae443ae View commit details
    Browse the repository at this point in the history
  2. PUB-227

    Support for non-latin and non-cyrillic symbols
    vsaraminev committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    441240d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

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

Commits on Oct 28, 2022

  1. GEN-964

    - Brand safety now checks the page URL for bad words. No ad is shown if there is at least one match.
    - Repeating code is optimized and moved to helper function
    - Multi-language support for brand safety
    M1TKO committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    8dacbc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. GEN-1025

    Sending the needed ad density data to the bidder
    NikolayMGeorgiev committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    9cd75bf View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    dbd9f3d View commit details
    Browse the repository at this point in the history
  2. Fix for regexp match

    wyand-sp committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    65a0d26 View commit details
    Browse the repository at this point in the history
  3. Version change

    wyand-sp committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e27cbe4 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. MINOR

    Code review changes
    wyand-sp committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d68efac View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

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

Commits on Apr 28, 2023

  1. GEN-1153

    Adding support for preroll ads
    NikolayMGeorgiev authored and wyand-sp committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    78dea30 View commit details
    Browse the repository at this point in the history
  2. MINOR

    Video unit test added
    wyand-sp committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    340e473 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc6994b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Removing globalScript flag

    wyand-sp committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9ee05e2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    2d9d9f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17cce26 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

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