Re: RESPONSE_SIZE_LIMIT_EXCEEDED

2017-11-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi John, As an addition to your current workarounds, I would recommend that you also use Predicates to further breakdown your request. Thanks and regards, Peter AdWords API Team --

Re: Why are impressions coming in vastly different through AdWords UI vs AdWords API?

2017-11-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sean, Could you confirm if you are referring to this view in the AdWords API when comparing your report to the Search Query Performance Report of the AdWords API? Additionally, so I can further

Re: What time in the daily budget cycle is my "cost" figure?

2017-11-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi James, The remaining budget information such as the time left and the up-to-date/running spend is currently not supported in the AdWords API. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: soap request for google adwords "Search Query Performance Report"

2017-11-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ajay, The AdWords API currently utilizes SOAP for its requests, however, there is no specific WSDL for each of the reports as mentioned by my colleague in his recent response in this thread. If you opt to not use the client library, you may also download the report via HTTP post as

Re: Using API With Account That Has Google Ad Grant

2017-11-29 Thread Garik Tate
Hey Bharani, Changes to bid adjustments on individual placement/keyword/criteria level based on performance metrics (which we will be exporting from Google Analytics). On Thursday, November 30, 2017 at 4:08:49 AM UTC+8, Bharani Cherukuri (AdWords API Team) wrote: > > Hello, > > Could you

Re: Ad group label filter for ad performance report

2017-11-29 Thread harish.padmakar via AdWords API Forum
Ya Bharani. It worked for me as well. Thanks! I am not a very skilled tech person, so I do not know understand what 'SOAP request and response logs' are. Could you please explain it at your convenience? Thanks! *Regarding DURING clause:* How do I download the report for difference date range.

Re: Example PHP Files - only GetCampaigns.php returning value

2017-11-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ty, Could you provide the generated SOAP request and response so I can further investigate? If you haven't yet, you may enable SOAP logging by following this guide . You may reply privately using the *Reply privately to

Re: Adwords API - Campaign performance report returns nothing

2017-11-29 Thread wyatt
Hey, I was able to fix this by removing all of the oauth tokens from 201609 and having all users re-auth. That code snippet returns results then. Thank you! On Thursday, November 30, 2017 at 3:01:39 AM UTC+9, Bharani Cherukuri (AdWords API Team) wrote: > > Hi Wyatt, > > Based on the query,

Re: Adwords API - Campaign performance report returns nothing

2017-11-29 Thread wyatt
I replied privately! On Thursday, November 30, 2017 at 3:01:39 AM UTC+9, Bharani Cherukuri (AdWords API Team) wrote: > > Hi Wyatt, > > Based on the query, the Campaign Performance report must return the > startDate and endDate of the campaigns associated with the account. To > investigate the

API not returning results after upgrade to v201702

2017-11-29 Thread wyatt
I have had code that was working in production with Adwords API 201609. I have upgraded to v201702 and it stopped working. There are no notes in the migration manual. var request = require('unirest'); var

Example PHP Files - only GetCampaigns.php returning value

2017-11-29 Thread ty
I've just got the googleads-php-client library set up. GetCampaigns.php works fine and returns the ID and name of the test ID I've created. However GetAdGroups.php and the other scripts return number of results 0 even though I've created a test ad group and a couple of test ads. Any ideas why

Why are impressions coming in vastly different through AdWords UI vs AdWords API?

2017-11-29 Thread Sean Flynn
For whatever reason I'm not seeing the same numbers for cost clicks or impressions when I query the UI vs the API. The report I am pulling from in the API is theSearch Query Performance Report. Here is what I see when I run a report through AdWords for November 11th. I figured this was far

Re: soap request for google adwords "Search Query Performance Report"

2017-11-29 Thread Ajay Maheshwari
Hi, i am trying to search the "shopping performance report wsdl" and "search query performance report wsdl", or i just wanted to confirm ,for this reports we need to use Soap or Rest"? Thanks in advance On Wednesday, 22 November 2017 12:37:25 UTC+5:30, martin@gmail.com wrote: > > > Hello

What time in the daily budget cycle is my "cost" figure?

2017-11-29 Thread James Bowery
When tracking the "cost" burn rate of the daily "budget", it is essential to know how much time is left in the daily budget cycle -- otherwise one can't project the end-of-day cost is within the budget. Where can one obtain the fraction of the daily budget cycle that has gone by and/or is

RESPONSE_SIZE_LIMIT_EXCEEDED

2017-11-29 Thread John Bliss
I'm getting RESPONSE_SIZE_LIMIT_EXCEEDED when fetching 5,500 Criterion in 1 AdGroup. I've tried to reduce the number of fields I'm fetching and the problem persists. The only solutions I've been able to come up with are: - delete some Criterion from the AdGroup - fetch Criterion from the

Re: Bid Landscapes Campaign desktop

2017-11-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Victor, You can only fetch mobile bid modifier landscapes for campaigns . Bid simulators are not supported for Desktop at campaign level in the UI as well. Let me

Re: Using API With Account That Has Google Ad Grant

2017-11-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Could you elaborate more on the campaign optimizations you're trying to perform through the API? You may refer to the related discussion , as a reference

Re: Upload and download via API

2017-11-29 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, The AdWords API doesn't specifically include uploads from CSV or Google Drive. However, you could certainly read a file in your application and use that data to construct your AdWords API requests. If your files are in Google Drive, then you can use the Google Drive API

Re: Trouble receiving confirmation email

2017-11-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Are you following up for the developer token approval? If so, could you please get in touch with the API Compliance team via this form ? If your question is different, could you please elaborate? Thanks, Sreelakshmi, AdWords API Team --

Re: Ad group label filter for ad performance report

2017-11-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Harish, That's right, you will be able to use this query with another WHERE clause. We were able to test this and download the reports. If you run into any issues with this report query, please provide us the complete SOAP request and response logs, so I can take a look. Please use

Re: Adwords API - Campaign performance report returns nothing

2017-11-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Wyatt, Based on the query, the Campaign Performance report must return the startDate and endDate of the campaigns associated with the account. To investigate the issue further, could you provide us the clientCustomerId, so I can take a look? Please use *Reply privately to author* option to

Re: Traffic estimator service returns '[RateExceededError

2017-11-29 Thread Ildar Khakimov
Hi Peter It's strange because I'm including batches of 2k keywords per request and doing it only 1 batch at a time. Simple solution for me was to wrap the request in a try/catch block, so when the $apiexception was detected I would simply sleep for 30 seconds and then retry again on a

Re: REfresh token from outh2 is not working and gives error like "401 Unauthorized` response: { "error": "unauthorized_client", "error_description": "Unauthorized" }"

2017-11-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, I see that you had created a new thread for the same issue. I have answered your question on that thread. If you have more questions, feel free to follow up on that thread. Regards,

Re: unauthorized_client in GetCampaign.php file after use refresh token from webapplication

2017-11-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, The '401 Unauthorized' error usually occurs when you are using incorrect OAuth2 credentials from the target accounts perspective. Could you check if you have provided the correct client credentials (client Id, client secret) and the OAuth token? If you are not sure, you could try

Re: REfresh token from outh2 is not working and gives error like "401 Unauthorized` response: { "error": "unauthorized_client", "error_description": "Unauthorized" }"

2017-11-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, I just deleted your post from the forum because it contained sensitive information. Please read the forum rules and make sure that you don't include sensitive information such as your developer token, refresh token, client

Re: Fatal error: Uncaught exception 'Google\AdsApi\AdWords\v201710\cm\ApiException' with message '[EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; trigger:'AdGroupId:

2017-11-29 Thread 'Jude Amagoh' via AdWords API Forum
Hi, Could you provide the following details? - PHP version and if you are using 32-bit or 64-bit PHP - PHP client library version If you're using 32-bit PHP, you'll need to change all instances of intval() to floatval(). Please check here

Re: version depreciated problem? v201609

2017-11-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, That's right, this version of the API has been sunset on Oct 2nd. You may refer to the related blog post here . The

Re: AdWords Weather Script

2017-11-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Marte, On this forum we only address questions specific to AdWords API. Since your question is about AdWords Scripts, I'd suggest that you use this forum to post your concern. Regards, Bharani, AdWords API Team -- --

Bid Landscapes Campaign desktop

2017-11-29 Thread Victor
Hi, How can I get campaign criterion bid modifier simulations for a search or shopping campaign for desktop? I am using this:

