forked from prebid/Prebid.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finteza adapter: fix request params (prebid#3690)
- Loading branch information
Showing
3 changed files
with
67 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,29 @@ | ||
# Overview | ||
|
||
``` | ||
Module Name: Finteza Analytics Adapter | ||
Module Type: Analytics Adapter | ||
Maintainer: renat@finteza.com | ||
``` | ||
|
||
# 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](https://www.finteza.com/). | ||
|
||
# Test Parameters | ||
|
||
``` | ||
{ | ||
provider: 'finteza', | ||
options: { | ||
id: 'xxxxx', // Website ID (required) | ||
bidRequestTrack: 'Bid Request %BIDDER%', | ||
bidResponseTrack: 'Bid Response %BIDDER%', | ||
bidTimeoutTrack: 'Bid Timeout %BIDDER%', | ||
bidWonTrack: 'Bid Won %BIDDER%' | ||
} | ||
} | ||
``` | ||
# Overview | ||
|
||
``` | ||
Module Name: Finteza Analytics Adapter | ||
Module Type: Analytics Adapter | ||
Maintainer: renat@finteza.com | ||
``` | ||
|
||
# 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](https://www.finteza.com/). | ||
|
||
# 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%' | ||
} | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters