Skip to content

Commit

Permalink
fix request ext
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniiMunin committed Jul 9, 2024
1 parent d1dd419 commit 11ee403
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions prebid-server/pbs-modules/greenbids-analytics-reporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Greenbids Analytics Reporter contains the static parameters defined in [applicat
| exploratory-sampling-split | float | Exploration vs Exploitation ratio of analytics traffic |
| timeout-ms | int | Timeout limit on sending POST request to Greenbids Analytics Server |

Greenbids Analytics Reporter also includes the parameters specific for each publisher setup. These parameters should be included into the extension of the bid request json: `ext.analytics.greenbids`
Greenbids Analytics Reporter also includes the parameters specific for each publisher setup. These parameters should be included into the extension of the bid request json: `ext.prebid.analytics.greenbids`

| Parameter | Scope | Description | Example | Type |
| --------- | ---- | ------------- | ------------- | ----------- |
Expand All @@ -32,10 +32,16 @@ The example of publisher config in the bid request extension is as follows:

```json
"ext": {
"analytics": {
"greenbids": {
"pbuid": "PBUID_FROM_GREENBIDS",
"greenbidsSampling": 0.1
"prebid": {
"targeting": {
"includewinners": true,
"includebidderkeys": true
},
"analytics": {
"greenbids": {
"pbuid": "PBUID_FROM_GREENBIDS",
"greenbidsSampling": 1
}
}
}
}
Expand Down

0 comments on commit 11ee403

Please sign in to comment.