Re: Using API With Account That Has Google Ad Grant

2017-11-29 Thread Garik Tate
Specifically using the AdWords API mean. On Wednesday, November 29, 2017 at 7:18:49 PM UTC+8, Garik Tate wrote: > > Are there any rules against programatically optimizing a campaign for an > account that has a google ad grant? > https://www.google.com/grants/ > -- --

Using API With Account That Has Google Ad Grant

2017-11-29 Thread Garik Tate
Are there any rules against programatically optimizing a campaign for an account that has a google ad grant? https://www.google.com/grants/ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Fatal error: Uncaught exception 'Google\AdsApi\AdWords\v201710\cm\ApiException' with message '[EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; trigger:'AdGroupId:

2017-11-29 Thread Bhairavi
Hi, I am using PHP client library for Google adwords api.In basic operations ,GetCampaigns and GetAdGroups are working fine.but GetExpandedTextAds returns me 0 and AddExpandedTextAds returns me error *Fatal error: Uncaught exception 'Google\AdsApi\AdWords\v201710\cm\ApiException' with message

Re: Batch Processing for Adwords Report

2017-11-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi Nikhil, The BatchJobService does not support operations for generating multiple reports. You may refer to this section of our batch processing guide for the supported operations. As for generating

Trouble receiving confirmation email

2017-11-29 Thread elherrmannsfeldt
Hi! I never received a confirmation email... what can I do to get my ad started? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Can You Use The AdWords API To Access The Ad Preview & Diagnosis Tool?

2017-11-29 Thread Anupam Sringeri
Hi Anash, We would like to use the The Ad Preview & Diagnosis Tool to monitor brand bidding. We do not want our competitors to bid on our brands. If this is served up via API, then we can automate the monitoring process i.e. get an alert when a competitor ad shows up for our trademarked

Adwords API - Campaign performance report returns nothing

2017-11-29 Thread wyatt
down votefavorite I have had code that was working in production with Adwords API 201609. I have upgraded to v201702 and it stopped working. There are no notes in the migration manual.

Adwords API - Campaign performance report returns nothing

2017-11-29 Thread wyatt
down votefavorite I have had code that was working in production with Adwords API 201609. I have upgraded to v201702 and it stopped working. There are no notes in the migration manual.

unauthorized_client in GetCampaign.php file after use refresh token from webapplication

2017-11-29 Thread Bezoar Software
Hello Adword Team, I want to use webapp flow for get all users info when they visit my site. When i use Console for generating refresh token GetCampaign return all campaign but after generate refresh token using outh from browser it gives me error Uncaught exception

REfresh token from outh2 is not working and gives error like "401 Unauthorized` response: { "error": "unauthorized_client", "error_description": "Unauthorized" }"

2017-11-29 Thread Bezoar Software
HI, I am using adword webapp flow and show statics of adword,if user connect with my application. When i generate refresh token from console and put into adsapi_php.ini and run GetCampaign.php it return all campaign but if i get refresh token dynamically it give me error like " Uncaught

AdWords Weather Script

2017-11-29 Thread Marte Fougner
Hi, I have followed all the steps in this article: https://developers.google.com/adwords/scripts/docs/solutions/weather-based-campaign-management However, when I preview I get the error message "Invalid argument: url (line 551)". I have tried several versions of the spreadsheet, including

Re: Upload and download via API

2017-11-29 Thread Alessandro Improta
I see Adwords Scripts allows you to upload .csv files directly from your google drive. Is it still the case that this kind of thing cannot be done through the API? If not, is there any kind of similar solution? On Friday, January 23, 2015 at 3:37:42 PM UTC-7, Josh Radcliff (AdWords API Team)

version depreciated problem? v201609

2017-11-29 Thread Joaquim Rossell
Hi, suddently have this error with no modification on code, is it possible that version is not supporded any more? thank you. SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201609/AdCustomizerFeedService?wsdl' : Start tag expected, '<' not found

Re: Keywords referenced in the Search Query Report are missing

2017-11-29 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi David, A gentle follow up on this. If you still have issues regarding this, then kindly provide the details that I asked previously via *Reply privately to author* option. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Using API commercially

2017-11-29 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Gregory, A gentle follow up on this. If you still have concerns regarding this, then kindly provide the details that I asked previously. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: