Re: Unable to Install Library with Composer due to guzzlehttp/psr7 conflict

2017-01-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Nick, Could you confirm if you have followed this guide in setting up your PHP client library? If yes, and if the issue persists, you may get in touch directly with the library owner through here

Unable to Install Library with Composer due to guzzlehttp/psr7 conflict

2017-01-05 Thread Nick Harris
I run the command "composer require googleads/googleads-php-lib" and this is what I get: > > Using version ^25.0 for googleads/googleads-php-lib > ./composer.json has been updated > Loading composer repositories with package information > Updating dependencies (including require-dev) > Your requi

Re: some questions regarding drafts and experiments

2017-01-05 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
HI Artem, Could you do me a huge favor and start a new thread for this question, please? It makes it so much easier for people to search and read later if they have the same kind of question. Thanks! Nadine, AdWords API Team On Thursday, January 5, 2017 at 4:06:01 PM UTC-5, Artem Budishchev wr

Re: Download campaigns - Not included in report

2017-01-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Vikram, You may first get the CampaignIds of your UACs through the Campaign Performance Report and then generate the AdGroup Performance Report

Re: in my MCC account there is not option of AdWords API Center

2017-01-05 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Zohaib, Developer token available in your AdWords production manager account can be used to make API calls against any test account. Developer tokens are not issued against AdWords test manager accounts. To create a test manager account, please refer to this guide

Re: in my MCC account there is not option of AdWords API Center

2017-01-05 Thread Zohaib Waseem
Hi Vishal thanks for reply. i want to create Adword test manager account please see this https://developers.google.com/adwords/api/docs/guides/first-api-call#request_a_developer_token -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://google

Re: some questions regarding drafts and experiments

2017-01-05 Thread Artem Budishchev
Hi all! Sorry for hijacking the question. I have a small question: is it possible to also query for the traffic share set in the experiments in keyword performance reports (or any other report)? I could find only the base campaign id field, but would also like to have a traffic share value lik

Re: Download campaigns - Not included in report

2017-01-05 Thread Vikram Tiwari
Hey Peter - A follow-up question. I want to get UAC campaigns data grouped by ad groups. But as I see, from various available report types, it seems that there's no way to query that. Could you help? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: CustomerSerivce getCustomers no such method (migrating 201605 to 201607)

2017-01-05 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Raneen, I tried fetching the customer ID for an account using the following Java code (v201607) and I did not face any issues. *CustomerServiceInterface customerService = adWordsServices.get(session, CustomerServiceInterface.class);* *Customer[] customers = customerService.getCustomers();*

Re: Download campaigns - Not included in report

2017-01-05 Thread Vikram Tiwari
Thanks Peter - That was helpful. On Thursday, January 5, 2017 at 12:04:47 AM UTC-8, Peter Oliquino wrote: > > Hi Vikram, > > The campaign type you are referring to are the Universal App Campaigns > (UAC). For reporting, UAC statistics can be found in the following reports > mentioned here >

Re: Data not properly aggregated in KEYWORDS_PERFORMANCE_REPORT

2017-01-05 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Charlie, I'm glad that the issue was resolved. Please feel free to reach out again in case you have any further questions. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: ConversionCategoryName not compatible with field Conversions?

2017-01-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Good news: the restriction on Conversions + ConversionCategoryName has been lifted, and I just updated our report documentation as well. Please give your report request another try and

Re: Does Google Adwords have region specific load balancing or traffic rerouting implemented?

2017-01-05 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Karan, We do have a number of API users around the world, and we do take that into account. I can't guarantee that every request will be served geographically in the same location, but we do optimize to make sure each request is served as quickly as possible. That's especially important beca

CustomerSerivce getCustomers no such method (migrating 201605 to 201607)

2017-01-05 Thread raneen . khoury
Hi, i'm using the adowrds api , we are migrating the version to 201607 one of the changes in this version is the way we get the customers , the get method will not be in the new version and will be new method getCustomers() in the previous version we did currently in 201605 we used this me

Re: What sort of Status changes are permitted to TextAds effective January 31, 2017?

2017-01-05 Thread adivenuti
Peter, thanks for confirming. We are definitely continuing with our efforts to advise and assist customers with replacing their Standard Text Ads with Expanded Text Ads as soon as possible! On Wednesday, January 4, 2017 at 9:52:21 PM UTC-5, Peter Oliquino wrote: > > Hi, > > My apologies for the

Re: Data not properly aggregated in KEYWORDS_PERFORMANCE_REPORT

2017-01-05 Thread Charlie Saunders
I checked the IDs (should have done that first, obviously) and it led me to find a capitalization issue, as you suggested, Zweitze. Thank you! It turns out the second version of the ad group was removed, which is likely why I missed it the first time I looked in the account, as well. Thanks ag

Re: Data not properly aggregated in KEYWORDS_PERFORMANCE_REPORT

2017-01-05 Thread Zweitze
Possible expanation: AdWords API is case sensitive. Maybe you see differences in that regard? Try including fields AdGroupId and Id, and see if those are the same too. On Wednesday, January 4, 2017 at 6:16:26 PM UTC+1, Charlie Saunders wrote: > > Hello all, > > I'm seeing several instances where

Re: Download campaigns - Not included in report

2017-01-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Vikram, The campaign type you are referring to are the Universal App Campaigns (UAC). For reporting, UAC statistics can be found in the following reports mentioned here . Currently, however, the Advertisi