AdWords API Reporting service error

2010-02-25 Thread Harutyun Terteryan
Hi all, I'm using .net lib v13 , I try to create report with adwords Report Service bug get error from it. Here is my request ` -SoapRequest at 25.02.2010 15:42:35- POST /api/adwords/v13/ReportService HTTP/1.0 Host: sandbox.google.com:443 User-agent: Mozilla/4.0 (compatible; MSIE 6.0; MS

AdWords API Re: Campaign budget and adgroup bids

2009-09-30 Thread Harutyun Terteryan
Hello You mention that there are no technical errors, so I wander is there any none technical inaccuracy, with this case? Best regards Harut. On Tue, Sep 29, 2009 at 11:06 PM, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Haroot, This situation is also possible using the

AdWords API Adword payment information

2009-09-25 Thread Harutyun Terteryan
Hi all I'm developing web application based on google adwords service. Currently working on billing part of it, so I'd like to know how can I get the information about campaign budgets, or how much it reduced from campaigns budget, and so account's budget? Best Harut.

AdWords API v2009 lunch

2009-09-18 Thread Harutyun Terteryan
Hi all I wander when v2009 goes into production. It's very important for our business planes, so please replay, if you have correspond information. Best Harut. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

AdWords API Report aggrigation type

2009-09-14 Thread Harutyun Terteryan
Hi all I'm using adword's api .net v13. I want to create report with aggergartion type ' weekly ', In google UI I saw as well ' Weekly Definition '. Can I do the same with api, in aggregation type (weekly and weekly definition). Best Haroot.

AdWords API Re: Sandbox and production difference for reporting

2009-09-10 Thread Harutyun Terteryan
You can find request and response xml-s in attachment. On Thu, Sep 10, 2009 at 7:25 PM, harroot harr...@gmail.com wrote: Hi all I'm using adwords api v13 .net client. When I try to create report for sandbox, I get error message that the report is invalid, but in production version the same

AdWords API Adding criteria to adgroup

2009-08-28 Thread Harutyun Terteryan
Hi all I wander can I add keyword and website criteria to the same adgorup, or there are some cases regarding campaign network targeting? Best Harut. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups AdWords API

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

AdWords API Re: Ad group message

2009-08-25 Thread Harutyun Terteryan
On Tue, Aug 25, 2009 at 5:42 PM, Harutyun Terteryan harr...@gmail.comwrote: 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 Reporting sandbox and production difference

2009-08-24 Thread Harutyun Terteryan
Hi all I wonder, are there some selectedColums, that are supported from production, but not supported from sandbox? Best Harut. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to

AdWords API Using .net API

2009-08-23 Thread Harutyun Terteryan
Hi all I'm using .net API v13. And want to get error messages from web service response, Is there any solution for that issue, or I must do it myself ? Best Harut. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

AdWords API Keyword/placement performance report error

2009-08-21 Thread Harutyun Terteryan
Hi all I try to create Keyword/placement performance report in adwords sandbox, and set aggregationType to DayOfWeek. And on report validation I got error, -SoapRequest at 21.08.2009 19:01- POST /api/adwords/v13/ReportService HTTP/1.0 Host: sandbox.google.com:443 User-agent:

AdWords API Image ad update error

2009-08-20 Thread Harutyun Terteryan
Hi all I try to update image ad with .net v13 api, and got in log java.lang.NullPointerException, dose it bug of web service. You can find log in attachment. Best Harut. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

AdWords API Adwords V13 error

2009-08-19 Thread Harutyun Terteryan
Hi all Can anyone explain this error message -SoapResponse at 8/19/2009 8:32:51 PM- Content-type: text/xml; charset=utf-8 Content-length: 4512 SOAPAction: updateAds -- soapenv:Envelope

AdWords API Campaign max number

2009-08-16 Thread Harutyun Terteryan
Hi all Is there limit for campaigns number for adwords account? I try to create campaigns in sandbox, and after some number of created campaigns I got error from sandbox This account already has the maximum number of Campaigns permitted. Best. Harut.

AdWords API Campaign budget validation error

2009-08-15 Thread Harutyun Terteryan
Hi all I'm trying to create new campaign with adwords dot.net api and got validation error with 34 error code(budget validation) and 'Money Amount Less Than Currency' error detail budget amount is long (type) and I set the value 12.(currency-USD, mincpc 0.01$) Can anyone tell me what is going

AdWords API Re: Campaign budget validation error

