Re: Duplicate Geotargets in Adwords Locations

2017-09-06 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Tzirel, There are locations that has the same location names but they have different Target Type, so both have different Criteria IDs. For example, for "Bellingham,Massachusetts,United States", the criteria ID is 9051581 if the target type is City, while, if the target type is Neighborhood,

Adwords API Create CRM Userlist WhiteListing Issue

2017-09-06 Thread dpatel
I'm running the Google Adwords code samples against a test account I've created in Adwords. Most of the functionality works as expected. When I run the particular example : 201708.AddCrmBasedUserList I'm receiving the following error when trying to add users to a newly created CRM User List: [

CRM Based User List Samples Issues

2017-09-06 Thread dpatel
I'm running the 201708.AddCrmBasedUserList sample against a test account. The code sample creates the crm user list properly, but encounters the following error when adding users to the newly created list : [NotWhitelistedError.CUSTOMER_NOT_WHITELISTED_FOR_API @ operations[0].operand.membersLis

Automate GetRefreshToken

2017-09-06 Thread Matt b
Sorry if my question is a bit novice. I have a web app that uses the adwords API, our token expires and our app breaks until i go back tot he oauth playground insert my scope a generate a new refresh token. How can i do this automatically, is it by using the getfreshtoken.php ? this is a promp

Re: Strange day limit hit - rateName=OperandTypePerDay

2017-09-06 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Saulius, The RateExceededError may still be generated since your rateScope is equal to ACCOUNT which means that, the limit was exceeded at the AdWords account level, and not on the developer token level. You may check this guide

Strange day limit hit - rateName=OperandTypePerDay

2017-09-06 Thread Saulius Maknickas
Hello, Recently we have started hitting a day limit which is not described in here https://developers.google.com/adwords/api/docs/guides/rate-limits It looks similar to operations per day limit but we have Standard access and I reckon we are free of such limits? Can you please help us to clarify

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-06 Thread Pradeep Kumar
Dear Vincent, Thank you for for kind help. You are very helpful and your info takes me to the right path. I read all your previous information and again i did the same thing you you know what now the API is working fine/ Once again thank you for for help. On Wednesday, September 6, 2017 at 6

Re: AWQL result has duplicates

2017-09-06 Thread Tim Johnson
Hi Shwetha, Thanks for that- that's very logical. Quick follow up, do you know how to ensure that this area: [2017-09-06 08:11:06] AW_REPORT_DOWNLOADER.INFO : clientCustomerId=509-496-9641 unknown (AwApi-PHP, googleads-php-lib/29.0.0, PHP/7.1.2, GuzzleHttp/6.

Re: AWQL result has duplicates

2017-09-06 Thread Tim Johnson
That seems extremely logical! Appreciate the help on that one! On Thursday, September 7, 2017 at 12:34:21 AM UTC+10, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Tim, > > I see that you are retrieving an AdGroup Performance Report >

Re: How can I get a list of products in a product partition?

2017-09-06 Thread vmunnangi
Bummer, For a follow-up question, Is there a way to move products from one partition (product group) to an excluded one? and vice versa? For example, Root -> ABC (Products 123 , 432) -> Excluded Moving ABC's 123 to Excluded group and vice versa? On Wednesday, September 6, 2017 at 1

Re: How can I get a list of products in a product partition?

2017-09-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Unfortunately, there isn't a service available in AdWords API using which you can get the list of products in a product group. Please keep an eye on our blog for updates on upcoming releases. Thanks, Sreelakshmi, AdWords A

Re: i don't recieve new refresh token, if i have one

2017-09-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The approval_prompt has been changed to prompt in the Google OAuth2 documentation . You will have to use prompt=consent to get a similar behavi

Re: API version v201609 warning email: where i can statistic?

2017-09-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Could you share your MCC account Id which owns the developer token being used to make the API calls? You could use *reply privately to author* option while replying. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an

Re: Excluding a specific product in a ProductPartitionTree

2017-09-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, The products in a product group is defined by the attributes provided in Merchant Center and you cannot change them from one product group to another in AdWords. To exclude a specific product, you could add the product by productId/OfferId and set it to exclude instead of setting it as bi

How can I get a list of products in a product partition?

2017-09-06 Thread vmunnangi
For example, if I have a tree structure like this Root -> ABC (Products - 123,431) Is there an api that allows me to get a list of products from Product group "ABC"? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blo

Re: How do I pull other Google Adwords user report data using AdWords API?

2017-09-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Jordan, I'm afraid, it is not possible to get client reports using the Manager accounts customer Id. You will need to specify the client customer Id of the client account in the request header when downlo

Re: Adwords account budget

