viddler-videos-disableads
Last edited: March 19th, 2010 by Colin DevroeTurns ads off for a specific video or videos. Use viddler.videos.enableAds to turn them on.
- Requires valid SessionID from viddler.users.auth
- Limit 50 video IDs per call.
- Requires API version 2 (not yet public)
If you need access to use this method please contact the Viddler support team.
Arguments
- api_key
- Assigned Viddler API Key
- video_id
- A single or comma separated list of video IDs. Limit 50.
Example Call
http://api.viddler.com/api/v2/viddler.videos.disableAds.xml?api_key=api_key&video_id=videoId&sessionid=sessionid
(Not HTTPS supported)
Example Response
<result>
<changed>2</changed>
<video_ids>xxx,yyy</video_ids>
</result>
Error Codes