Fully automatic and periodic mass distribution with our interface Â
Â
As a business, music publishing, television, magazine, Computer Journal, producer of video tutorials, travel, community, etc. ... You may have hundreds or thousands of videos you want for marketing purposes on a regular basis and use again and again online. That means even using the free version of VideoCounter.com a lot of work.Â
Â
With the VideoCounter.com API you ensure that your web films are uploaded to the video portals automatically. Manual activities are entirely dispensed with. To this end, we would agree on an interface with you, e.g. in XML/RSS format.
We look forward to hearing from you!
| General specification of XML file(s) for automatic distribution | Explanation | ||
|
Tags of the channel item area: Insert tag only one time within a single XML file | |||
| <channel> | Enclosing tag for one channel | ||
| <vcaccount> | Your registered e-mail address at VideoCounter.com. Your videos will be uploaded to your video sharing site profiles specified under this VideoCounter.com-account. Applied to all videos in the XML file, if not otherwise specified within the <item>-section. | ||
| <title> | Alphanumeric title of the channel "<![CDATA[]]>" (optional) | ||
| <description> | Alphanumeric description of the channel "<![CDATA[]]>" (optional) | ||
| <language> |
Short definition of the language. Applied to all videos in the XML file, if not otherwise specified within the <item>-section. Definitions: DE (german) EN (english) FR (french) ES (spanish) NL (dutch) | ||
| <pubDate> | Last modification date of the XML file in this format: "Fri,31 Dec 2010 00:00:00 GMT" | ||
|
Tags of the video item area: For each video one <item>entry with a unique ID | |||
| <item> | Enclosing tag for each video | ||
| <vcaccount> | Your registered e-mail address at VideoCounter.com. Your videos will be uploaded to your video sharing site profiles specified under this VideoCounter.com-account. Just applied to the video within this <item>-tag. | ||
| <filmid> | Unique ID of the video (numeric) | ||
| <title> | Alphanumeric video title "<![CDATA[]]>" | ||
| <language> | Short definition of the language (de, en, fr, es, nl) used in the video. Just applied to the video within this <item>-tag. | ||
| <tags separator=","> | Alphanumeric keywords "<![CDATA[]]>" | ||
| <description> | Alphanumeric video description "<![CDATA[]]>" | ||
| <PortalIDs> |
Numeric. Separated by comma. Selection of the platforms on which the video is to be uploaded: 2 -> MySpace.com 3 -> MyVideo.de 4 -> SevenLoad.com 5 -> Veoh.com 7 -> YouTube.com 9 -> Dailymotion.com 10 -> Clipfish.de 11 -> Kewego.de 12 -> Vimeo.com 13 -> MetaCafe.com 14 -> Businessworld.de 17 -> Facebook.com 18 -> Blip.tv 21 -> 123Video.nl 22 -> ATV.at 23 -> ZIE.nl 25 -> Dalealplay.com 26 -> Twitter.com 27 -> Tumblr.com 28 -> Linkedin.com 29 -> Delicious.com 30 -> Stumbleupon.com 31 -> MisterWong.de 32 -> Favoriten.de 33 -> OneView.de 35 -> VCPortal | ||
| <category> |
Numeric. Selection of category according to these VideoCounter.com definitions: 1 -> Animals 2 -> Animation/Arts 3 -> Cars 4 -> Comedy 5 -> Entertainment 6 -> Family/Children 7 -> Howto 8 -> Music 9 -> News 10 -> Science/Technology 11 -> Sports 12 -> Video/Games 13 -> Video Logs/People 14 -> Travel | ||
| <enclosure url="http://www.exampledomain.tld/video001.mp4" type="video/mp4" size="14687643" /> | The accessible location of the video (URL). From here, the video will be transferred to the VideoCounter.com server. | ||
| <duration> | Running time of the videos (in seconds) | ||
| <pubDate> | Date of publication of the video in this format: "Fri,31 Dec 2010 00:00:00 GMT" | ||
| notation of the XML files | |||
| filename_Y_m_d.xml | For organizational reasons we recommend to use the saving date of the XML file (Y_m_d) within the XML file name. We regularly check the XML files, e. g. every 3 hours. | ||
| Example (Download: XML file example) | |||
|
<?xml version="1.0" encoding="UTF-8"?> <channel> <vcaccount>your_first_account@exampledomain.tld</vcaccount> <title><![CDATA[feed/channel title(optional)]]></title> <description><![CDATA[feed/channel description (optional)]]></description> <language>de</language> <pubDate>Fri, 31 Dec 2010 00:00:00 GMT</pubDate> <item> <vcaccount>your_first_account@exampledomain.tld</vcaccount> <guid>1</guid> <title><![CDATA[title of the first video]]></title> <language>de</language> <tags separator=","><![CDATA[exampletag1,tag2,tag3]]></tags> <description><![CDATA[description of the first video]]></description> <PortalIDs>2,3,4,5,7,9,10,11,12,13,14,17,18,21,22,23,25,26,27,28,29,30,31,32,33,35</PortalIDs> <category>14</category> <enclosure url="http://www.exampledomain.tld/video001.mp4" type="video/mp4" size="14687643" /> <duration>160</duration> <pubDate>Mon, 11 Jul 2011 00:00:00 GMT</pubDate> </item> <item> <vcaccount>your_first_account@exampledomain.tld</vcaccount> <guid>2</guid> <title><![CDATA[title of the second video]]></title> <language>es</language> <tags separator=","><![CDATA[exampletag1,tag2,tag3]]></tags> <description><![CDATA[description of the second video]]></description> <PortalIDs>2,3,4,5,7,9,10,11,12,13,14,17,18,21,22,23,25,26,27,28,29,30,31,32,33,35</PortalIDs> <category>6</category> <enclosure url="http://www.exampledomain.tld/video002.mp4" type="video/mp4" size="28129842" /> <duration>180</duration> <pubDate>Tue, 12 Jul 2011 00:00:00 GMT</pubDate> </item> <item> <vcaccount>your_second_account@exampledomain.tld</vcaccount> <guid>3</guid> <title><![CDATA[title of the third video]]></title> <language>nl</language> <tags separator=","><![CDATA[exampletag1,tag2,tag3]]></tags> <description><![CDATA[description of the third video]]></description> <PortalIDs>2,3,4,5,7,9,10,11,12,13,14,17,18,21,22,23,25,26,27,28,29,30,31,32,33,35</PortalIDs> <category>4</category> <enclosure url="http://www.exampledomain.tld/video003.mp4" type="video/mp4" size="31467842" /> <duration>305</duration> <pubDate>Wed, 13 Jul 2011 00:00:00 GMT</pubDate> </item> </channel> |
|||
|
|
|||
Video Distribution 