Re: Creative Conversion Report Issue

2017-12-12 Thread 'Peter Oliquino' via AdWords API Forum
Hi Pierre, You are correct, the error you are encountering indicates that you might be using an MCC account ID instead of a client account ID as the clientCustomerId value. In the AdWords API, reports are generated only at the client account level as discussed also here

Re: How to upload a huge file without the limits

2017-12-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, The RateExceededError with rateScope=DEVELOPER happens when you exceeded the limit on the number of operations or report downloads daily. If you have a basic access of your developer token, you

Oauth scope changes - should we change?

2017-12-12 Thread Yinon Golan
Hi, Regarding the announcement about deprecating the oauth old scope - We today put the scope = "https://adwords.google.com/api/adwords/ +https://www.googleapis.com/auth/plus.me"; Hoping I got it right - Is that make sense? should we change it? Thanks, Yinon Golan Api Dev Team Leader, Kenshoo.

Re: AdWords location extensions

2017-12-12 Thread kenta
Hi Sreelakshmi Sasidharan, I wrote the response information and the request information. Individual id etc are erased. Thanks, Kenta - AW_SOAP.NOTICE: POST /api/adwords/cm/v201710

How to upload a huge file without the limits

2017-12-12 Thread landyzhang
Hi, when we upload the file to the adwords through the API interface, it appears the error:RateExceededError ] Could you please help me to find out why it happens? and how to resolve it? Looking forward to your reply -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

Re: Number of Operation for Image Upload

2017-12-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Upload operation will be counted similar to the Mutate operation. In this case, uploading three images will be counted as three operations towards the daily limit. You can also verify this through the operations request header

Re: Download heavy reports

2017-12-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Can you please confirm if you're using the AdWords API or Analytics API to generate the reports? If you're using the AdWords API, you will be able to download the reports by specifying one of the supported download formats

Creative Conversion Report Issue

2017-12-12 Thread pierre . lambrix
Hi, I'm currently working on the Adwords Api with Python. I managed to download a Campaign Performance Report, but when i try to re-use the same code for Creative Conversion Report and several other type of report i got a redundant errors (Reportdefinitionerror customer_serving_type_report_mis

Re: Campaign Performance Report don't return one campaign

2017-12-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, >From what I understand, you're trying to retrieve the Campaign name and its corresponding network type. If that's the case, you could use several report types to pull this information. The segmentation

Re: Setting up the API, getting a SOAP error

2017-12-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, It does seem like an issue related to the network. I see that you already tried setting the "wsdl_cache_enabled". Could you check this thread on the StackOverflow with other suggestions about this

Re: How to specify date-time-range in TargetingIdeaService (v201710)

2017-12-12 Thread Anatoly
Hello Vincent, Thank you very much for clarifying this for me, it is very helpful. I hope Google will add this feature sometime soon to the AdWords API. With the best wishes, Anatoly On Monday, December 11, 2017 at 11:23:16 PM UTC-8, Vincent Racaza (AdWords API Team) wrote: > > Hi Anatoly, > >

Re: How to expand Adwords API access interface?

2017-12-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, If your concern is about bulk keyword uploads as mentioned in this guide , this feature is currently not supported through the API. Through the API, you may refer to the this guide

Re: AdWords location extensions

2017-12-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, As described on this forum thread, could you confirm if you are using your GMB business account or a GMB personal account? If you are using the GMB business

Re: Campaign & User List Upload

2017-12-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Paul, A mutate API call will have operations with operator (ADD) and operand (CampaignCriterion). You can check the structure of the API mutate call here

Download heavy reports

2017-12-12 Thread Che Siri
hi, i need the way to get an heavy report for download and put in a csv file. My implementation is in .net (c#). I am using Google.Apis.Analytics.v3.AnalyticsService any suggestion? thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goo

Re: impression-share-delay

2017-12-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Thank you for sharing the logs. Firstly, I see that the stats in the API reports match the AdWords UI search impression share stats. I also see that you're looking up for SearchImpressionShare data with date range: Min-20171201, Max-20171211. In that case, please note that impression sh

Re: FeedItem service returns invalid characters.

2017-12-12 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Yes, I think that's the best approach. If they export their feed items to a CSV, it should be pretty easy to see the unprintable characters, and then they can fix those through the user interface. Thanks, Josh, AdWords API Team On Friday, December 8, 2017 at 7:06:36 PM UTC-5, Caihua Du wro

Setting up the API, getting a SOAP error

2017-12-12 Thread marcoa
Hello, I've been setting up the adwords api so I can write some scripts to automate some of our processes. I managed to get the starting bits done (developer token, test account, oauth2, etc) and configured it so that they run in PHP. I get to the moment of truth and try to run a script, but I

Number of Operation for Image Upload

2017-12-12 Thread AdwordsApiConsumer
Hi, for Basic Access there is a limit of 10K Operations per day. So I'm a bit confused about the limit of Image upload( ) using MediaService

Re: REQUEST_SIZE_LIMIT_EXCEEDED while changing bid modifiers

2017-12-12 Thread 'Peter Oliquino' via AdWords API Forum
Hi Curtis, One possible reason that you are encountering the said error is that you may have exceeded the maximum allowable number of operations. However, in order to have a better look at the issue, could you provide the generated SOAP request and response when the error occurred? You may repl

Re: Campaign Performance Report don't return one campaign

2017-12-12 Thread Spain Api
Hello Bharani! The problem is that I don't know the network type, so I can't set the condition AdNetworkType1 IN [CONTENT]. Is there any way to get the type of network of a campaign, but without segmenting it? Regards. El lunes, 4 de diciembre de 2017, 12:31:36 (UTC+1), Spain Api escribió: >

How to expand Adwords API access interface?

2017-12-12 Thread landyzhang
Hi all, we want to upload a huge keywords file in one day, but there are limits for uploading these date every day. How to expand the interface? Hope someone can help me there ,waiting on lines, Thank u very much! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

How to expand Adwords API Interface

2017-12-12 Thread landyzhang
Hi Adwords Support Team, we and to upload a huge file to adwords one day, and find that there are limits for developers use the API access to process the data , my question is how to expand the API access interface? Looking forword to your reply Thank you very much ! Landy Zhang -- -- =~

AdWords location extensions

2017-12-12 Thread test71942
Hi adwords api team, I am suffering with the same contents as below. https://groups.google.com/forum/#!searchin/adwords-api/businessAccountIdentifier%7Csort:date/adwords-api/A-U_fRhquYw/tVoQ9sKsAgAJ An error occurs by calling 「setBusinessAccountIdentifier」. (1/1) ApiException [InternalApiError.

Re: impression-share-delay

2017-12-12 Thread mmaether
Okay, ich will send u the request and the answer in private message. Am Montag, 11. Dezember 2017 19:28:29 UTC+1 schrieb Bharani Cherukuri (AdWords API Team): > > Hello, > > You may refer to the data freshness guide > for more > informa

REQUEST_SIZE_LIMIT_EXCEEDED while changing bid modifiers

2017-12-12 Thread Curtis Reubens
Hi, I'm using a script to change device bid modifiers on campaigns in an account; it sends requests to the AdWords API in batches of 100. Recently, I ran it on an account it had previously worked for, and received a SizeLimitError.REQUEST_SIZE_LIMIT_EXCEEDED