Skip to content

Commit

Permalink
Updated documentation with playback method (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajcspsg authored and bretg committed Aug 10, 2019
1 parent e6523f0 commit 6b0540a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dev-docs/bidders/synacormedia.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ media_types: banner, video
gdpr_supported: false
---

### Note:
### Note

The Synacor Media bidder adapter requires setup and approval from Synacor. Please reach out to your account manager for more information and to start using it.

Expand All @@ -32,7 +32,7 @@ pbjs.setConfig({
```

### Google Ad Manager Video Creative
To use video, setup a `VAST redirect` creative within Google Ad Manager (DFP) with the following VAST tag URL:
To use video, setup a `VAST redirect` creative within Google Ad Manager (formerly DFP) with the following VAST tag URL:

```
https://track.technoratimedia.com/openrtb/tags?ID=%%PATTERN:hb_cache_id_synacorm%%&AUCTION_PRICE=%%PATTERN:hb_pb_synacormedia%%
Expand All @@ -50,6 +50,7 @@ https://track.technoratimedia.com/openrtb/tags?ID=%%PATTERN:hb_cache_id_synacorm
| `video` | optional | Optional properties specific to video, see next table | `{ }` | Object |

### Example Ad Unit

```javascript
var adUnits = [{
"code": "test-div",
Expand Down Expand Up @@ -90,4 +91,4 @@ var adUnits = [{
| `mimes` | optional | Content MIME types supported. | `["video/mp4", "application/javascript"]` | Array(`String`) |
| `protocols` | optional | Array of supported video protocols. | `[1,2,3,4,5,6,7]` | Array(`int`) |
| `api` | optional | List of supported API frameworks for this impression. | `[1,2]` | Array(`int`) |

| `playbackmethod` | optional | Single element array with supported playback methods for this video impression. If multiple values are supplied, first element will be used. | `[1]` | Array(`int`) |

0 comments on commit 6b0540a

Please sign in to comment.