Hi,
We have a tool that generates localized keyword suggestions to our clients
based on historical search volumes. For that purpose we have been fetching
historical metrics for ~3000 keywords on ~700 cities within US. And we have
been doing this on a monthly basis. Up until last month we have b
Great answer, this is very helpful. Thanks Heidi and Google Ads API team.
On Tuesday, June 7, 2022 at 4:11:36 AM UTC-4 adsapi wrote:
> Hi,
>
> Thank you for reaching out to us.
>
> The *keyword state* is the status of the main object in a row, with this,
> it will be the ad_group_criterion.statu
Hello,
We have already reached our google representative and its been a week but
he is not responding to our emails. We also sent him reminder email but
still he is being unresponsive, its very pathetic situation because we
cannot properly optimise our accounts because of missing conversions.
Google Ads API team and all.
I have access to 3 Google Ads manager accounts.
When getting Google Ads API data for each using C#/.Net client, it works
only if for the specific manager customer in the App Config file:
I tried to populate it dynamically under "options". See info below, but
Attached is the complete log (Python) with an anonymized customer_id.
Thanks.
On Monday, May 30, 2022 at 5:58:18 AM UTC-4 adsapi wrote:
> Hi Kyle,
>
>
> Thanks for reaching out to the Google Ads API Support team.
>
>
> With regard to your concern, so our team can better check this concern,
Hi RK,
Thank you for reaching out to the Google Ads API support team.
To investigate the issue further, could you please provide the complete request
and response logs, with the request-id? If you haven't yet, logging can be
enabled by navigating to the Client libraries > Your client library (e
Hi all,
I'm trying to upload click conversions using the following example.
https://developers.google.com/google-ads/api/docs/conversions/upload-clicks
I'm getting the following error:
"This customer does not have an import conversion action that matches the
conversion action provided."
The con
Hello,
We have already reached our google representative and its been a week but
he is not responding to our emails. We also sent him reminder email but
still he is being unresponsive, its very pathetic situation because we
cannot properly optimise our accounts because of missing conversions.
Hi,
Thank you for reaching out to the Google Ads API support team.
The AdWords API is no longer supported. Use the Google Ads API instead. You can
refer to the migration guide. Should you have additional clarifications, you
may send those over to our API support team via this thread so we can f
Hi Jen,
Thank you for raising this concern to the Google Ads API Forum.
First of all, I want to inform you that this email will be deleted as
containing generated logs. Moving forward to your concern, I can see that you
are encountering an error saying "Google Click ID could not be decoded., at
Hi team,
I am trying to retrieve the ad group ID for one of my product pages using
Google Ads API. But the Ad group ID I retrieve from the API is different
from what I see inside the Google Ads account.
Regards,
RK
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our b
Hi,
I am trying to make an estimate of the budget and CPA increase based on the
Google API and the table: campaign_criterion_simulation, my uery is:
$query = 'SELECT campaign_criterion_simulation.criterion_id,
campaign_criterion_simulation.start_date,
campaign_criterion_simulation.end_date,
c
Hi,
I am trying to create an ad with YouTubeVideoId using google script. First,
I create a youtube video asset:
>> result = AdsApp.adMedia().newVideoBuilder()
.withYouTubeVideoId(youtubeVideoId).build().getResult()
result.isSucessful() is True, result.getErrors() is an empty list,
result.getE
Sorry for my poor ability. I actually meant that it's giving me the non
state names instead it gives me ids.
So if my report gives 200 rows I need to call geo_target_constant 200 times?
This is not a good approach I think. Could you help me whether the same can
be achieved using location api?
ht
Could you please help me get that via a Select statement?
I am looking for summary output as shown here, am I doing something wrong?
https://prnt.sc/oG7ms7tOdVfH
Do I need to get location based report? I am unsure how to get that via API.
On Wed, Jun 8, 2022, 7:01 PM Google Ads API Forum Adviso
Hi
We are using google adwords api to upload customer match feeds . The issue
is we are getting low percentage of match rate when we use api to upload
than directly uploading using the interface . We are using google suggested
code only including hashing and lower casing . for few client match
Hi Aarthi,
Thank you for reaching out to us.
For our team to further investigate the issue you are encountering, could you
please provide to us the complete API logs(request and response with request-id
) generated on your end so our team can further check it?
You may then send the requested i
Hi Alin,
Thank you for the reply.
As for the "Connection reset by peer" error, this issue appears to be client
library specific. With this, I am afraid that our team would not be able to
provide support here as it is outside of our scope already. I would suggest
reaching out to the author of t
Hi Darren,
Thanks for reaching out to the Google Ads API Forum.
You may need to perform a separate request for the geo_target_constant report
after pulling segments.geo_target_state from geographic_view report in order
to get the name of those states. There is no way to combine two GAQL togeth
Hi Darren,
In addition to above, you may also share privately(for sensitive details) the
API response where you are getting Non-US locations, so it will help in our
investigation.
Regards,
Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2bdUx2:ref
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Hi Darren,
Thanks for reaching out to the Google Ads API Forum.
Since you mentioned that your GAQL gives you non US states, could you provide
us customer ID so that I can impersonate on my end?
With regards to results does not summarize by state names, you may need to
perform a separate reques
Hi Kazi,
Thank you for the reply.
With regard to your question if it is possible to connect an external Google
Ads account, then the procedure in this document but it appears that you are
already doing it. With this, since the issue still persists, could you provide
the following details below
I want to get the report as shown here https://prnt.sc/oG7ms7tOdVfH
The input is Country = USA
Date from and Date to
But this gives non US states and it doesnt summarize the resuly by *state
names*
Can anyone help me to get the REST API?
curl
"https://googleads.googleapis.com/v10/customers/${
I am using ads API for getting the spends based on state names of USA.
The below query gives segments.geo_target_state will be returned as an ID
instead of name How can I combine this query with SELECT
geo_target_constant.name, geo_target_constant.canonical_name FROM
geo_target_constant WHERE
Thanks for the reply.
When I used query migration tool this field was not returned. Please fix
it.
Regards
On Wednesday, June 8, 2022 at 3:58:03 AM UTC+2 adsapi wrote:
> Hi Aarthi,
>
> Thank you for posting your concern.
>
> To answer your concern, I would suggest using the
> *campaign_crit
The issue still persists for me.
adsapi schrieb am Mittwoch, 1. Juni 2022 um 06:01:27 UTC+2:
> Hello All,
>
> Sorry for keeping you waiting for many days. The issue should be fixed
> now. Could you please retry your requests to see if it works? If it
> doesn't, please *Reply privately to autho
Dear API Support team,
I am using Make.com to pass gclid of offline conversions. The API seems to
be set up correctly, I have a bunch of gclids that I wish to upload coming
from a real, live account.
The gclids are a months weeks old now though.
some example GCLIDS:
616171693eb8670001856e22
61
We fall back to pagination because on the search stream we encountered
another error with the message "connection reset by peer", and now we end
up in this token invalidation.
On Tuesday, June 7, 2022 at 9:41:23 PM UTC+3 adsapi wrote:
> Hi Alin,
>
> Is it possible for you to use the SearchStrea
Hi,
Thanks for the reply. It solved the problem but another problem arrived.
Now, I'm getting this
{
"error": {
"status": "PERMISSION_DENIED",
"message": "The caller does not have permission",
"code": 403,
"details": [
{
"errors": [
{
"er
- I am getting duplicates when pulling the data using the python package
for the google-ads api for the clicks performance report. I am using the
SearchStreaming method and inserting each batch into the DB as it comes. No
changes at all. So is there any bug in the python package
30 matches
Mail list logo