Re: Ad Copy selector - Enabled status at Adgroup and Campaign levels as well?

2017-04-04 Thread 'Ivan Bautista' via AdWords API Forum
Hi Sean, As per documentation, you can only retrieve AdGroupAd's information such as the Status at

Re: Ad Copy selector - Enabled status at Adgroup and Campaign levels as well?

2017-04-04 Thread Sean Chua
Yes, I am trying to retrieve all enabled AdGroupAds, but I am also trying to get status=="Enabled" at the Campaign and Adgroup level. I'm calling the API through my Java app. Thanks and Cheers, Sean On Monday, April 3, 2017 at 6:55:42 PM UTC+8, Ivan Bautista wrote: > > Hi Sean, > > Are you tryi

Re: API compliance

2017-04-04 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Your concerns seem to be more related to access and policy compliance than with the AdWords API. It would be best to redirect your concerns to the AdWords API Compliance team as they are more equipped to answer your queries. Regards, Ivan

API compliance

2017-04-04 Thread lai yoke hman
Hi, We understand that application if using Adwords API, need to comply to the "Required Minimum Functionality"( https://developers.google.com/adwords/api/docs/requirements), basically the function/feature the application must offer/implement based on the three levels (Full-Service Tool, Report

Re: The AdWords API does not support report at MCC level?

2017-04-04 Thread 박정현
HI THANK YOU reply i not good at english sorry for that.. one more question ParallelRepirtDownload example test i tested 131 managed customers and thread 10 speed is 13~16 seconds. i want possible a little faster!! thank you 2017년 3월 17일 금요일 오후 6시 11분 36초 UTC+9, 박정현 님의 말: > > HI >

Re: PHP API - file reorganization

2017-04-04 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, The error : "cURL error 60: SSL certificate problem: unable to get local issuer certificate" may be due to an issue with your Curl installation and its certificates. As suggested in my previous response, could you please create an issue in the PHP library's repository

Re: Can't seem to connect to the sutoloader

2017-04-04 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, PHP client library examples can be run from the browser by running the php built-in web server (details available here ). If you have more questions particular to the PHP client library, I would suggest creating a new issue here <

Re: PHP API - file reorganization

2017-04-04 Thread SeriousJ
As soon as I try to run the first example , here is the first error message: Fatal error: Uncaught GuzzleHttp\Exception\RequestException: cURL error 60: SSL certificate problem: unable to get local issuer certificate Is there a fix? On Tuesday, April 4, 2017 at 9:39:35 PM UTC+2, Sreelakshmi

Re: data difference - aggregated vs breakdown reports

2017-04-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Vikram, Could you provide the report definitions for these requests along with your clientCustomerId? In multiple attribution reports, up to one criterion in each dimension that triggered the

Re: Topic exclusions via API

2017-04-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tim, You need to use CampaignCriterionService to add negative Vertical criteria using the set of

Re: PHP API - file reorganization

2017-04-04 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, The latest version of the PHP library had some major changes. You can find the upgrade guide of the latest version of PHP library here . You'll need to use Composer to install the latest ve

Re: API call request rate limit reached

2017-04-04 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, That is correct. Your Basic Access token has a limit of 1,000 daily report downloads and you may see an error if you have exceeded that limit during a given 24 hour period. The best

Can't seem to connect to the sutoloader

2017-04-04 Thread blair
I installed composer and it seemed to work (it installed in the root directory of my server). Also installed the new version and moved the valid adsapi_php.ini into the home folder. But I can't seem to get my code to find the vendor/autoloader.php file. *Warning*: require(../../../../vendor/au

Topic exclusions via API

2017-04-04 Thread 'Tim Tsai' via AdWords API Forum
Hi there, I am looking at the "Exclude Pages about a Specific Topic" support page and I was wondering if we could get, mutate, or query the topic exclusions of a particular campaign via the API. I know you are able to do this via the A

Re: Python SDK, Test Account: No campaigns were found

2017-04-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Adamos, Video campaigns are not supported in AdWords API services at the moment. You can only use AdWords API reports to get performance statistics pertaining to your video campaigns

Can't find autoloader

2017-04-04 Thread blair
I'm upgrading from a very old version and running into trouble. I installed composer fine and can see the autoloader file on my server but my php files can't seem to find it. *Warning*: require(../../../../vendor/autoload.php): failed to open stream: No such file or directory in */home/vcolma

data difference - aggregated vs breakdown reports

2017-04-04 Thread Vikram Tiwari
The issue is: - When API is queried for aggregated data, sum of a numerical column (impressions, clicks, cost etc) is X - When API is queried for data with multiple breakdowns (ad, adset, campaign and more), the resultant sum is X +/- n The reason for the discrepancy of n is unknown but is sus

Re: PHP API - file reorganization

2017-04-04 Thread SeriousJ
Yeah, everything changed. For those interested, there is still an API version that works as before: https://github.com/googleads/googleads-php-lib/tree/deprecated But it will soon be deprecated. So everything needs to be re-coded again. Anybody as desperate as me? On Tuesday, April 4, 2017 at

Re: PHP API - file reorganization

2017-04-04 Thread SeriousJ
Actually, it's not just the file structure that changed. Classes names and structures have changed too. For instance, the class AdWordsUser doesn't exist anymore. So everything is totally broken. I can't be the only one having this issue. Anybody else? On Tuesday, April 4, 2017 at 6:18:01 PM

PHP API - file reorganization

2017-04-04 Thread SeriousJ
Hi, I integrated the PHP Adwords API two years ago. Since then, I updated to the latest version of the API by pulling the latest version of the Adwords files from Github. I simply pasted the latest API files from the following folder: \src\Google\Api\Ads\AdWords\vXX where vXX was the

Python SDK, Test Account: No campaigns were found

2017-04-04 Thread adamos . loizou
Hello, I have been reading the rest of the similar posts in trying to find a solution but I seem to be following all the right steps and it still doesn't work. I am using the latest Python SDK (v201702) with: 1. The developer_token from the Production MCC account 2. The client_customer_i

Re: Performance problems downloading criteria report via API

2017-04-04 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Paul, The only reasons I can think of you getting a RATE_EXCEEDED would be if you were retrying on error quite rapidly due to this issue or if you have Basic access, and you exceeded your limit

Re: API call request rate limit reached

2017-04-04 Thread Paul Newbury
Hi Vishal, Sorry for late reply. Is there anyway to find what time (on my dev account) it does reset? I just ran a data pull for all our clients, and it has already given me the rate_exceeded error. But I haven't run it today. You mentioned there about slowing down our frequency of requests, b

Re: Performance problems downloading criteria report via API

2017-04-04 Thread Paul Newbury
Cheers guys! I'm getting RATE_EXCEEDED, just curious if there's a way I can see what time this is reset in my account? Or, maybe, is this a knock on effect from the earlier issue? Thanks again On Monday, April 3, 2017 at 9:41:29 PM UTC+1, Nadine Sundquist (AdWords API Team) wrote: > > Hello Ev

Re: BatchJobProcessingError.INTERNAL_ERROR when adding campaigns

2017-04-04 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Josh, Thanks for getting back to me. I think that there might be other resolutions that would be able to generate IDs unique to all workers too. But this is up to your decision. :-) Let us know if you need help in the future. Best, Thanet, AdWords API Team On Tuesday, April 4, 2017 at 7:11:

Re: BatchJobProcessingError.INTERNAL_ERROR when adding campaigns

2017-04-04 Thread Josh Sephton
Hi Thanet, we've used a time-based ID generator because we have a number of different workers working in parallel to generate the operations. However, if we're reusing IDs in the same batch job then we're creating more operations per second than anticipated. We can increase the resolution of th

Re: Get accounts associated to manager account

2017-04-04 Thread 'Peter Oliquino' via AdWords API Forum
Hi Vikram, Yes, what you have suggested is an ideal approach, however, the CustomerService.getCustomers currently does not function as what you have stated. Currently, the CustomerService.getCustomers can only return customers associated to the login you used to authenticate the request. These

Re: Get accounts associated to manager account

2017-04-04 Thread Vikram Tiwari
Makes sense. But then shouldn't a better example be: - get accounts using CustomerService.getCustomers - loops though accounts to check if the account has canManageClients set as true - if so, then gets all the associated accounts to that manager account Returns all accounts, including the hierar

Re: Get accounts associated to manager account

2017-04-04 Thread 'Peter Oliquino' via AdWords API Forum
Hi Vikram, The AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED error that you are encountering indicates that there was no customer ID specified in your request header. This mea