Skip to content

Commit cd3b464

Browse files
authored
Fix #45: Example with User Object improperly inside Site Object
Fix #45: Example with User Object improperly inside Site Object. Thanks LiruMouse!
2 parents c84ddec + a6901c3 commit cd3b464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

2.6.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,10 +1541,10 @@ Following is a basic example of a bid request for a banner ad. Some optional par
15411541
"IAB3-1"
15421542
],
15431543
"domain": "foobar.com"
1544-
},
1545-
"user": {
1546-
"id": "55816b39711f9b5acf3b90e313ed29e51665623f"
15471544
}
1545+
},
1546+
"user": {
1547+
"id": "55816b39711f9b5acf3b90e313ed29e51665623f"
15481548
}
15491549
}
15501550
```

0 commit comments

Comments
 (0)