Skip to content

Commit b3fd90b

Browse files
committed
lint
1 parent 69cb083 commit b3fd90b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

dev-docs/publisher-api-reference/adServers.gam.buildVideoUrl.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
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
55
sidebarType: 1
66
---
77

@@ -11,9 +11,9 @@ The Google Ad Manager implementation of this function requires including the `ga
1111

1212
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.
1313

14-
#### Argument Reference
14+
## Argument Reference
1515

16-
##### The `options` object
16+
### The `options` object
1717

1818
{: .table .table-bordered .table-striped }
1919
| Field | Type | Description |
@@ -26,7 +26,7 @@ This method combines publisher-provided parameters with Prebid.js targeting para
2626
{: .alert.alert-warning :}
2727
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.
2828

29-
##### The `options.params` object
29+
### The `options.params` object
3030

3131
{: .table .table-bordered .table-striped }
3232
| Field | Type | Description | Example |
@@ -37,7 +37,7 @@ One or both of options.params and options.url is required. In other words, you m
3737

3838
For more information on any of these params, see [the Google Ad Manager video tag documentation](https://support.google.com/admanager/answer/1068325).
3939

40-
#### Examples
40+
## Examples
4141

4242
There are several different ways to build up your video URL, as shown in the examples below:
4343

0 commit comments

Comments
 (0)