Re: How to handle upcoming 'matching value' limits when using IN and NOT_IN operators?

2014-02-27 Thread Zweitze
Sure you can do paging. For the first report ask for the first set of 10,000, for the second report ask for the second set of 10,000 etc.etc. But I don't understand why you need this. Why don't you ask a report with all keywords? I can get a keyword report covering 500,000 keywords without any

Placements bid modifiers

2014-02-27 Thread Rakesh Ramesh
How would we do a placement level bid modifiers using API? I tried to take the criterian ID, but still is that unique at placement level? also other wise the only option in campaign level. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Missing data for some dates in CRITERIA_PERFORMANCE_REPORT for a particular campaignid

2014-02-27 Thread Takeshi Hagikura (AdWords API Team)
Hi Alvaro, Do you mind sharing the request XML for Criteria Performance Report? My guess is that the rows for that campaign are filtered out by some predicates. (Note : Criteria Performance Report is a single

Re: How to Add and Get specific location for my campaign

2014-02-27 Thread Takeshi Hagikura (AdWords API Team)
Hi, CampaignCriterion (Targeting) is a different entity from Campaign. Please use CampaginCriterionService to add location targetings like this

Re: keyword = 'Content ' in Keyword perfomance Report. Query.

2014-02-27 Thread Takeshi Hagikura (AdWords API Team)
Hi Tom, Please see this documenthttps://developers.google.com/adwords/api/docs/guides/reporting-concepts#keywordid300for the detail. Best, - Takeshi, AdWords API Team On Wednesday, February 26, 2014 9:18:24 PM UTC+9, t...@admigoapp.com wrote: Hi, When running the keyword performance

Re: Placements bid modifiers

2014-02-27 Thread Takeshi Hagikura (AdWords API Team)
Hi Rakesh, You can set a bid adjustment with bidModifier in BiddableAdGroupCriterion as in this documenthttps://developers.google.com/adwords/api/docs/guides/bidding#content-dimensions . Best, - Takeshi, AdWords API Team On Thursday, February 27, 2014 6:54:19 PM UTC+9, Rakesh Ramesh wrote:

Re: KEYWORD_PERFORMANCE_REPORT and DisplayNetwork inconsistency

2014-02-27 Thread Takeshi Hagikura (AdWords API Team)
Hi Mojmir, Let me confirm, which types of adgroups are missing in Keyword Performance Report? Is there any common rule for missing ad groups? Best, - Takeshi, On Monday, February 24, 2014 10:29:40 PM UTC+9, Mojmír Vinkler wrote: I downloaded report via following AWQL SELECT

Re: AdWords oauth will not connect when using Read only access level logins

2014-02-27 Thread Takeshi Hagikura (AdWords API Team)
Hi TJ, The behavior of the fact that requests for CustomerService with read-only access fails is the issue on the AdWords API side. We should fix that. (#1 solution) I checked it with the relevant engineer. The fix will be applied anytime soon. Best, - Takeshi, AdWords API Team On

Re: OperationAccessDenied.ACTION_NOT_PERMITTED on CustomerService.Get()

2014-02-27 Thread Takeshi Hagikura (AdWords API Team)
Hi Chirag, Thanks for the input. I checked it with the relevant engineer. The fix will be applied anytime soon. Best, - Takeshi, AdWords API Team On Thursday, February 27, 2014 2:58:07 PM UTC+9, Chirag wrote: Hello Takeshi, I am also facing the same issue with customer service since few

Re: Placements bid modifiers

2014-02-27 Thread Rakesh Ramesh
Thanks alot. Will Try it:) On Thursday, February 27, 2014 2:19:15 PM UTC+4, Takeshi Hagikura (AdWords API Team) wrote: Hi Rakesh, You can set a bid adjustment with bidModifier in BiddableAdGroupCriterion as in this

Re: OperationAccessDenied.ACTION_NOT_PERMITTED on CustomerService.Get()

2014-02-27 Thread Chirag
Hello Takeshi, Thanks for update. On Thursday, February 27, 2014 3:58:28 PM UTC+5:30, Takeshi Hagikura (AdWords API Team) wrote: Hi Chirag, Thanks for the input. I checked it with the relevant engineer. The fix will be applied anytime soon. Best, - Takeshi, AdWords API Team On

Get bid landscape for placements

2014-02-27 Thread Luca Fiaschi
Hi, is it possible to get an estimated bid landscape for placements on the GDN? I did try following the example def get_bid_landscape(client, ad_group_id, criterion_id): # Initialize appropriate service. data_service = client.GetDataService(version='v201309') # Construct bid landscape

Re: QuotaCheckError.INCOMPLETE_SIGNUP on report download

2014-02-27 Thread ma_doubleclick
Ben - I'm attempting to do the same thing. Would you be willing to share your the contents of your SSIS script component? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

ImageError.SERVER_ERROR when creating ads

2014-02-27 Thread Rodrigo Ferreira
Hi there, I am experience the following error when I perform calls to mutate ADD image ads. It seems random and not dependent on input. How should I go about it? Thanks in advance! Best, Rodrigo soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; soap:Header ResponseHeader

PPC Campaign suspended

2014-02-27 Thread Nicola Buck
Hi, I'm not sure if this is the right forum to ask this question in, but I am looking for some advice. I have had a campaign suspended and we have been in contact with Google etc., and made changes to our site and wording but they are still saying they can't approve it. Besides for wording

filtering keywords

2014-02-27 Thread BigBoss#111
I have a slightly different problem. I have a big list of science terms I want to use on our site that customers can use to search some products. The problem is, the synonym list is huge only about 5% of the words are actually searched. Is there a way to use this tool to filter out unsearched

SOAP-ERROR parsing WSDL

2014-02-27 Thread Mathis Lübbers
Hey, my problem is that i get following error message when I try to do an example like GetCampaigns with a test account: An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adw ords.google.com/api/adwords//api/adwords/cm/v201309/CampaignService?wsdl' : fail ed to

Re: How to handle upcoming 'matching value' limits when using IN and NOT_IN operators?

2014-02-27 Thread Chris
At any one time I only need the keywords for one campaign. Once I have those, I perform some processing, and then move on to the next campaign. To pull a report with all the keywords would result in an unnecessary amount of parsing. On Thursday, 27 February 2014 06:42:39 UTC-3, Zweitze wrote:

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-02-27 Thread Mathis Lübbers
Hello! I have the same problem. Is there any solution? Am Mittwoch, 8. Januar 2014 05:35:35 UTC+1 schrieb Mehul HvInfotech: Hello All, we are getting the Soap Error During the Google Campaign pause event with Api .. We are using version *v201309* The Original Error is as below

Re: How to handle upcoming 'matching value' limits when using IN and NOT_IN operators?

2014-02-27 Thread mm
Hey Chris - I believe that the limit is on the number of values you are using in the selector, not the number of entities that it will match. So in your case, if your request is for a report for a single campaign, then you shouldn't need to page at all. Also, it appears that this limitation is

Re: How to handle upcoming 'matching value' limits when using IN and NOT_IN operators?

2014-02-27 Thread Chris
Hi, Yeah, I was wondering about this. Based on enforcing a limit of 10,000 matching values as arguments for the IN and NOT_IN operators: it would appear that I do not need to worry - I am only passing in one argument ... and actually now I again, it is perhaps less ambiguous than I thought, as

Re: OperationAccessDenied.ACTION_NOT_PERMITTED on CustomerService.Get()

2014-02-27 Thread Rob
Hi Takeshi, If it helps, I've found this is only failing intermittently. The following request gave two different responses at various times. ?xml version=1.0 encoding=UTF-8? SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;

MaxCPC from DISPLAY_KEYWORD_PERFORMANCE_REPORT unexpected behaviour

2014-02-27 Thread Luca Fiaschi
Hi, I am querying the maxCPC for some adgroups from the DISPLAY_KEYWORD_PERFORMANCE_REPORT over a period of 2 months requested day by day. Then I aggregate the information at adGroupId and CampaignId level. From my current understanding of the maxCPC field (based on previous posts), this

Re: Max number of valid access tokens for an account

2014-02-27 Thread HK
Oliver, Sorry for the delay. I have not tried to set this up, but looking into it some more and reading the OAuth 2.0 RFC http://tools.ietf.org/html/rfc6749, I came to the conclusion that it isn't safe to assume that you can have multiple valid access token and refresh tokens at any given

Re: Getting NameError: global name 'ListType' is not defined with example python

2014-02-27 Thread Ray Tsang (AdWords API Team)
Helen, I've followed up privately. In short - this could be caused by case insensitive file system or python setting. Please make sure the file system is case sensitive. Thanks! -- Ray Tsang (AdWords API Advisor) On Thursday, February 20, 2014 12:51:14 AM UTC-5, Helen Lau wrote: Hi,

Re: Alert Service required MCC account.

2014-02-27 Thread Ray Tsang (AdWords API Team)
Chirag, Please also send me, in private, the developer token and customer ID in question as well. Thanks! On Tuesday, February 25, 2014 12:22:05 AM UTC-5, Chirag wrote: Hello Ray, request xml also sent. On Tuesday, February 25, 2014 1:41:10 AM UTC+5:30, Ray Tsang (AdWords API Team)

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-02-27 Thread Ray Tsang (AdWords API Team)
Mathis, Please confirm if you can fetch the URL via curl or wget. If not, please post the responses. Thanks -- Ray Tsang (AdWords API Advisor) On Thursday, February 27, 2014 10:07:46 AM UTC-5, Mathis Lübbers wrote: Hello! I have the same problem. Is there any solution? Am Mittwoch, 8.

Re: Get MediaId of an ImageAd adToCopyImageFrom

2014-02-27 Thread Takeshi Hagikura (AdWords API Team)
Hi Amaud, Please see this selector document for AdGroupAdServicehttps://developers.google.com/adwords/api/docs/appendix/selectorfields#v201309-AdGroupAdService . Best, - Takeshi, AdWords API Team On Wednesday, February 26, 2014 2:42:41 AM UTC+9, xpander wrote: Hello, I need to update an