Skip to content

Commit

Permalink
configs rollback to master
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniiMunin committed Dec 27, 2024
1 parent 54f5f72 commit e820099
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 deletions.
62 changes: 0 additions & 62 deletions sample/configs/prebid-config-with-module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,45 +26,6 @@ settings:
stored-imps-dir: sample
stored-responses-dir: sample
categories-dir:
default-account-config: >
{
"auction": {
"price-floors": {
"enabled": true,
"fetch": {
"enabled": false,
"timeout-ms": 5000,
"max-rules": 0,
"max-file-size-kb": 200,
"max-age-sec": 86400,
"period-sec": 3600
},
"enforce-floors-rate": 100,
"adjust-for-bid-adjustment": true,
"enforce-deal-floors": true,
"use-dynamic-data": true
}
},
"hooks": {
"modules": {
"greenbids": {
"enabled": true,
"pbuid": "PBUID_FROM_GREENBIDS",
"targetTpr": 0.95,
"explorationRate": 0.001
}
}
},
"analytics": {
"modules": {
"greenbids": {
"enabled": true,
"pbuid": "PBUID_FROM_GREENBIDS",
"greenbidsSampling": 0.001
}
}
}
}
gdpr:
default-value: 1
vendorlist:
Expand All @@ -79,28 +40,13 @@ admin-endpoints:
on-application-port: true
protected: false
hooks:
greenbids-real-time-data:
enabled: true
confiant-ad-quality:
enabled: true
host-execution-plan: >
{
"endpoints": {
"/openrtb2/auction": {
"stages": {
"processed-auction-request": {
"groups": [
{
"timeout": 100,
"hook-sequence": [
{
"module-code": "greenbids-real-time-data",
"hook-impl-code": "greenbids-real-time-data-processed-auction-request"
}
]
}
]
},
"all-processed-bid-responses": {
"groups": [
{
Expand Down Expand Up @@ -137,11 +83,3 @@ hooks:
long-interval: 1800000
scan-state-check-interval: 2900
bidders-to-exclude-from-scan:
greenbids-real-time-data:
google-cloud-greenbids-project: "greenbids-357713"
gcs-bucket-name: "greenbids-europe-west1-prebid-server-staging"
cache-expiration-minutes: 15
geo-lite-country-path: "TOREPLACEWITHURL"
onnx-model-cache-key-prefix: "onnxModelRunner_"
thresholds-cache-key-prefix: "throttlingThresholds_"
timeout-ms: 10000
1 change: 0 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ analytics:
count: 100
report-ttl-ms: 900000
greenbids:
enabled: true
analytics-server-version: "2.2.0"
analytics-server: http://localhost:8090
exploratory-sampling-split: 0.9
Expand Down

0 comments on commit e820099

Please sign in to comment.