Skip to content

Commit 00ff541

Browse files
authored
s3rtd: doc update (#6409)
1 parent a517ac4 commit 00ff541

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

dev-docs/modules/scope3RtdProvider.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ pbjs.setConfig({
6363
endpoint: "<https://prebid.scope3.com/prebid>",
6464
timeout: 1500,
6565
bidders: ["appnexus", "rubicon", "pubmatic"],
66-
includeKey: "scope3_include",
67-
excludeKey: "scope3_exclude",
68-
macroKey: "scope3_macro",
66+
includeKey: "axei",
67+
excludeKey: "axex",
68+
macroKey: "axem",
6969
publisherTargeting: true,
7070
advertiserTargeting: true,
7171
cacheEnabled: true,
@@ -86,9 +86,9 @@ pbjs.setConfig({
8686
| endpoint | String | No | API endpoint (default: `https://prebid.scope3.com/prebid`) |
8787
| timeout | Number | No | Request timeout in milliseconds (default: 1000) |
8888
| bidders | Array | No | List of bidders to target (default: all auction bidders) |
89-
| includeKey | String | No | GAM targeting key for include signals (default: "scope3_include") |
90-
| excludeKey | String | No | GAM targeting key for exclude signals (default: "scope3_exclude") |
91-
| macroKey | String | No | GAM targeting key for macro data (default: "scope3_macro") |
89+
| includeKey | String | No | GAM targeting key for include signals (default: "axei") |
90+
| excludeKey | String | No | GAM targeting key for exclude signals (default: "axex") |
91+
| macroKey | String | No | GAM targeting key for macro data (default: "axem") |
9292
| publisherTargeting | Boolean | No | Enable publisher-level targeting (default: true) |
9393
| advertiserTargeting | Boolean | No | Enable advertiser-level targeting (default: true) |
9494
| cacheEnabled | Boolean | No | Enable response caching (default: true) |
@@ -126,29 +126,29 @@ Create GAM line items with key-value targeting using the configured keys:
126126

127127
**Include Targeting:**
128128

129-
* Key: `scope3_include` (or your configured includeKey)
129+
* Key: `axei` (or your configured includeKey)
130130
* Values: `sports_fan`, `auto_intender`, etc.
131131
* Operator: "is any of"
132132

133133
**Exclude Targeting:**
134134

135-
* Key: `scope3_exclude` (or your configured excludeKey)
135+
* Key: `axex` (or your configured excludeKey)
136136
* Values: `competitor_exposed`, etc.
137137
* Operator: "is none of"
138138

139139
**Macro Targeting:**
140140

141-
* Key: `scope3_macro` (or your configured macroKey)
141+
* Key: `axem` (or your configured macroKey)
142142
* Values: Base64-encoded contextual data
143143

144144
### Example Line Item Configuration
145145

146146
```text
147147
Creative: 300x250 Banner
148148
Targeting:
149-
* scope3_include is any of "sports_fan", "auto_intender"
150-
* scope3_exclude is none of "competitor_exposed"
151-
* scope3_macro is "eyJjb250ZXh0IjogImhpZ2hfdmFsdWUifQ=="
149+
* axei is any of "sports_fan", "auto_intender"
150+
* axex is none of "competitor_exposed"
151+
* acem is "eyJjb250ZXh0IjogImhpZ2hfdmFsdWUifQ=="
152152
```
153153

154154
## Data Flow

0 commit comments

Comments
 (0)