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