You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/publisher-api-reference/adServers.gam.buildVideoUrl.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: api_prebidjs
3
-
title: pbjs.adServers.dfp.buildVideoUrl(options)
4
-
description: adServers.dfp.buildVideoUrl API
3
+
title: pbjs.adServers.gam.buildVideoUrl(options)
4
+
description: adServers.gam.buildVideoUrl API
5
5
sidebarType: 1
6
6
---
7
7
@@ -11,9 +11,9 @@ The Google Ad Manager implementation of this function requires including the `ga
11
11
12
12
This method combines publisher-provided parameters with Prebid.js targeting parameters to build a Google Ad Manager video ad tag URL that can be used by a video player.
13
13
14
-
####Argument Reference
14
+
## Argument Reference
15
15
16
-
#####The `options` object
16
+
### The `options` object
17
17
18
18
{: .table .table-bordered .table-striped }
19
19
| Field | Type | Description |
@@ -26,7 +26,7 @@ This method combines publisher-provided parameters with Prebid.js targeting para
26
26
{: .alert.alert-warning :}
27
27
One or both of options.params and options.url is required. In other words, you may pass in one, the other, or both, but not neither.
28
28
29
-
#####The `options.params` object
29
+
### The `options.params` object
30
30
31
31
{: .table .table-bordered .table-striped }
32
32
| Field | Type | Description | Example |
@@ -37,7 +37,7 @@ One or both of options.params and options.url is required. In other words, you m
37
37
38
38
For more information on any of these params, see [the Google Ad Manager video tag documentation](https://support.google.com/admanager/answer/1068325).
39
39
40
-
####Examples
40
+
## Examples
41
41
42
42
There are several different ways to build up your video URL, as shown in the examples below:
0 commit comments