Skip to content

Commit

Permalink
fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniiMunin committed Jan 29, 2025
1 parent 81f5ff5 commit 605d887
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 74 deletions.
48 changes: 11 additions & 37 deletions prebid-server/pbs-modules/greenbids-analytics-reporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,17 @@ BidRequest extension:

```json
"ext": {
"analytics": {
"greenbids": {
"pbuid": "PBUID_FROM_GREENBIDS",
"greenbids-sampling": 1
},
"greenbids-rtd": {
"pbuid": "PBUID_FROM_GREENBIDS",
"target-tpr": 0.55,
"exploration-rate": 0.0005
"prebid": {
"analytics": {
"greenbids": {
"pbuid": "PBUID_FROM_GREENBIDS",
"greenbids-sampling": 1
},
"greenbids-rtd": {
"pbuid": "PBUID_FROM_GREENBIDS",
"target-tpr": 0.55,
"exploration-rate": 0.0005
}
}
}
}
Expand All @@ -74,31 +76,3 @@ analytics:
pbuid: "PBUID_FROM_GREENBIDS"
greenbids-sampling: 0.002
```

Default account config:

```yaml
settings:
default-account-config: >
{
"hooks": {
"modules": {
"greenbids-real-time-data": {
"enabled": true,
"pbuid": "PBUID_FROM_GREENBIDS",
"target-tpr": 0.95,
"exploration-rate": 0.001
}
}
},
"analytics": {
"modules": {
"greenbids": {
"enabled": true,
"pbuid": "PBUID_FROM_GREENBIDS",
"greenbids-sampling": 0.001
}
}
}
}
```
48 changes: 11 additions & 37 deletions prebid-server/pbs-modules/greenbids-real-time-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,17 @@ BidRequest extension:

```json
"ext": {
"analytics": {
"greenbids": {
"pbuid": "PBUID_FROM_GREENBIDS",
"greenbids-sampling": 1
},
"greenbids-rtd": {
"pbuid": "PBUID_FROM_GREENBIDS",
"target-tpr": 0.55,
"exploration-rate": 0.0005
"prebid": {
"analytics": {
"greenbids": {
"pbuid": "PBUID_FROM_GREENBIDS",
"greenbids-sampling": 1
},
"greenbids-rtd": {
"pbuid": "PBUID_FROM_GREENBIDS",
"target-tpr": 0.55,
"exploration-rate": 0.0005
}
}
}
}
Expand All @@ -73,34 +75,6 @@ analytics:
greenbids-sampling: 0.002
```
Default account config:
```yaml
settings:
default-account-config: >
{
"hooks": {
"modules": {
"greenbids-real-time-data": {
"enabled": true,
"pbuid": "PBUID_FROM_GREENBIDS",
"target-tpr": 0.95,
"exploration-rate": 0.001
}
}
},
"analytics": {
"modules": {
"greenbids": {
"enabled": true,
"pbuid": "PBUID_FROM_GREENBIDS",
"greenbids-sampling": 0.001
}
}
}
}
```

Execution plan setup:
```yaml
Expand Down

0 comments on commit 605d887

Please sign in to comment.