Re: AdWords API Python - Internal Error or Parsing Error

2016-08-19 Thread Tejas Manohar
Hey Mark, Sorry for the delay here. Here's report definition + error in logs- https://gist.github.com/tejasmanohar/fd539957f8653a6c8375cd3b5a2cd7f5. How can I determine the locale of customers? Btw, this error happens on many reports for this customer, not just one, so I can provide more

v201607 CustomerService - Sometimes returning NULL and sometimes NOT ADS USER

2016-08-19 Thread Karan Vohra
Hi Folks, We are using v201607 Customer Service's get Customer method and we are not passing any customer id to it. For some google accounts, we are getting NOT ADS USER error while for some accounts we just get back NULL as response. For example - warren.zhang...@gmail.com gives NULL as

Re: RateExceededError for Standard Accounts

2016-08-19 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Charles, ACCOUNT scope errors do not relate to the number of the operations. Having said that, here is a list of Best Practices that may help you optimize your code. Regards, Anthony AdWords API Team --

Re: How to set billing account via API?

2016-08-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Vladimir, Unfortunately, that is not possible via the API. Once a billing account is created against a client customer ID, it cannot be detached (i.e. edited) to be linked to another client via the API. Hope this information helps! Please feel free to revert in case you have more questions.

Re: RateExceededError for Standard Accounts

2016-08-19 Thread Charles Michael
Hello, I read thru the guide and it seems that TargetingIdeaService only costs 1 operation regardless of the number of keywords being submitted (I'm doing batches of 600 keys/request). I've already implemented a 45 second throttle between requests and everything is being run sequentially (no

Re: INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE

2016-08-19 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
tReturnValue:private] => Array > ( > [ListReturnValue.Type] => ListReturnValueType > ) > > ) > > Then I use it in the parameters for my campaign, here's my Campaign object: > > Campaign Object > ( > [id] => > [name] =&g

Re: RateExceededError for Standard Accounts

2016-08-19 Thread 'Anthony Madrigal' via AdWords API Forum
Hello Charles, The rate exceeded error you are running into is ACCOUNT scope . This happens regardless of whether you have Standard access. The guide I provided gives some solutions to remedy this error.

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Since my team specializes in AdWords API related queries, I can confirm that the daily keyword search volume statistics are not available via AdWords API. Unfortunately, I would not be able to able to comment on any other Google APIs. Regards, Vishal, AdWords API Team -- --

Re: BatchJobProcessingError.INTERNAL_ERROR when processing campaign structure with campaing criterion and extension operations

2016-08-19 Thread Irfan Ismail
Hi, After excluding extension operations from batch process the issue is solved. Thanks, Irfan On Friday, August 19, 2016 at 1:17:36 AM UTC+7, Irfan Ismail wrote: > > Hi, > > I got INTERNAL_ERROR issue when adding campaing structure using batch > process with campaign criterion and extension

Re: TargetingIdeaService API

2016-08-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Matei, When you are using TargetingIdeaService to get stats for keywords, if a particular keyword is not returned in the results, this means that there isn't enough search volume for this keyword in the context

Re: Remarketing list

2016-08-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Zia, Yes, you need to use AdwordsUserListService and provide the manager's account ID in the clientCustomerId header

Re: Using the SharedSet service for Campaign Negative Keyword Lists as well as using individual campaign specific negative keywords

2016-08-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Giles, On this forum, we address issues related to AdWords API. Even though the API can be used to create Shared sets and negative keywords, the behavior of keywords is more of a product related question. Please post this question in the AdWords Community Forum

RateExceededError for Standard Accounts

2016-08-19 Thread Charles Michael
Hello, We're hitting RateExceededErrors (Reason: RATE_EXCEEDED, Scope: ACCOUNT, Retry: 30) while performing TargetingIdeaService lookups. I already have setup a 45 second sleeper between requests which seems very long already, especially given we have standard access. With such a long pause

Re: API for Google forwarding phone number

2016-08-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alon, The Call Metrics Call Details Report provides details of the calls made to your Google forwarding numbers including country code

Re: Remarketing list

2016-08-19 Thread xtcsuk
Hello Shwetha, Thanks will give it a try, and just before completing the thread, which service would be suitable to do the assignment of mcc accountid to the clientcustomerid, would i be correct in assuming to use AdwordsUserListService? regards, Zia On Thursday, 18 August 2016 18:05:56

Re: I am trying to implement Keyword Planner using an API. I am getting the below issue.

2016-08-19 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Nimesh, Could you trying generating a new refresh token by following these steps ? Please also make sure that you are generating your OAuth credentials

TargetingIdeaService API

