Ticket #246 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Add Adotube Examples

Reported by: paul Owned by: paul
Priority: blocker Milestone: OVA for AS3 (v1.0.0)
Component: OVA for AS3 Version: OVA for AS3 (trunk)
Keywords: Cc:
Forum thread:

Description

Add Examples for Adotube

Here are the VAST tags, with VPAID ads:

*pre-roll:
 http://www.adotube.com/kernel/vast/vast2.0VPAIDAS3Preroll.php?omlSource=http://www.adotube.com/php/services/player/OMLService.php?avpid=2ChPxDe&platform_version=as3&integration=longtail&publisher=example.com&title=[video_title]&tags=[video_tags]&description=[video_description]

*overlay:
 http://www.adotube.com/kernel/vast/vast2.0VPAIDAS3Prod.php?omlSource=http://www.adotube.com/php/services/player/OMLService.php?avpid=OBpMj3k&platform_version=as3&publisher=example.com&title=[video_title]&tags=[video_tags]&description=[video_description]

Regarding the dynamic parameters that you were asking you will need to replace [video_title], [video_tags] and [video_description] with their respective values, if available.. I think their pretty self explanatory.

eg.(the spaces will be automatically encoded by the browser upon request)
 http://www.adotube.com/kernel/vast/vast2.0VPAIDAS3Preroll.php?omlSource=http://www.adotube.com/php/services/player/OMLService.php?avpid=2ChPxDe&platform_version=as3&integration=longtail&publisher=example.com&title=This is the Video Title&tags=tag1, tag2, tag3&description=This is a short description of the video

Hey Paul,

Here are the non-VPAID tags:

pre-roll:
 http://www.adotube.com/kernel/vast/vast2.0Preroll.php?omlSource=http://www.adotube.com/php/services/player/OMLService.php?avpid=2ChPxDe&platform_version=as3&integration=longtail&displayWidth=[video_width]&displayHeight=[video_height]&publisher=example.com&title=[video_title]&tags=[video_tags]&description=[video_description]

overlay:
 http://www.adotube.com/kernel/vast/vast2.0AS3Prod.php?omlSource=http://www.adotube.com/php/services/player/OMLService.php?avpid=OBpMj3k&platform_version=as3&integration=longtail&displayWidth=[video_width]&displayHeight=[video_height]&publisher=example.com&title=[video_title]&tags=[video_tags]&description=[video_description]

Please note that, compared to the VPAID tags, you will also need to supply [video_width] and [video_height] as dynamic parameters in the request.

Confirm with Aurelian when in RC3

Change History

comment:1 Changed 2 years ago by paul

  • Status changed from new to closed
  • Resolution set to fixed

Done.

Note: See TracTickets for help on using tickets.