2009-08-15 Thread Harutyun Terteryan
Hi I got the answer, that api use microunits, for example if budget amount = 12, in microunits it must be 12*10^6. Best Harut. On Sat, Aug 15, 2009 at 4:21 PM, Harutyun Terteryan harr...@gmail.comwrote: Hi all I'm trying to create new campaign with adwords dot.net api and got

AdWords API Reporting issues

2009-08-14 Thread Harutyun Terteryan
Hi all If I initialize Report service class for mcc manager like this ` service.emailValue = new email(); service.emailValue.Text = new String[] {email}; service.passwordValue = new password(); service.passwordValue.Text = new String[] {password};

AdWords API Report filtering with api

2009-08-13 Thread Harutyun Terteryan
Hi all Can anyone tell me, dose api provide any filters for generated reports, or are there any default filters? Best Harut. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this

AdWords API Re: Update campaign in google seted status

2009-08-12 Thread Harutyun Terteryan
change the status. Best, - Eric Koleda, AdWords API Team On Aug 12, 1:26 am, Harutyun Terteryan harr...@gmail.com wrote: Hi all I wonder what will happens, is I try to update campaigns in statuses seted by google (Pending, Ended or Suspended) ? What kind exception I'll get?. All

AdWords API c# api client

2009-08-11 Thread Harutyun Terteryan
Hi all Can anyone tell me what exception has been thrown from service class methods(CriterionService ...), when any exception appeared with service call! Is it always throws SoapEcxeption? best Harut. --~--~-~--~~~---~--~~ You received this message because you

AdWords API Placement / Keyword Performance Report response

2009-08-11 Thread Harutyun Terteryan
Hi all In adword api documentation ( http://code.google.com/apis/adwords/docs/developer/adwords_api_report_keyword.html). I find that Placement / Keyword Performance Report response xml for selectedColumns Value Keyword can be 'keyword / site / kwSite' Here is my question, when in response xml

AdWords API Re: Placement / Keyword Performance Report response

2009-08-11 Thread Harutyun Terteryan
respectively. So for example, if your campaign only targets the search network you would only receive back values of keyword. Best, - Eric Koleda, AdWords API Team On Aug 11, 8:22 am, Harutyun Terteryan harr...@gmail.com wrote: Hi all In adword api documentation ( http://code.google.com

AdWords API Re: Placement / Keyword Performance Report response

2009-08-11 Thread Harutyun Terteryan
the resulting XML attribute is keyword please send us the SOAP logs or request ID for the creation of that report and we can investigate further. Best, - Eric On Aug 11, 10:58 am, Harutyun Terteryan harr...@gmail.com wrote: Hi It means that if on report creation I mention selectedColumn= new

AdWords API Update campaign in google seted status

2009-08-11 Thread Harutyun Terteryan
Hi all I wonder what will happens, is I try to update campaigns in statuses seted by google (Pending, Ended or Suspended) ? What kind exception I'll get?. All the Best , Harut. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

AdWords API Re: api class-fieldsspecification

2009-08-05 Thread Harutyun Terteryan
{ _status = value; _statusSpecified = true; } } is it covers all cases? Best regards Harut. On Tue, Aug 4, 2009 at 12:38 PM, Harutyun Terteryan harr...@gmail.comwrote: Ok Thank's for quick answer :). Best Harut. On Tue, Aug 4, 2009 at 12:22 PM, AdWords API

AdWords API Re: Google adwords .net API

2009-08-04 Thread Harutyun Terteryan
, AdWords API Team On Aug 4, 12:04 pm, Harutyun Terteryan harr...@gmail.com wrote: Hi, I have compared our web.config with mine, and the AdWordsApi section is exactly same. regards Harut. On Tue, Aug 4, 2009 at 11:36 AM, AdWords API Advisor adwordsapiadvi...@google.com wrote

AdWords API Re: Updating issues

2009-08-03 Thread Harutyun Terteryan
On Jul 30, 5:27 am, Harutyun Terteryan harr...@gmail.com wrote: Hi all I have some questions regarding update requests of adWords data(campaign, adgroup, ad etc. ) 1.When I request to update campaign is that updates any data in child elements(adgroups, ads, etc.)? 2

AdWords API Re: Google adwords .net API

2009-08-03 Thread Harutyun Terteryan
, or web.config if you are developing a web application. The app.config included with the library is for reference purposes only. Regards, Anash P. Oommen, AdWords API Team On Jul 31, 5:20 pm, Harutyun Terteryan harr...@gmail.com wrote: Hi all Why the AdWords .net API client does not log any