Skip to content

Commit

Permalink
Greenbids Analytics Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoxaAntoxic committed Dec 16, 2024
1 parent 68c2c40 commit 99d90b9
Showing 1 changed file with 32 additions and 15 deletions.
47 changes: 32 additions & 15 deletions prebid-server/pbs-modules/greenbids-real-time-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,22 +145,39 @@ per bid requests and is not filtered by the RTD module.
Here's an example analytics tag that might be produced for use in an analytics adapter:

```json
[{
"pub_banniere_haute": {
"greenbids": {
"fingerprint": "ad63524e-b13f-4359-a975-dba9b5dc08f4",
"keptInAuction": {
"improvedigital": false,
"appnexus": true,
"pubmatic": false,
"rubicon": true,
"teads": false
},
"isExploration": false
},
"tid": "2c445309-06b2-47b2-a724-4aeef15faeb8"
{
"activities": [
{
"name": "greenbids-filter",
"status": "success",
"results": [
{
"status": "success",
"values": {
"pub_banniere_haute": {
"greenbids": {
"fingerprint": "ad63524e-b13f-4359-a975-dba9b5dc08f4",
"keptInAuction": {
"improvedigital": false,
"appnexus": true,
"pubmatic": false,
"rubicon": true,
"teads": false
},
"isExploration": false
},
"tid": "2c445309-06b2-47b2-a724-4aeef15faeb8"
}
},
"appliedTo": {
"bidders": "bidderA",
"impIds": "impId1"
}
}
]
}
}]
]
}
```

## Maintainer contacts
Expand Down

0 comments on commit 99d90b9

Please sign in to comment.