2016-08-19 Thread Matei Fesnic
I changed the type from GetKeywordIdeas.php friom 'IDEAS' to 'STATS' and added some code so that it will show me statistics for the keywords that I enter. However, if the keywords entered consist of more than one word or do not have any searches on Google, it doesn't take them into

Using the SharedSet service for Campaign Negative Keyword Lists as well as using individual campaign specific negative keywords

2016-08-19 Thread 'Giles Bodger' via AdWords API Forum
Hi all We are proposing to move away from solely using individual Campaign level Negative Keywords, to incorporating Shared Sets of negative keywords to be used as base lists accross our accounts. Can i ask a few questions please of certain scenarios Say, we have a shared list of

Using the SharedSet service for Campaign Negative Keyword Lists as well as using individual campaign specific negative keywords

2016-08-19 Thread 'Giles Bodger' via AdWords API Forum
Hi all We are proposing to move away from solely using individual Campaign level Negative Keywords, to incorporating Shared Sets of negative keywords to be used as base lists accross our accounts. Can i ask a few questions please of certain scenarios Say, we have a shared list of

Re: INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE

2016-08-19 Thread Sylvain Beauregard
s for my campaign, here's my Campaign object: Campaign Object ( [id] => [name] => ___POP_GMC Sierra 2500HD 2013| XM351 - EN [status] => ENABLED [servingStatus] => SERVING [startDate] => 20160819 [endDate] => [budget] => Budget Ob

I am trying to implement Keyword Planner using an API. I am getting the below issue.

2016-08-19 Thread Nimesh Chaturvedi
// Copyright 2016, Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file

Re: ImageError.LAYOUT_PROBLEM possible causes

2016-08-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi Rafa, Another possible cause would be is if your image is unconventional, meaning that it could be expanding beyond the designated frame. The article in this link should help explain the requirements for image ads. Best

Re: How to set billing account via API?

2016-08-19 Thread Vladimir Tatarsky
Hi Vishal, thank you for the response. Yes, I understand that. I don't want to create/edit my Billing Account, but just attach it to the customer so our staff wouldn't have to do that manually/ Is that possible via API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

ImageError.LAYOUT_PROBLEM possible causes

2016-08-19 Thread rafa . romero
Hi, i'm working with *Display Network* and i'm getting this error ( *ImageError.LAYOUT_PROBLEM*) when I try to upload the logo file to Google AdWordsSession session = GetConnection.getSession(accountId as Long) MediaServiceInterface mediaService = adWordsServices.get(session,

API for Google forwarding phone number

2016-08-19 Thread Alon S
Hi, Is it possible using google forwarding phone number to integrate incoming phone calls and insert the caller phone number to my CRM? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Get device report

2016-08-19 Thread 'Joyce Lava' via AdWords API Forum
Hi Abdurrahman, Glad to hear that. Additionally, there are various report types that you can use with device information. The report type will depend on what kind of report data you need to achieve. Please refer to this page

Re: DistinctError.DUPLICATE_ELEMENT

2016-08-19 Thread 'Joyce Lava' via AdWords API Forum
Hello Eshwar, The DistinctError.DUPLICATE_ELEMENT error occurs because of duplicates (operations, parameters, list elements) in the request. Could you please *reply privately to author* the complete

DistinctError.DUPLICATE_ELEMENT.... how to resolve this exception

2016-08-19 Thread Eshwar Chettri
com.google.api.ads.adwords.lib.client.AdWordsServiceClient.requestInfoLogger logRequest [http-bio-80-exec-6] INFO : Request made: Service: " AdGroupServiceInterfacePort" Method: "mutate" URL: "https://adwords.google. com/api/adwords/cm/v201603/AdGroupService" Request ID: "

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-19 Thread jamgrzesik
Is there any other google API to get search volume for given keyword for a given day ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

DistinctError.DUPLICATE_ELEMENT

2016-08-19 Thread Eshwar Chettri
hi.. I'am getting this exception.. How to resole it com.google.api.ads.adwords.lib.client.AdWordsServiceClient.requestInfoLogger logRequest [http-bio-80-exec-6] INFO : Request made: Service: " AdGroupServiceInterfacePort" Method: "mutate" URL: "

Re: Get device report

2016-08-19 Thread Abdurrahman Al Faruqi
I found the solution, its on Account Performance Report and select device. On Friday, August 19, 2016 at 1:34:57 PM UTC+7, Abdurrahman Al Faruqi wrote: > > I'm having difficulties finding example to show report for every device, > can anyone suggest an article or reference to get one? > Thanks.

Get device report

2016-08-19 Thread Abdurrahman Al Faruqi
I'm having difficulties finding example to show report for every device, can anyone suggest an article or reference to get one? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/