Account timezone

2019-09-18 Thread Marcos Gil Fuertes
What timezone is used for reports, please? Can I query it through the API? Regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: RATE_LIMIT error... forever?

2019-09-17 Thread Marcos Gil Fuertes
OK, will try it. So... it's not my account limit, I guess... right? Marcos Gil Fuertes marcos.gil.fuer...@gmail.com El lun., 16 sept. 2019 a las 21:32, Google Ads API Forum Advisor Prod (< adsapiforumadvi...@gmail.com>) escribió: > Hello Marcos, > > In such case can you try us

RATE_LIMIT error... forever?

2019-09-16 Thread Marcos Gil Fuertes
I'm getting a RATE_LIMIT error when calling TargetingIdeaService + a param retryAfterSeconds=30. Ok, I wait (at least) 30 seconds, retry the same call without doing anything else... and get the same error again and again. :( [2019-09-16 14:04:13] AW_SOAP.WARNING: clientCustomerId=***-***-

"Array to string conversion" error

2019-09-11 Thread Marcos Gil Fuertes
Hi, I'm trying the TargetingIdeaService through the PHP library and get this error: Array to string conversion File: .../googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php Line: 152 Specifically on the $output_headers var at this call: $response = parent::__soapCall(

Re: FeedItem.Status

2019-09-11 Thread Marcos Gil Fuertes
But I need it for the CampaignExtensionSettingService... :( El martes, 10 de septiembre de 2019, 20:04:18 (UTC+2), adsapiforumadvisor escribió: > > Hi Marcos, > > The Extension Setting services are used to manage the ad extensions. If > you are looking to manage the feed-based ad extensions,

FeedItem.Status

2019-09-10 Thread Marcos Gil Fuertes
Hi, Can I filter a "get" request to "CampaignExtensionSettingService" by "FeedItem.Status" ? If so, how please? Regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Documentation

2019-09-10 Thread Marcos Gil Fuertes
Hi guys, Please, make the documentation a bit more clear since (sometimes) it's a bit confusing. https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupAdService.Ad type Ad.Type

Re: Missing Locations?

2019-09-03 Thread Marcos Gil Fuertes
OK, I got it. You need to filter by campaignID, can't get the criteria for ALL the campaigns. If you try it and a criterion (for ex. a Location) is used in several campaigns, it's only returned once. :( El martes, 3 de septiembre de 2019, 15:50:52 (UTC+2), Marcos Gil Fuertes escribió: > &

Missing Locations?

2019-09-03 Thread Marcos Gil Fuertes
Hi, I'm using the CampaignCriterionService to retrieve all the criterions from my campaigns but, apparently, some Locations are missing. See enclosed file for the configuration from website (in Spanish, sorry!). API only returns one criterion:

Re: AdWords API scopes

2019-08-29 Thread Marcos Gil Fuertes
Thank you! El jueves, 29 de agosto de 2019, 7:06:41 (UTC+2), adsapiforumadvisor escribió: > > Hi Marcos, > > You can refer to this guide > > about OAuth2 scopes for more information. The read access level will depend

Re: AdWords API scopes

2019-08-28 Thread Marcos Gil Fuertes
Sorry, I meant OAuth2 scopes. Is it possible to ask only for read permission? Thank you! El miércoles, 28 de agosto de 2019, 8:53:22 (UTC+2), Marcos Gil Fuertes escribió: > > Where can I find them, please? > > Regards > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

AdWords API scopes

2019-08-28 Thread Marcos Gil Fuertes
Where can I find them, please? Regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords

Re: AdWords Scope?

2019-08-07 Thread Marcos Gil Fuertes
That link doesn't work anymore :( -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API

Re: TrafficEstimatorSelector considers budget?

2019-05-24 Thread Marcos Gil Fuertes
Ok, thanks. But is it working properly? I set it to 10 times the current budget of my campaign and got, for example, same estimation for impressions. Regards El viernes, 24 de mayo de 2019, 12:39:03 (UTC+2), adsapiforumadvisor escribió: > > Hi Marcos, > > Thank you for reaching out. > > The

Re: Budget History

2019-03-14 Thread Marcos Gil Fuertes
What about bid history? I mean, can I get the max cpc I set for a campaign, adgroup or keyword one month ago, for ex.? Thanks! El martes, 12 de marzo de 2019, 8:22:39 (UTC+1), googleadsapi-forumadvisor escribió: > > Hi Daniel, > > You could download this report using the Google Ads API by

GetCampaigns.php doesn't return results

2019-03-11 Thread Marcos Gil Fuertes
Just downloaded the PHP library, configured everything at "google_ads_php.ini" file and tested the sample... but it doesn't show any campaign (and I have a couple of them on my test account). This is the trace: [2019-03-11 10:15:20] google-ads.WARNING: Request made: Host: "

GetCampaigns.php doesn't return results

2019-03-11 Thread Marcos Gil Fuertes
Just downloaded the PHP library, configured everything at "google_ads_php.ini" file and tested the sample... but it doesn't show any campaign (and I have a couple of them on my test account). This is the trace: [2019-03-11 10:15:20] google-ads.WARNING: Request made: Host: