Re: Abridged summary of adwords-api@googlegroups.com - 9 updates in 6 topics

2024-11-11 Thread Cesar
Tive meus dados sequestrados por parceiros Google de extensão do Chrome que roubam e vendem dados ..estão expondo fotos da minha filha menor de idade e me impediram de fazer uso do LinkedIn insta Google console e domínios .. fazem 8 meses e nunca recebi nada de contato do Google apenas da políci

Google Ads API returning old value for Campaign Budget amount

2024-06-20 Thread 'Cesar Augusto Espinosa' via Google Ads API and AdWords API Forum
Hello! We are using the Java SDK (*com.google.api-ads:google-ads:28.0.0*) to query the current daily budget (*campaign_budget.amount_micros*) for a given campaign: SearchGoogleAdsRequest.newBuilder() .setCustomerId(campaignId) .setQuery( """SELECT campaign_budget.amount_micros

Campaing criteria query does not produce data from Shopping campaigns

2023-01-12 Thread Cesar D.
I'm trying to get all campaign criteria in my account using the following query: SELECT campaign_criterion.criterion_id, campaign.id, campaign.name, campaign.advertising_channel_type FROM campaign_criterion WHERE campaign_criterion.type = 'LANGUAGE' AND campaign_criterion.negative = FALSE AND ca

Re: c# Services.V10.GoogleAdsService API keep failing

2022-04-27 Thread Cesar Garcia
Here are some log files. Em quarta-feira, 27 de abril de 2022 às 09:38:40 UTC-3, Cesar Garcia escreveu: > Hello everyone, > > I'd like some help to figure out whats the issue regarding > Services.V10.GoogleAdsService > > The code is > &

c# Services.V10.GoogleAdsService API keep failing

2022-04-27 Thread Cesar Garcia
\..\src\core\lib\surface\call.cc","file_line":1070,"grpc_message":"Internal error encountered.","grpc_status":13}") Best regards Cesar Garcia -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsde

Re: Strange behavior when get SITELINK from API

2018-06-12 Thread Eduardo Cesar
Hello Bharani, I will wait for the team answer. If the report became the unique way to this task, we will rewrite the code and tests for this alternative method. How much time, we should wait for an answer about this strange condition? Regards, Eduardo Cesar

Re: Strange behavior when get SITELINK from API

2018-06-12 Thread Eduardo Cesar
his account? It is very strange, because this same code and logic works in others accounts in our MCC. Best Regards. Eduardo Cesar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Strange behavior when get SITELINK from API

2018-05-30 Thread Eduardo Cesar
We're getting the Campaign Sitelink Settings using 'CampaignExtensionSettingService'. The returned list of extensions is exactly the expected for almost all accounts in our mcc. However, for some accounts, we are not receiving any SITELINK extension setting in returned list (In this same account

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-11 Thread Eduardo Cesar
It is very strange, because when I get the report the cpcbid is not constant in the time. Do you know a possible motive to this return? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-09 Thread Eduardo Cesar
cbig chage occurred (Not considering some specific cases). I know if I not do the segmentation by date, the returned value is the current bid. What if I segment the report by 'date' field? Thanks. Eduardo Cesar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-07 Thread Eduardo Cesar
he report, then I can find the exact day that a change occurred. If what I have said is true, I think it is possible discovery the exact date of keyword bid changed. *Is this approach correct?* Thanks! Eduardo Cesar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-07 Thread Eduardo Cesar
Hello. I'm trying to get two important information from my keywords using Adwords API. The first is the CURRENT CPC bid. The second is the last date that the bid was modified. I prefer use the report (and not the AdgroupCriterionService) to get the cpc info. My doubts are: 1) If I choose the

Error in get firstPageCpc, topOfPageCpc and firstPositionCpc in AdGroupCriterionService

2017-11-10 Thread Eduardo Cesar
Is it possible in test account this fields not appear in response?) 2) Is it possible to have the same behavior in a normal account (not test account)? 3) How this cpc bids are estimated? 4)Does the api work equals for new keywords - without impressions- and old keywords in account? -- Best regards,

Re: AWQL x others API methods

2017-10-26 Thread Eduardo Cesar
faster than the equivalent call using [.get methods + predicates + filters]) ? Regards, Eduardo Cesar Em quinta-feira, 26 de outubro de 2017 04:34:45 UTC-2, Peter Oliquino escreveu: > > Hi Eduardo, > > For my answers to your questions, kindly refer below : > > 1) There is someth

AWQL x others API methods

2017-10-25 Thread Eduardo Cesar
more efficient than alternatives methods to query? Regards, Eduardo Cesar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Get and mutate operations is returning 'None' in python api.

2017-10-24 Thread Eduardo Cesar
We have an application that initialize the adwords client as bellow: self.adwords_client = adwords.AdWordsClient.LoadFromStorage(GOOGLE_ADS_PATH) Then, a lot of clients are instanced as bellow: adgroup_client = self.adwords_client.GetService('AdGroupService', version =SERVICE_VERSION) Then, we

Re: How can I use oauth2 pipeline to link a account to a MMC in python

2017-08-30 Thread Eduardo Cesar
It works! The mcc refresh token now is correct and I can invite clients in API. Thanks! Regards, Eduardo Cesar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers

Re: How can I use oauth2 pipeline to link a account to a MMC in python

2017-08-28 Thread Eduardo Cesar
Hi Shwetha, When I use the Manager account in authentication, I get this error message "oauth2client.client.HttpAccessTokenRefreshError: unauthorized_client". Regads, Eduardo Cesar Em segunda-feira, 28 de agosto de 2017 13:28:29 UTC-3, Shwetha Vastrad (AdWords API Team) escrev

Re: How can I use oauth2 pipeline to link a account to a MMC in python

2017-08-25 Thread Eduardo Cesar
Thanks for the links, I create a helper function as you can see below that invites a client to link the account to MMC. However, i'm getting 'ManagedCustomerServiceError.NOT_AUTHORIZED'. If I remove the SetCLientCustomerId, I receive 'AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED'. The va

Re: How can I use oauth2 pipeline to link a account to a MMC in python

2017-08-24 Thread Eduardo Cesar
Thanks, Shwetha. Is there in google developer area any tutorial in Python? Em quinta-feira, 24 de agosto de 2017 17:02:35 UTC-3, Shwetha Vastrad (AdWords API Team) escreveu: > > Hi Eduardo, > > To link an existing AdWords client account to your MCC account, you should > follow these steps: > >

How can I use oauth2 pipeline to link a account to a MMC in python

2017-08-24 Thread Eduardo Cesar
I'm using the outh2 to get the customer refresh token, access token and etc. However, when I get the customer informations using this method, I can't see the customer account in my google account using the browser. Is it possible link the customer account in the authentication proccess to my MM

Is it possible to filter keywords using a adgroup id list?

2017-08-08 Thread Eduardo Cesar
I tried this get query (python wrapper): selector = { 'fields': ['FinalUrls', 'AdGroupId'], 'predicates': [ { 'field': 'AdGroupId', 'operator': 'EQUALS', 'values': ad_group_id_list } ] } However, I received a 'unexpected erro' in response. When I change the 'ad_group_id_list' to '[ad_group_id_lis

Is it possible to change the campaign of an Adgroup?

2017-08-08 Thread Eduardo Cesar
How can I change de campaign of a specifc Adgroup. I tried the code bellow, but did not work. Error: Server raised fault: '[EntityNotFound.INVALID_ID @ operations[0].operand.id; trigger:'AdGroupId: 19961385808']' (I have certain that this Adgroup exists) def change_campaign(ad_group_service, a

Re: QualityScore in AdGroupCriterionService, results are different in v201609

2016-09-22 Thread Cesar D.
Peter Oliquino wrote: > > Hi Cesar, > > Could you confirm if you meant version v201607 instead of v201609? Our > latest version currently is v201607 > <https://googleadsdeveloper.blogspot.com/2016/07/announcing-v201607-of-adwords-api.html>. > > Also, as of this latest

QualityScore in AdGroupCriterionService, results are different in v201609

2016-09-22 Thread Cesar D.
I have a piece of code that returns the count of keywords within a given QualityScore range (0 to 6, for instance) through the AdGroupCriterionService. {u'dateRange': {u'max': '20160921', u'min': '20160921'}, u'fields': [u'Id'], u'paging': {u'numberResults': u'0'}, u'predicates': [{u'field':

Re: UAC (Universal app campaigns) support in the API

2016-03-07 Thread Cesar D.
Hi Umesh, It's been 5 months down the road and a new API version has been released. I couldn't find anything about it in the release notes. Is the situation still the same regarding Universal App Campaigns? Thanks, César On Wednesday, October 28, 2015 at 3:52:30 PM UTC+1, Umesh Den

Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-04 Thread Cesar D.
Is there and ETA for a solution? I also need a fix for this. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: having problems creating test mcc account

2015-05-19 Thread Cesar Ramos
with the signup process. > > Thanks, > Josh, AdWords API Team > > On Monday, May 18, 2015 at 9:17:52 AM UTC-4, Cesar Ramos wrote: >> >> I'm follow the instruction from: >> https://developers.google.com/adwords/api/docs/test-accounts >> and I follow this link: >

having problems creating test mcc account

2015-05-18 Thread Cesar Ramos
I'm follow the instruction from: https://developers.google.com/adwords/api/docs/test-accounts and I follow this link: https://adwords.google.com/um/Welcome/?sf=mt I fill all fields and I submit the form I get the same page again, how you can see in this video. https://www.youtube.com/watch?v=nkm

Hi, how i type the "getData(e)" on my Api Analytics ?

2014-10-16 Thread Paulo Cesar
Morning friends, Someway i delete the getData who doenst work. How i program a new getData ? Need to trigger the getData hour after hour (i alredy knew this). Sorry for my bad English. Thkx -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://

Re: Error and adwords Service not found

2014-09-02 Thread Cesar D.
We had a lot of those XML_STREAM_EXC errors, it was yesterday though. On Monday, September 1, 2014 4:59:06 PM UTC+2, kamil.gr...@gmail.com wrote: > > Hi, > > we have the same problem here. Were using v201406. > > Various services randomly returns 'XML_STREAM_EXC'. > > The problem starts today a

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when filtering by Labels

2014-07-17 Thread Cesar D.
Hi Danial, I assumed it would work with label names as it is does in AdWords Scripts. Thanks for the clarification. Cesar On Thursday, July 17, 2014 3:11:54 PM UTC+2, Danial Klimkin wrote: > > Hello Cesar, > > > Labels are filtered by label IDs, not names. So the val

ERROR_GETTING_RESPONSE_FROM_BACKEND when filtering by Labels

2014-07-17 Thread Cesar D.
I'm trying to query the CAMPAIGN_PERFORMANCE_REPORT filtering by Labels using a selector like this: {"operator": "CONTAINS_ANY", "field": "Labels", "values": ["MY_LABEL"]} As a result I get ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND. I've tried with other operators but get a differ

Re: Duplicate Campaign Names Suddenly Allowed

2014-03-13 Thread Cesar D.
Hi Josh, A good example is when using Ad hoc reports. In the past you could assume all campaign names were unique and code accordingly; now when fetching the report you have properly handle duplicated rows, which requires additional logic for both new and existing applications. Same applie

Re: Is there a way to verify migration?

2012-10-26 Thread Cesar
Is there a migration guide from v201109 to v201209? I only see one to v201206. Also, why is today, the day they are sunsetting the API, the first I hear of this? I have checked all my email addresses remotely related with adwords and I only got the sunsetting email today, but not anything in the