2017-09-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, There still isn't a straight forward way to get the remaining budget. As Joyce and Zweitze described in the previous posts, you may have to use the Account Performance Report or use BudgetOrderService (if consolidated billing is already setup) and calculate the remaining budget. Thanks,

Re: AWQL result has duplicates

2017-09-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tim, I see that you are retrieving an AdGroup Performance Report , which aggregates performance statistics at the AdGroup level, one row per AdGroup. Since both these campaigns have 2 AdGroups, you a

Re: Where does CriterionUserList ID come from?

2017-09-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Lukas, In the AdWords UI, you need to navigate to *Shared library* -> *Audiences* and click on the remarketing list you are interested in. The *List ID* will be available in the remarketing list summary. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-06 Thread Pradeep Kumar
Dear while accessing the script then i am getting an error which is attached please have a look on the attachment. On Wednesday, September 6, 2017 at 3:50:37 PM UTC+5:30, Vincent Racaza (AdWords API Team) wrote: > > Hi Pradeep, > > Could you confirm if you generated your client ID and secret u

API version v201609 warning email: where i can statistic?

2017-09-06 Thread sprytar . developer
I received this warning mail today, is say that i use 72.24% of v201609 API calls. In my project i doesn't use v201609, where i can see statistic about version API calls that i do? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goog

i don't recieve new refresh token, if i have one

2017-09-06 Thread sprytar . developer
it is my code $client = new Google_Client(); $client->setApplicationName('name of app'); $client->setScopes('https://www.googleapis.com/auth/adwords'); $client->setAuthConfig($path_to_secret); $client->setApprovalPrompt('force'); $client->setAccessType('offline'); $array = $client->authenticate

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-06 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Pradeep, Could you confirm if you generated your client ID and secret using "Installed app" type? Please ensure that you followed the guide here in authenticating using installed app type. Also, could you confi

How do I move products between productPartitionNodes?

2017-09-06 Thread vmunnangi
Hi, I am new to the Adwords API. Is it possible to exclude specific products by moving them from a Biddable PartitionNode to an Excluded one? I looked at the ProductPartitionTree API and related APIs. Example, Below is an example ProductPartionTree Root -> New (Product - 123, 151) -

Re: Adwords account budget

2017-09-06 Thread AdwordsAPInewbie
Is there an update to this? On Tuesday, September 20, 2016 at 4:25:23 PM UTC+8, Zweitze wrote: > > There is a workaround... > Does your company have a MCC? If not, create one, then add all accounts to > that MCC. Next, let all "budget orders" go through that MCC. A "budget > order" is similar t

How do I pull other Google Adwords user report data using AdWords API?

2017-09-06 Thread Jordan Nassie
I have a question for you, I am unable to get my Clients AdWords report data using my Adwords Manager Account customer_id How I can get or pull other Google Adwords (from Multiple accounts) user report data using AdWords API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Querying for "Remaining Account Budget" (Again...)

2017-09-06 Thread AdwordsAPInewbie
I am looking to query *Account budget* and *Remaining account budget* from Adwords API. A quick search in this forum reveals that this question shows up from time and time again. >From this thread

Excluding a specific product in a ProductPartitionTree

2017-09-06 Thread vmunnangi
Hi, I am new to Adwords API. I've figured out how to create a new Partition tree, but now I would like to move a product from a non-excluded childNode into an excluded node. I could'nt find this manipulation in ProductPartitionTree API. Eg., Say, I have a Tree Root -> New (Product - 123, 0

Re: How to get search results from Radius Targeting

2017-09-06 Thread 'Ivan Bautista' via AdWords API Forum
Hi, As per documentation , Radius targets are implemented as Proximity criteria and are created

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-06 Thread Pradeep Kumar
Hi Vincent, Thank you for your kind support. I did the same and run it on CMD the previous errors are resolved now i am getting a new error which is given velow. [06-Sep-2017 08:11:54 UTC] PHP Fatal error: Uncaught exception 'GuzzleHttp\Exception\ClientException' with message 'Client error:

AWQL result has duplicates

2017-09-06 Thread Tim Johnson
Hi, I am trying to pull unique Account,Campaign Name, & Campaign ID's using AWQL using PHP. Here's the reporting part of my code: $reportQuery = 'SELECT AccountDescriptiveName,CampaignName,CampaignId FROM ADGROUP_PERFORMANCE_REPORT'; $reportDownloader = new ReportDownloader($session);

Re: Where does CriterionUserList ID come from?

2017-09-06 Thread Lukas Lukac
Hey Schwetha! Alll right. And is there a way to find the UserList somewhere in the ADW UI as well? On Tuesday, 5 September 2017 23:25:34 UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > Are you referring to the UserListId >