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

bidViewablityIO Module: add new submodule for detecting viewability without ad server dependancies #7151

Merged
merged 7 commits into from
Aug 10, 2021

Commits on Jul 8, 2021

  1. Add bidViewablityIO module

    - Emits a BID_VIEWABLE event for banner ads when a bid meets IAB
      viewable specifications, using the browsers IntersectionObserver API,
      if it is available
    - adds the new module, markdown documentation, an integration example, and tests
    jsut committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    b8ff1de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b72b39 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    df08062 View commit details
    Browse the repository at this point in the history
  2. fix config example in markdown

    jsut committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    6c4e342 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60d0093 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. use indexOf instead of includes

    jsut committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    7c3a5eb View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

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