Re: Calculate quality score

2013-10-31 Thread Oliver
I think the question is if the historical quality score can be retrieved for each day in the previous month. The answer is No. Oliver On Wednesday, October 30, 2013 4:21:59 PM UTC, Josh Radcliff (AdWords API Team) wrote: Hi Varta, Are you asking if quality score is available on the

Re: Couple questions about Report Definition.

2013-10-31 Thread okiebug1...@gmail.com
If you mean reporting data, start with this recent blog: http://goo.gl/dlOdF3. First link will place you in the heart of the Report Definition WSDL technical manual. Here is the link to the section of the manual: https://developers.google.com/adwords/api/docs/guides/reporting It is not

Re: V201309 Placement Performance Report - Managed Automtic

2013-10-31 Thread okiebug1...@gmail.com
Danial, I noticed Google made progress with fixing DSA ads reporting in another thread on the forum. Will a column be exposed for Automatic vs Managed property? In this thread it was suggested that via the following logic, Automatic vs Managed property can be defined.

Re: AdGroupCriterionService, ADD operator in mutate request overwrite keyword

2013-10-31 Thread David Torres (AdWords API Team)
Hi, For keywords ADD and SET behave the same way, this is been historically the default behavior of this operation in the API. Best, - David Torres - AdWords API Team On Wednesday, October 23, 2013 4:00:42 AM UTC-4, apite...@gmail.com wrote: Hello, I have question about ADD operator when

Re: Some brand names returning search volume 0

2013-10-31 Thread David Torres (AdWords API Team)
Hi, At the moment the TargetingIdeaService excludes volumes for trademarked keywords as you experienced. Best, - David Torres - AdWords API Team On Friday, October 25, 2013 8:06:45 AM UTC-4, Fréderic Cox wrote: I have experienced the same issue in Belgium. Don't know if it is a temporary

Re: RateExceededError - TrafficEstimatorService with New Accounts created under MCC

2013-10-31 Thread David Torres (AdWords API Team)
Hi Mark, Do you mind giving me a requestId of the failure? I'd be glad to follow up with my team about this issue. Best, - David Torres - AdWords API Team On Thursday, October 24, 2013 11:49:49 AM UTC-4, mol...@knowme.net wrote: Coming across a RateExceededError with a single call to the

Re: Empty values for TargetingIdeaService with LanguageSearchParameter?

2013-10-31 Thread David Torres (AdWords API Team)
Hi, I'm investigating this issue with my team, please bear with me for a bit and let you know as soon as having more information. Best, - David Torres - AdWords API Team On Friday, October 25, 2013 9:36:07 AM UTC-4, veseo wrote: we've noticed very strange behaviour of TargetingIdeaService

Re: CustomerSyncService Bug? FeedChangeData not returned when CampaignIds are specified in the CustomerSyncSelector

2013-10-31 Thread David Torres (AdWords API Team)
Hi Akil, When you specify a campaign ID, the service filters only feed items associated to such campaign. Best, - David Torres - AdWords API Team On Friday, October 25, 2013 12:37:31 PM UTC-4, Akil Burgess wrote: Hi All, I am seeing an issue where the CustomerSyncService only returns

Re: Does Google Adwords Editor support native Mobile APP ad format?

2013-10-31 Thread David Torres (AdWords API Team)
Hi, This forum is solely for AdWords API support, I'd recommend you posting in the general AdWords Support forum. Best, - David Torres - AdWords API Team On Monday, October 28, 2013 11:26:42 PM UTC-4, Vonjourn wrote: Anyone can tell me, if Google Adwords Editor can deal with native

Re: How to use IMPLICITLY_SHARED_BUDGET in CampaignService

2013-10-31 Thread David Torres (AdWords API Team)
Hi, You can't update the budget preferences using CampaingService, you need to use BudgetService instead. Best, - David Torres - AdWords API team On Tuesday, October 29, 2013 4:27:14 AM UTC-4, techpoi...@gmail.com wrote: Hi, How can we use IMPLICITLY_SHARED_BUDGET in CampaignService 'SET'

Re: QuotaCheckError.INCOMPLETE_SIGNUP For PHP Implementation

2013-10-31 Thread David Torres (AdWords API Team)
Hi, Your developer token is still pending for approval, you won't be able to target but test accounts only. Best, - David Torres - AdWords API Team On Tuesday, October 29, 2013 8:23:21 PM UTC-4, Devin Dixon wrote: I have a developer account with the AdWords API and I cannot create a

Re: content-length is required in php

2013-10-31 Thread Paul Matthews (AdWords API Team)
Hi There, It seems that you've added the content_length and Content-Type parameters. Firstly, the content length parameter is defined as Content-Length and I believe you'd want to trim before you use strlen. Then I notice you specify the Content-Type, but with an array of items you actually

Re: AdGroupCreativeId in Click Performance Report doesn't match Id in Ad Performance Report

2013-10-31 Thread Ittai Chorev
I forgot to send the GclId from the Click report in case that can help you in any way. It's: CNO6z663p7oCFTF04god4DcAjA So the full reply is: {'GclId': 'CNO6z663p7oCFTF04god4DcAjA', 'AdGroupId': '7882977711', 'CriteriaId': '16812450713', 'AdGroupCreativeId': '38257569231',

Re: AdwordsUserListService Exception - Service Type of signature is null while calling GetService

2013-10-31 Thread Ro
Is there any updates on this issue? It prevents us from finishing up the upgrade. Thanks, Ro On Wednesday, October 30, 2013 3:02:31 AM UTC-4, P Nandrekar wrote: Hi , While upgrading to v201309, I am using following code ( modified code for security purpose) I downloaded code that is

AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2013-10-31 Thread Bikram Bhuyan
Hello, We have a test mcc account and a test customer id. Also we have got the pending developer token for our production account. I generated the OAuth2ClientId, OAuth2ClientSecret OAuth2RefreshToken successfully by following the steps. Now when I make a the api call to fetch the list of

Re: How to get campaign's related budget id.

2013-10-31 Thread 照沼領
I resolve this entry. I speicifed BudgetId field and I can find related campaign's Budget. :- 2013年10月28日月曜日 20時58分08秒 UTC+9 照沼領: Hello team. I use CampaignService GET operation. It's response include budget but budget's id is nothing. What is best way to get related budget's id ?

Re: How to create campaign by v201309 version ?

2013-10-31 Thread 照沼領
I read this page. I understand this . https://developers.google.com/adwords/api/docs/guides/shared-budgets#assign :- 2013年10月28日月曜日 21時06分28秒 UTC+9 照沼領: Hello team :-) I create campaign under step. Is this step correct ? --- STEP -- 1. create new Budget by BudgetService ADD operation.

Re: Getting java.lang.NoClassDefFoundError: com/google/common/io/ByteSink

2013-10-31 Thread Takeshi Hagikura (AdWords API Team)
Hi Oliver, We haven't changed anything about the new Java library. Loos like the ByteSink class in the guava library is missing. Let me confirm following to narrow down the issue: - Are you using Maven or using dependent jars directly? - Either way, please confirm