Re: db migration, are accents now ignored for spanish terms

2010-09-21 Thread AdWords API Advisor
Hi, Just to confirm, this is the intended behavior. Best, - Eric On Sep 20, 5:12 pm, AdWords API Advisor wrote: > Hi, > > I believe this was intentional, but I'll circle back with the > engineering team and confirm. > > Best, > - Eric Koleda, AdWords API Team > > On Sep 19, 10:23 am, bramiozo

Re: TrafficEstimatorService question about clicksPerDay

2010-09-21 Thread AdWords API Advisor
Hi Greg, The TrafficEstimatorService provides estimates for the Google.com (GOOGLE_SEARCH) and Search Partners (SEARCH_NETWORK): http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=8692 You can however configure your campaign to target a variety of networks: http://code.google.

Re: criterion paused

2010-09-21 Thread AdWords API Advisor
Hi, To pause a criterion set BiddableAdGroupCriterion.userStatus to PAUSED: http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.BiddableAdGroupCriterion.html#userStatus Best, - Eric Koleda, AdWords API Team On Sep 20, 12:16 pm, "Y?lmaz ??PKALI" wrote: > i want

Re: Uncaught SoapFault exception: [soap:Server] QuotaCheckError.ACCOUNT_DELINQUENT

2010-09-21 Thread Jose II
Hi Anash, I've receive this kind of problem too. I look at the accounts at adwords api center looks fine, the system defined cap is greater than the used. Where can I find outstanding balance account? Error: xisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: fa

When using proxy - "301 - moved permanently"

2010-09-21 Thread Helmut Schierer
Im using: + python 2.5.4 + awapi_python_lib_11.1.1, v201003 + lxml 2.2.6 + ZSI-2.0_rc3 When using the original example-script "get_all_campaings.py" modified for using a proxy: ... # Initialize appropriate service. campaign_service = client.GetCampaignService( 'https://adwords-sandbox.goog

Re: CampaignStats not returning network type.

2010-09-21 Thread AdWords API Advisor
Hi Andy, An example of creating a v201003 keyword report in Python is available here: http://code.google.com/p/google-api-adwords-python-lib/source/browse/trunk/examples/v201003/add_keywords_performance_report_definition.py There is no need to create a new ReportDefinition every time you want

Campaigns.stats object returning null or zero values

2010-09-21 Thread notalian
We are trying utilize the latest version of Adwords API. We are able to get campain names, ID, status etc. but the following values are being returned as null or zero: [averageCpc] [averageCpm] [averagePosition] [conversionRate] etc. We are using C# client library that has been provided by Google:

v201008 unable to create adwords user: "Value cannot be null.\r\nParameter name: settings"

2010-09-21 Thread nwood888
I'm using the .NET client library. Here's the code: Dictionary dHeaders = new Dictionary(); dHeaders.Add("email", sEmail); dHeaders.Add("clientEmail", sClientEmail); dHeaders.Add("password", sPassword); dHeaders.Add("useragent", ConfigurationManager.AppSettings["SiteBuilderUserAgent"]); dHeaders.

Getting zero impression keywords in KEYWORDS_PERFORMANCE_REPORT

2010-09-21 Thread Rob Ryan
Just wondering if there is a specific predicate for this/ something else? By default I have noticed that you only get keywords with nonzero impressions. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http:/

Re: Enum ACCOUNT_PERFORMANCE_REPORT 201003

2010-09-21 Thread nwood888
Hi Eric, Yes, I'm aware that this is only supported in v201008. However, I'm using the v201003 and I'm requesting: reportDefinition.reportType = ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT; And I'm receiving an exception about the ACCOUNT_PERFORMANCE_REPORT. I've searched through all

Getting campaigns for ALL clients

2010-09-21 Thread adwords.d...@4walls.us
Hi Everyone, I am using the latest PHP api code. In our MCC we have around 10 accounts linked together, with various campaigns and ad groups. I am trying to get stats for ALL of them. I am able to login to the MCC with my developer account and view all of the various clients and campaigns vie

Re: Uncaught SoapFault exception: [soap:Server] QuotaCheckError.ACCOUNT_DELINQUENT

2010-09-21 Thread ae
Hi We are seeing the same error as well. See Below. I checked our API account and its billing preferences and I don't see any payments outstanding. We had however reached the API limit I had set previously. I updated that but still continue to get the error. Can you please look into it? Let me

Re: ReportDefinition

2010-09-21 Thread Reed
Eric: it's good to see those fields back on the list - any word on the various conversion metric fields and firstpagebid field? I'm sort of stuck between the V13 API which cannot handle large multi-day keyword performance reports and the V2010 API that doesn't have all of the performance metrics

TrafficEstimatorService question

2010-09-21 Thread Greg
Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0i

Re: ReportDefinition

2010-09-21 Thread okiebug1...@gmail.com
Thanks Much for fields and features in Keyword Performance Report Eric, I have run the getReportFields() and am finding the "date", "campaignName" and "adGroupName" are present. And on top of this great news, when I create a report definition for multiple days, I am receiving the data back in a da