Search in documentation:     Advanced search
Browse by category:

Kad management with APIs

Views: 105
Votes: 0
Posted: 23 Oct, 2009
Updated: 23 Oct, 2009
How to manage kad with APIs

Kad (Kewego advertising) of the video can be associated to video from APIs.

See more details about KAD and specifications in the detailed article : kad management


Creating a new KAD :

You should use 2 functions to create a Kad and asociate it to the wished video :

a) kad/uploadKad :  to upload a Kad and associated datas.
b) video/setKad : associate the created kad to the video

Creating a KAD using the same image file :

In the case of using always the same image file, other methods can be used instead:

a) Upload an image and get the id of the image : use kad/uploadImage
b) For each video : create a kad and associate existing image to this Kad (function kad/create), and then associate the video to the created kad (function video/setKad)

Deleting a KAD :

You can disassociate the kad to the video and then delete it :

a) disassociate the kad : use video/removeKad
b) remove the kad : use kad/delete

Sample

You can find a sample of how to upload a kad in a batch way using PHP language on this site. See batch Kad image uploader article

Others in this Category
document Kad management



RSS