We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d029d commit a7ab7f3Copy full SHA for a7ab7f3
dev-docs/bidders/adgrid.md
@@ -34,6 +34,7 @@ The AdGrid Bidding Adapter requires setup and approval before beginning. Please
34
| Name | Scope | Description | Example | Type |
35
|------------|----------|--------------|---------|-----------|
36
| `domainId` | required | Publisher Id | `30164` | `integer` |
37
+| `placement`| required | Placement | `test` | `string` |
38
39
### Test Parameters
40
@@ -50,7 +51,8 @@ var adUnits = [
50
51
bids: [{
52
bidder: 'adgrid',
53
params: {
- domainId: 12345
54
+ domainId: 12345,
55
+ placement: 'leaderboard'
56
}
57
}]
58
},
@@ -64,7 +66,8 @@ var adUnits = [
64
66
65
67
68
- domainId: 67890
69
+ domainId: 67890,
70
+ placement: 'adhesion'
71
72
73
0 commit comments