Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.07 KB

fintezaAnalyticsAdapter.md

File metadata and controls

29 lines (23 loc) · 1.07 KB

Overview

Module Name:  Finteza Analytics Adapter
Module Type:  Analytics Adapter
Maintainer: [email protected]

Description

The Finteza adapter for integration with Prebid is an analytics tool for publishers who use the Header Bidding technology. The adapter tracks auction opening, offer sending to advertisers, receipt of bids by the publisher and auction winner selection. All tracks are sent to Finteza and enable visual advertiser quality evaluation: how many offers partners accept, what prices they provide, how fast they respond and how often their bids win.

For more information, visit the official Finteza website.

Test Parameters

{
  provider: 'finteza',
  options: {
    id:                     'xxxxx', // Website ID (required)
    bidRequestTrack:        'Bid Request %BIDDER%',
    bidResponsePriceTrack:  'Bid Response Price %BIDDER%',
    bidResponseTimeTrack:   'Bid Response Time %BIDDER%',
    bidTimeoutTrack:        'Bid Timeout %BIDDER%',
    bidWonTrack:            'Bid Won %BIDDER%'
  }
}