GoogleApi.RealTimeBidding

Real-time Bidding API client library.

Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive via pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status.

Installation

Install this package from Hex by adding google_api_real_time_bidding to your list of dependencies in mix.exs:

def deps do
  [{:google_api_real_time_bidding, "~> 0.10"}]
end

For more information

Product documentation is available at https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/.

Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_real_time_bidding.