I'm trying to use the getIdentityVerification function from the api through
the python client library and I'm getting the error "Resource has been
exhausted" but I have standard token so I shouldn't get that error
according to the api doc. I have a background update process that has
several fun
I'm trying to create a new billing setup using a payments account but i
received this error:
"The requested payments account needs either a correctly formatted id
(---), or a non-blank name."
How con i solve that?
Thank's
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
I need to obtain the entire inheritance tree of my accounts accessible from
Google Ads, I am using the python client library, to obtain the accessible
accounts I am using the "list_accessible_customers" function of
"CustomerService" and for the inheritance tree the example function that It
is i
I am trying to create a new search campaign but when I set the start date
equal to the current date in -mm-dd format I receive this error: Trying
to modify a date into the past
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blo
I'm trying create new accounts but i get an error relationated with the
payment profile:
errors {
error_code {
billing_setup_error: INVALID_PAYMENTS_ACCOUNT
}
message: "The requested payments account needs either a correctly
formatted id (---), or a non-blank name."
}
I
I am having problems when updating my local database with the updated data
from google ads and it takes a long time and in many cases it ends up
throwing api connection errors. What do you recommend or what good
practices do you suggest? I am using the python client library.
Another question
I'm trying to cancel google ads accounts through the api but it won't let
me put a canceled status. How can I change the status of the account to
prevent it from continuing to have expenses?
Thank's
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googl
I have Google ads accounts configured with automatic payments but I need to
cancel them from the api and I don't know how I could do it, what do you
suggest?
Thank's for your help
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogsp
I need to get the expenses of an account from a specific date and time to
the current date and time for example: from 2022-08-01 8:30:00 to
2023-07-20 16:00:00. I know how to filter it only on a range of dates but
I need to specify the time as well.
Thank's for your help
--
--
=~=~=~=~=~=~=
I need to obtain the expense that an account has had with a specific
payment account. What do you suggest or what way can I use to do it?
Thank's for your help
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~
I need to get the suspended accounts from the google ads api. I am trying
to obtain the list of accounts with their statuses and they all appear
active. What do you recommend me to do it?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdevelo
I trying update budget to an account but i recieve this error "The billing
setup is not eligible for budgets."
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received
I need a way to get the daily spend for an account or the spend for this
account from a payment profile. I tried with the invoice but it did not
solve my need. How do you recommend me to do it?
Thank's for your help
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our b
Hi, i need help with the next situation
I need to get the budget status of the account (active or finished). How
can I get this data if possible. I am using the google ads api v13 python
client library.
Thanks for your help
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us
I am obtaining the data of the expenses of the accounts but when trying to
obtain it of canceled accounts it does not return the data. I am using the
python client library, how can I get the expense of canceled accounts?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on
I am creating a search campaign using the google ads api. When I set the
offer to CONVERSIONS I get the error
OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE, but when I change it to CLICKS
it is created without any problem. What is this about
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
I'm creating a functionality to create search campaigns but I'm having
trouble setting the goal. In google ads there are Sales, Leads and Website
traffic but I look in the google ads api documentation and I can't find
those objectives. Could you guide me to achieve adding the objectives?
Thank
I am using the google ads api to create campaigns but I can't find the
field that defines the objectives of this campaign in the documentation.
https://support.google.com/google-ads/answer/7450050?hl=en#zippy=%2Cobjectives-for-search-campaigns%2Cobjectives-for-display-campaigns%2Cobjectives-for-
I get a list of all the advertising accounts in google ads but I need to
get the link to access that account in google ads from my system. How can I
get the link of each account that redirects to google ads and the same with
the campaigns?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
I am using the python client library and when I try to make a request to
the api I get the error:
.ResourceExhausted: 429 Resource has been exhausted (e.g. check quota).
[type_url:
"type.googleapis.com/google.ads.googleads.v11.errors.GoogleAdsFailure"
value: "\na\n\002X\002\022)Too many reques
Hello, I am using the python v11 client library and I have a standard
developer token that has no request restriction. The problem is that after
several days using the token, it expires. I have no idea why this could be
happening. What could be the problem? Thanks for your excellent help.
--
I am using the google ads api to obtain all the accounts of a mcc with
their expenses but I have a problem, when obtaining the expenses I obtain
all at a general level but I only need to obtain those of a specific
payment profile. What do you recommend to achieve it?
Thanks for the help
--
--
I'm trying to create new google ads accounts but every time I try I get
this error:
error_code {
database_error: CONCURRENT_MODIFICATION
}
message: "Multiple requests were attempting to modify the same resource
at once. Retry the request."
This is the complete error:
Method:
/google.
I need to get the policy approval status of a client through the api. How
can I get this data?
Thanks for the help
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You rec
I need to obtain what an account or mcc spent since it was created to
date, I tried the invoices but it did not work for me. What do you suggest
me to do it?
I am using version 11 of python google ads client
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
ht
My project is using v11 Google Ads API and Python Client Library and I
receive an API error while trying to add a budget to a client accou. I have
API token basic access
Request made: ClientCustomerId: 4029607490, Host: googleads.googleapis.com,
Method:
/google.ads.googleads.v11.services.Acc
26 matches
Mail list logo