<img src="https://img.shields.io/badge/%20-ENTERPRISE-%23B10031" style="float:left"/><br />
If you have an existing relationship with FreeWheel, you can configure JWP's FreeWheel plugin to gain access to their video ad inventory. Be sure you have all the required items in the [Requirements](🔗) section.
<br /> <hr />
## Requirements
[JWP advertising requirements](🔗)
All FreeWheel account information listed in the following table
Property | Description |
**adManagerURL** `string `Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â | URL of the FreeWheel Ad Manager
**Example:**`https://mssl.fwmrm.net/libs/adm/6.24.0/AdManager.js `
<table>
<td style="background-color:#E4EDF3">📘 Your FreeWheel Solution Engineer or Account Representative can provide you with a versioned AdManager URL.
</table> |
**custom** `object ` | Passes custom-defined key-value pairs to the Freewheel SDK. |
**fwassetid** `string ` | FreeWheel identifier of a particular media item
**Example:** `DemoVideoGroup.01 `
<table>
<td style="background-color:#E4EDF3">📘 When scheduling ad content for specific playlist items, each playlist item must have its own `fwassetid `.
Please see this <a href="https://docs.jwplayer.com/players/recipes/web-player-specify-ad-content-for-a-specific-playlist-item-freewheel" target="_blank">recipe</a> for an example configuration.
</table> |
**networkid** `number ` | FreeWheel identifier of a network
**Example:** `96749 ` |
**profileid** `string ` | FreeWheel identifier of a particular application environment
**Example:** `global-js ` |
**sectionid** `string ` | FreeWheel identifier of a location where the video content plays
**Example:** `DemoSiteGroup.01 ` |
**serverid** `string ` | URL of FreeWheel ad server
**Example:** `http://demo.v.fwmrm.net/ad/g/1 ` |

If you do not know where to find the FreeWheel account values in the table, contact your FreeWheel representative.
<br /> <hr />
## Scheduling Ad Breaks
The following recipes explain how to create single-break and multiple-break ad schedules in an [embedded player](🔗).
🎬
WEB PLAYER: Schedule a Pre-roll Ad Break (FreeWheel)
Open Recipe
🎬
Schedule Multiple Ad Breaks (FreeWheel)
Open Recipe
🎬
WEB PLAYER: Specify Ad Content for a Specific Playlist Item (FreeWheel)
Open Recipe
<br />