Skip to main content

ProductABC Integration Options

Info/Context

Type: End-user documentation
Audience: Current and prospective CompanyName users
Purpose: A product overview that compares the two available integration options for ProductABC, including the benefits and limitations of each.
Note: Some words and phrases are enclosed in [brackets] to represent hyperlinks to other docs not included in this sample library.

If you'd like to integrate [ProductABC]'s pre-bid predictions into your bidding workflows, you can do so via the ProductABC SDK or the ProductABC API.

Despite differences in their implementation, the core functionality of each integration option is the same: they both provide a mechanism for sending bid request data to ProductABC's servers, and they both respond with predictions about whether those bid requests are a form of invalid traffic (or IVT). Regardless of which integration option you select, or which format you use to send and receive data, you'll receive the same predictions from ProductABC and have access to an identical range of insights.

info

A CompanyName representative will set up the corresponding ProductABC clusters for your integration.

ProductABC SDK (gRPC)

The ProductABC SDK is a performant client-side gRPC service that lets you send pre-bid data to CompanyName and receive IVT predictions accordingly. Of the available integration options, the ProductABC SDK offers the best performance and lowest latency, so we recommend this option for most users.

The ProductABC SDK is available in several languages, including Java, Go, and C++. You can also build your own gRPC integration in the language of your choosing. However, custom gRPC integrations are subject to similar limitations as HTTP integrations built on the ProductABC API—for example, you'll need to handle load balancing and connection pooling.

The ProductABC SDK uses Mutual TLS (mTLS) authentication. We'll provide you with an SDK cert and an SDK key, which you can use to authenticate your connection with ProductABC's servers. This connection-level authentication (in contrast to request-level authentication) reduces the overhead for individual requests.

ProductABC API (HTTP)

The [ProductABC API] is a simple HTTP service that lets you send pre-bid data to CompanyName and receive IVT predictions accordingly. You can use any HTTP client to access the ProductABC API, which makes this option ideal if you're unable to use gRPC or if you'd like to integrate ProductABC with an existing monitoring service without using custom code.

The ProductABC API uses [Basic authentication]. We'll provide you with a unique auth ID and key, which you can use to authenticate each request you make to ProductABC's servers.