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
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
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
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
>
&
\..\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
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
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/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
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/+
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
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
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
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,
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
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
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
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
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
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
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:
>
>
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
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
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
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
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':
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
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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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:
>
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
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://
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
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
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
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
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
35 matches
Mail list logo