10 messages in com.googlegroups.adwords-apiAdWords API Re: Video ads creation in...
FromSent OnAttachments
Ye...@esearchvision.com21 Apr 2008 02:08 
AdWords API Advisor24 Apr 2008 12:26 
AdWords API Advisor08 May 2008 10:39 
Yaron20 May 2008 04:33 
Yaron20 May 2008 04:37 
AdWords API Advisor21 May 2008 07:45 
Yaron27 May 2008 03:33 
AdWords API Advisor27 May 2008 12:33 
Yaron03 Jun 2008 02:56 
AdWords API Advisor03 Jun 2008 09:32 
Subject:AdWords API Re: Video ads creation in the sandox?
From:AdWords API Advisor (adwo@google.com)
Date:04/24/2008 12:26:30 PM
List:com.googlegroups.adwords-api

Hello,

Simulating the addition of video ads is currently not supported in the Sandbox environment. I've let the engineering team know that there is some demand for this, and it may be supported in the future, but apologies for the time being.

Cheers, -Jeff Posnick, AdWords API Team

On Apr 21, 5:09 am, "Y.@esearchvision.com" <Yaro@gmail.com> wrote:

1. i keep getting the following error when trying to add a video ad in the sandbox:

<soapenv:Body><soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode> <faultstring>One or more input elements failed validation.</ faultstring> <detail> <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/ v11"> <ns1:code>122</ns1:code> <ns1:message>One or more input elements failed validation.</ ns1:message> <ns1:errors> <ns1:index>0</ns1:index> <ns1:code>4</ns1:code> <ns1:isExemptable>false</ns1:isExemptable> <ns1:detail>The specified user not allowed to create a video ad.</ns1:detail> </ns1:errors> </ns1:fault> </detail>

the request:

<soap:Body> <addAds xmlns="https://adwords.google.com/api/adwords/v11"> <ads xsi:type="VideoAd"> <adGroupId>26227</adGroupId> <adType>VideoAd</adType> <destinationUrl>http://akatracking.esearchvision.com</destinationUrl> <disapproved>false</disapproved> <displayUrl>subaccount-360.com</displayUrl> <exemptionRequest xsi:nil="true" /> <id>0</id> <image> <data>/9j/4AAQSkZGp6u4rH/2QA=...(Truncated)</data> <imageUrl xsi:nil="true" /> <mimeType xsi:nil="true" /> <name>doc_363_3112071159</name> <thumbnailUrl xsi:nil="true" /> </image> <name>Title-VideoAd-3</name> <video> <videoId>1110216958464537981</videoId> </video> </ads> </addAds> </soap:Body>

2. how is it possible to upload a video into my sandbox account?