AdWords API Re: Internal Errors for v200906 API

2009-08-25 Thread ernnie
Eric, Again I'm experiencing the same error, Here's the soap request & response btw. August 26, 2009 GMT+8 14:44 Request: http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/ v200906">DQAAAH8AAADBdoSs3MVwq1ZupoTQ1C33LjvunegOCeIcsbdlsTNQLkaUqxlp0i2Sd

AdWords API Re: Internal Errors for v200906 API

2009-08-25 Thread ernnie
Eric, I still receive the same error again today: Aug 26, 2009 14:38 GMT+8 time. Here's the soap request & response. Request: http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/ v200906">DQAAAH8AAADBdoSs3MVwq1ZupoTQ1C33LjvunegOCeIcsbdlsTNQLkaUqxlp

AdWords API Re: Negative keywords at Campaign level: How to add, how to list

2009-08-25 Thread AdWords API Advisor
Hi Reed, The v13 API's CriterionService has methods for working with negative campaign criteria: getCampaignNegativeCriteria() - http://code.google.com/apis/adwords/docs/developer/CriterionService.html#getCampaignNegativeCriteria setCampaignNegativeCriteria() - http://code.google.com/apis/ad

AdWords API Negative keywords at Campaign level: How to add, how to list

2009-08-25 Thread Reed
Setting negative keywords at the criterion level is no problem, and getting them back via the Structure Report works just fine. How do I set them at the campaign level via the API? How do I get them back? I don't see any options in the Campaign Service to do either of these, and all of the crite

AdWords API Re: Ad group message

2009-08-25 Thread AdWords API Advisor
Hi Harut, Ads are subject to review for a variety reasons. The AdWords Help Center has more information about this, including policy information: http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=99486. In the v13 of the API it is not possible to determine the review status, but t

AdWords API Re: Create placement problem

2009-08-25 Thread AdWords API Advisor
Hi Harroot, Thank your posting the request, it appears to be well formatted. Can you confirm that the campaign is targeting the content network? Thanks, - Eric On Aug 25, 12:54 am, harroot wrote: > Hi > Here is the xml-s > -SoapRequest at 8/25/2009 9:38:31 AM- > POST /api/adwords/v13/

AdWords API Re: Ad group message

2009-08-25 Thread Harutyun Terteryan
On Tue, Aug 25, 2009 at 5:42 PM, Harutyun Terteryan wrote: > Hi all > > When I try to create an ad, I got this message from google adwords service > ` > "This ad requires review before it can run"! > What is this mean? and when I can be noted that ad had been reviewed? > > Best > Harut. > > > >

AdWords API Ad group message

2009-08-25 Thread Harutyun Terteryan
Hi all When I try to create an ad, I got this message from google adwords service ` "This ad requires review before it can run"! What is this mean? and when I can be noted that ad had been reviewed? Best Harut. --~--~-~--~~~---~--~~ You received this message bec

AdWords API Re: Using .net API

2009-08-25 Thread Zweitze
If you want to take this one level further: Create an XSD that describes ApiException and its child member, ApiError. When you catch a SoapException, take the Detail.OuterXml member, and parse it with XmlSerializer.Deserialize() For this you need an XSD that describes the XML fragment. The beauty