wam ad-policyΒΆ

wam ad-policy(1)	      BIG-IP TMSH Manual	      wam ad-policy(1)



NAME
       ad-policy - Configures an ad policy for WebAccelerator for use in ad
       insertion.

MODULE
       wam

SYNTAX
       Configure the ad-policy within the wam module using the syntax shown in
       the following sections.

   CREATE/MODIFY
	create ad-policy [name]
	modify ad-policy [name]
	  options:
	   ad-insertion-order [random | sequential]
	   ads [add | delete | modify] {
	       [name] {
		 options:
		  url [url]
		  preroll [yes | no]
	       }
	   }
	   description [string]

   DISPLAY
	list ad-policy [name ...]

   DELETE
	delete ad-policy [name ...]

DESCRIPTION
       You can use the ad-policy component to manage the WebAccelerator ad
       policies.  An ad policy defines how the ad insertion is to be performed
       while processing video resources. Individual ad urls can be configured
       in the ad-policy along with the insertion order.

EXAMPLES
       create wam ad-policy my_ad_policy ads add { my_ad1 { preroll yes url
       http://www.example.com/ad1.m3u8 } }

       Creates an ad policy named my_ad_policy with an ad named my_ad1 for the
       url http://www.example.com/ad1.m3u8 and as a preroll candidate.

       list wam ad-policy my_ad_policy

       Displays properties of the ad policy named my_ad_policy.

       delete wam ad-policy my_ad_policy

       Deletes the ad policy named my_ad_policy.

OPTIONS
       ad-insertion-order
	    Specifies whether the ads are to be inserted randomly or in the
	    order specified in the policy.

       ads  Specifies the collection of ads.

       description
	    User defined description of an ad policy.

AD OPTIONS
       url  Specifies the url of the ad.

       preroll
	    Specifies that the ad is a candidate for preroll insertion.
	    Preroll ad is inserted at the beginning of the playist.

SEE ALSO
       create, delete, edit, list, modify, show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2011-2013. All rights reserved.



BIG-IP				  2013-04-10		      wam ad-policy(1)