Hi,
Thank you for reaching out to the Google Ads API support team.
Please note that the value must exactly match one of the authorized redirect
URIs for the OAuth 2.0 client, which you configured in your client's API
Console Credentials page. If this value doesn't match an authorized URI, you
I trying to connect my project in Make.com with Google Ads with an API call.
Someone can explain me why when i try to connect Make.com and Google Ads
through an API call i find a "400 Error: redirect_uri_missmatch" although
my list of redirect_url is correc
Hi,
I would like to inform you that our team is currently working on this issue.
One of our teammates will get back to you once we have an update on this.
Meanwhile your patience is appreciated.
This message is in relation to case "ref:!00D1U01174p.!5004Q020WP1z:ref"
(ADR-00037995)
Thanks,
Go
I’m writing this email to ensure that you received the information I sent
to you via Reply via Author. To summarize, I have been using the REST API
through JavaScript fetch. All other campaign requests have gone smoothly
and returned complete information. The issue arises when I request the list
Hi,
I can confirm that you are using the correct resource. You can retrieve details
about your existing conversion actions using the conversion_action resource. To
assist you further on why a certain conversion action is not fetched via the
API, could you provide us with the uncropped UI screen
I am also encountering this issue, specifically as follows:
Query:
*SELECT conversion_action.name,
conversion_action.firebase_settings.event_name, conversion_action.category
FROM conversion_action*
The returned list contains all conversion actions belonging to categories
such as Default, Downl
Hi,
Thank you for reaching out to the Google Ads API support team.
I would suggest you refer to the documents search_term_view and metrics to get
more information on all the available metrics in the Google Ads API.
If you still need any further assistance, could you please provide the
uncroppe
Does anyone know how to pull this information via the API?
[image: intent beta.png]
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you a
Dear Google Group,
I hope this message finds you well.
I am currently working on a project that involves making API calls to
Display & Video 360 (DV360). I am seeking assistance with obtaining the
code required for these API calls.
Could someone kindly provide the code or direct me to releva
MCC - 1329268425
Customer Id - 1963690662
On Monday, July 8, 2024 at 2:15:38 PM UTC+5:30 Puspendra Srivastava wrote:
> Hi,
>
> I have basic access for my developer token. When I am trying to upload the
> click conversion, api call is getting hang (not responding). Could someone
&
Hi,
I have basic access for my developer token. When I am trying to upload the
click conversion, api call is getting hang (not responding). Could someone
please help?
Thanks,
Puspendra
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https
Hello,
I am facing this issue with the API call in auth2. Theoretically,
everything is correct, including the client id, secret key, code, grant
type, and redirect uri, but it does not return the expected results. Could
you please check what might be wrong or suggest a solution? My app is
I encountered a strange situation when using the API. In the following
call,
```
client = mccid_client[mcc_id]
ga_service = client.get_service("AudienceInsightsService")
affinity_user_interest_enum = (
client.enums.AudienceInsightsDimensionEnum.AFFINITY_USER_INTEREST
)
in_market_user_interes
Hi,
Thank you for reaching out to the Google Ads API support team.
I would suggest you check this document which provides an introduction to
testing with the Google Ads API. You may refer to this video Testing in
Practice for more information. You may follow these Best Practices for testing
yo
Is there any flag that i can specify on payload , to execute mutate actions
but i want to see only the output not modify the items on Google Ads?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=
Hi,
Thank you for reaching out to the Google Ads API support team.
Please find the answers for your questions below:
1. Has Google Ads API Call limit per min & per day ? do you mind me to guide
API Call Limit Help Page?
Kindly note that with basic access to yourYes, Google Ads API has poli
hello, My Name is Jaehan Park.
thx to check help call.
I would like to these questions.
1. 구글 Ads API 호출에 대한 하루, 분 단위의 호출 횟수 제한이 있는지
Has Google Ads API Call limit per min & per day ?
do you mind me to guide API Call Limit Help Page?
2. 프로그램, 솔루션 개발 시 Ads API 활용 제한 정책 등이 있는지
Have the Po
Hi,
After checking the .csv file you have provided, I would like to inform you that
the campaign 'E_Kin_TVS_Raider_Brand_DemandGen_Mah_Jhar_Mar24' has
campaign_criterian_status value is 2 and campaign_status value is 3 which
indicates as 'PAUSED' status.
This message is in relation to case "ref
hi
i have checked the same resource name in my query , but is campaign status
is "2" , it means "ENABLED", what are the possible reason for this?
also please remove the above comment from this
On Friday, May 3, 2024 at 6:23:38 PM UTC+5:30 Google Ads API Forum Advisor
wrote:
> Hi,
>
> I have re
Hi,
I have replicated your issue and I am able to get the 'paused' data while
including the segments.date for "resourceName":
"customers/5882499660/campaigns/21084946503". Please see the below sample logs
for information:
"query": "SELECT campaign_criterion.location.geo_target_constant, campai
hi
i cant't provide customer ID , because i am working in a in as
organization, my question is here am using " location_view" resource ,but
here unable to pull "PAUSED" data according with segemnt date,
please go though my query
comapains_query = "SELECT
campaign_criterion.location.geo_target_
hi
I have tried the same still not getting the "PAUSED STATUS",
"comapains_query = "SELECT
campaign_criterion.location.geo_target_constant,campaign.id,campaign.name,campaign_criterion.status,campaign.status,campaign_criterion.bid_modifier,metrics.clicks,metrics.impressions,metrics.ctr,metrics.ave
Hi,
To extract campaign data with "PAUSED" status by using segments. Kindly refer
to the below sample query:
{
"query": "SELECT campaign.id, campaign.name, segments.date, campaign.status,
metrics.impressions
FROM campaign WHERE campaign.status = 'PAUSED' and segments.date between
'2024-02-
Dear Google Ads Team,
I hope this email finds you well. I am reaching out to seek your assistance
regarding a query I am working on within my organization. The goal is to
extract data for campaigns with a status of "PAUSED" while utilizing the
segment resource in my query.
Given the sensitiv
Hi,
In order to replicate the issue from our end, kindly provide us with the
complete API logs (request and response with request-id and request header)
generated at your end so that we can verify why you are getting an status as
'ENABLED'.
If you are using a client library and haven't enabled
hi
i need segment date according with this, while am adding segment date only
"ENABLED" status data can be pull from the backend
On Monday, April 22, 2024 at 3:15:51 PM UTC+5:30 Google Ads API Forum
Advisor wrote:
> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> No
Hi
I am writing to seek your assistance with an issue I am experiencing when
trying to extract data using the Google Ads API. Specifically, I am unable
to retrieve data for campaigns or ad groups that are in the PAUSED status.
I am using the API call [describe your API call] to fetch data from
hi
I need county, State, city details, data type of campaign_criterion.
location.geo_target_constant is RESOURCE NAME, how to extract string
content from it
On Friday, April 5, 2024 at 1:47:27 PM UTC+5:30 Google Ads API Forum
Advisor wrote:
> Hi,
>
> Thank you for reaching out to the Google A
Hi,
Kindly note that we cannot investigate the issue without sufficient details. We
need your Google Ads account Id(CID) and complete API logs to analyse further
from our end. Please send these details via Reply privately to the author
option, or direct private reply to this email, note that yo
An issue is not that I'm receiving 429 RESOURCE_EXHAUSTED. I'm OK with it,
since I can simply do a re-try in few seconds. An issue is that when I do
the re-try Google Ads API responses me that Job has been already started
but it shouldn't be started because you failed my request to start it.
On
Hi,
We have only received the response body. Since you are using the
customers.offlineUserDataJobs.run rest interface, kindly try making the request
to that endpoint and provide us with the updated complete API logs (request and
response with request-id and request header) generated at your end
/rpc/v16/QuotaErrorEnum.QuotaError#resource_exhausted>
> error
> when you run OfflineUserDataJob. This may be due to the fact that you have
> reached 1 QPS(query per second) limit which counts as 60 requests per 60
> seconds. When you re-try the same API call you
Hi
I am writing to seek assistance regarding an issue I am facing with
extracting state or location information along with campaign, ad group, ad
group ads, and their respective metrics in Google Ads using the API call.
Despite my efforts, I have encountered challenges in retrieving the desired
requests per 60 seconds. When you re-try the same API call you are encountering
JOB_ALREADY_STARTED error which means that uploading job is already started. To
analyse this issue further, could you provide us with the below details.
>From when do you start encountering this error? Is this happen
eference/rest/v15/customers.offlineUserDataJobs/run>.
*
I'm doing an API call to run OfflineUserDataJob but getting back 429 status
code. I know it means rate limit issue, so after N seconds I'm doing the
re-try of this API call. But apparently I'm getting back status code 400
"Once the upload job is
Hi,
Thank you for reaching out to the Google Ads API support team.
I could see that you are encountering the 'insufficient_scope' error.
Could you please provide confirmation on the below questions:
Are you encountering the scope error only with the generateKeywordIdeas or any
other requests t
I according to google Ads api implements
call keywordPlanServiceClient.generateKeywordIdeas(requestBuilder.build())
response error:
Headers: Metadata(content-type=application/grpc,www-authenticate=Bearer
realm="https://accounts.google.com/";, error="insufficient_scope",
scope="https://ww
Hi,
Thank you for reaching out to the Google Ads API support team.
By reviewing your query, I understand that you want to pass the call duration
field to calculate the calls that are 60+ seconds to determine a conversion via
the Google Ads API. I would suggest you refer to the field
call_view.
Have you got a response? I'm facing the same issue.
On Friday, March 8, 2024 at 9:35:24 AM UTC+5:30 Kurtis Johnson wrote:
> I am building an API connection, how can I pass through Call Duration for
> my paid search reporting? I need to calculate calls that are 60+ seconds
> to determine a conv
Hi,
Thank you for getting back to us.
Upon checking further, I understand that you are facing an issue with the
campaigns. Could you please provide us with the complete API logs (request and
response with request-id and request header) generated at your end.
If you are using a client library a
The problem re-surfaced. I emailed google over email but wanted to ping
here too in case others experience the same issue.
On Tuesday, 6 June 2023 at 18:29:38 UTC+2 Google Ads API Forum Advisor
wrote:
> Hello Dmitriy,
>
> Thank you for responding back to us and confirming that the issue appears
Hi Jeevan,
Thank you for raising your concern to the Google Ads API team.
For REST interface of the API, you may refer here for the sample for search and
searchstream: https://developers.google.com/google-ads/api/rest/common/search.
However, if issue persists, for us to investigate further, kin
Hi ,
I am setup ADF pipeline through REST API call.
successfully getting data into POSTMAN but while configured in ADF i am
getting below error
Failure happened on 'Source' side.
ErrorCode=RestCallFailedWithClientError,'Type=Microsoft.DataTransfer.Common.Shared.HybridDe
Yeah, our tests are no longer red. Seems to be OK now.
On Fri, 2 Jun 2023 at 11:15, Google Ads API Forum Advisor
wrote:
> Hi Everyone,
>
> Upon checking, this has already been resolved on our end. Can you please
> try once again and let us know how it goes on your end?
>
> This message is in re
Let me clarify the problem. We are ABLE to create pmax campaigns. But later
when we want to create an asset group it fails. It used to work just weeks
ago as we have this code in production.
Steps to reproduce:
1. create assets - WORKS
2. Create a pmax campaign - WORKS
3. create asset group in
while calling API I got this error :
google.api_core.exceptions.PermissionDenied: 403 Permission
'secretmanager.secrets.list' denied for resource 'projects/projectname' (or
it may not exist).
Please anyone can help me?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us
Hi all, I have the same issue with asset group creation. I'm creating
assets with minimum required types, and then it again fails to create asset
group by API for PMAX campaign.
Can you guys from Google share some working solution instead of repeating
same answers again and again?
On Monday, Ma
Hi,
I created one Pmax campaign in the Adwords console, having *one valid asset
group with minimum assets* in it.
I cannot create a *new asset group* in *that campaign*. That's an insanely
sudden API error.
Martin
On Tuesday, May 30, 2023 at 1:09:35 AM UTC+7 san...@knorex.com wrote:
> Hi,
>
>
Hi,
In your guide
(https://developers.google.com/google-ads/api/docs/performance-max/assets?hl=en#ensure_minimum_asset_requirements_are_met)
1) How to assign created assets to a campaign?
2) How a campaign knows whether it has minimum assets or not?
Note that in my *account*, there are many P
Hi Darwin,
>From this documentation, to create an asset group with minimum assets, the
API requires an asset group ID or asset group resource name.
https://developers.google.com/google-ads/api/docs/performance-max/asset-groups?hl=en
How can we do that? It seems there is a blocking issue.
Marti
Hi Darwin,
I am facing the same issue too. We have *successfully* created new Asset
Groups *without* any assets until *today*.
https://developers.google.com/google-ads/api/interactive-guides/performance-max?url=%2Fpmax%2FfullExample%2FassetGroups
When was the minimum requirement for assets roll
I just encountered the same problem (funny, exactly one year later). Does
the above mean that asset group creation must follow asset creation in
order to succeed?
On Wednesday, 25 May 2022 at 04:23:54 UTC+2 Google Ads API Forum Advisor
wrote:
> Hi,
>
>
> Thanks for reaching out to the Google
After creating the keyword plan to call on so I can get search volume
metrics for the keywords in the plan, I always hit this error after the
first 2 results come back.
File "/generate_historical_metrics.py", line 65, in main f"\tCompetition
level: {metric.keyword_metrics.competition.name}." At
Hi,
Thank you for raising this concern to the Google Ads API support team.
With regard to your concern, I am afraid that this is not possible in Google
Ads API, it will give an query error REQUESTED_METRICS_FOR_MANAGER saying that
Metrics cannot be requested for a manager account. To retrieve m
Hello Anatoliy,
Hope you're safe and doing fine. I'm from the Google Ads API team and I'll be
assisting you with this.
With regard to the invalid_grant error that you've encountered, this may imply
that the access or refresh token being passed in your request is incorrect or
invalid. Please no
Hi team,
while making an API call with Google ads accounts, I'm getting below
exception.
Raise
exceptions.Refresherror(Google.auth.exceptions.RefreshError:('invalid_grant:Bad
Request' , {'error' : 'invalid_grant' , 'error_description' : Bad Req
Hi Balram,
Thank you for reaching out to Google Ads API Support.
Please note that this Google Group Forum specializes in Google Ads API related
concerns only. That being said, for Content API for Shopping related concerns,
you may reach out to Content API for Shopping forums via this link.
Reg
Hi Team
How can i get the status(Approved/Dis-Approved) of product through api
call GET
https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products/{productId}?
As you can see in attachment status of product.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us
Hi Aditya,
Thanks for confirming that issue has been resolved.
Regards,
Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2hOdEu:ref
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Hi Aditya,
Thanks for reaching out to the Google Ads API Forum.
It appears that you have encountered USER_PERMISSION_DENIED error. Could you
check in this thread if solution provided does help you? If not, you may
provide us following details via reply privately to author option:
Complete requ
Todkar wrote:
> I am trying to make first API call using this command:
> python get_campaigns.py --customer_id=352-XX
>
> Error with message "User doesn't have permission to access customer. Note:
> If you're accessing a client customer, the manager's custo
I am trying to make first API call using this command:
python get_campaigns.py --customer_id=352-XX
Error with message "User doesn't have permission to access customer. Note:
If you're accessing a client customer, the manager's customer id must be
set in the 'login
Hi Shipra,
Thank you for getting back to us. I hope you are doing well today.
Upon seeing the provided logs, it appears that you have encountered an internal
error. This error occurs when something unexpected happened while processing
the request and the API isn't functioning correctly due to
Hey we are also facing lot of internal error occurred and bad gateway
instances, every hours there is one or the other occurrence of this error.
One observation is: multiple calls return Internal error at that moment of
time. I am sharing logs for few of the occurrences from a big list.
*The be
Hey,
We are facing same issue, The calls are taking 1 hr. and after that are
returning 502 Bad Gateway error. Is there any update?
One thing I have observed is this error is happening at same time across
multiple calls. i.e at particular time all calls made end up returning Bad
Gateway (502).
O
Hi Team,
I run a daily query (via GAQL) to collect all the campaigns of a specific
account, but then I realized that removed or "hard ended" campaigns are
missing from that list.
Then I tried to run a simple query including only the ID of the campaing,
but even that one returned no results.
M
Hi Sophie,
Thank you for reaching us out. I am Sherwin from Google Ads API support team. I
hope that you are doing well today.
Moving forward to your concern, there could be many possible reasons why you
are getting this kind of 502 gateway error. For us to further investigate,
could you pleas
Hello everyone,
since beginning of the week, a Google Ads API search call we do a lot
without problems suddenly fails. It takes about an hour and stops then with
status code 14, detail "bad gateway". No more details about what was wrong,
no headers.
When i retry the query now, it executes just
ou succeed on your
first API call, can you elaborate more about "Mainly for problems of tokens?"
and "I just need to list campaigns and activate or disable them, in PHP." In
addition, you can use this link to get a quick start on your token.
Best regards,
Anthony Cyril
Googl
Hi all,
I have posted several times here, but I never succeded to do my first API
call :'-(
Mainly for problems of tokens.
Now I know that Google API support can't help me, *I'm searching someone to
guide me*. *I can pay for that*.
For the moment I just need to list campaigns
Hi all,
I have posted several times here, but I never succeded to do my first API
call :'-(
Mainly for problems of tokens.
Now I know that Google API support can't help me, I'm searching someone to
guide me. I can pay for that.
For the moment I just need to list campaigns and acti
Hi @Deny
Now I met the same issue and I found your post here. How did you resolve it?
Thanks.
On Tuesday, July 6, 2021 at 4:05:58 AM UTC+7 deny.w...@wmccann.com wrote:
> Issue resolved.
>
> On Monday, July 5, 2021 at 9:29:05 AM UTC-3 Deny Watanabe wrote:
>
>> Getting the same message for ALL of
Ya sure. Please find the screenshot below
On Thursday, July 14, 2022 at 3:36:43 PM UTC+5:30 adsapi wrote:
> Hi Saurav,
>
> This is Carmela from the Google Ads API team. Thank you for getting back
> to us.
>
> Could you please provide a screenshot of the Google Ads UI showing
> the dimension "
Hi Team,
I am able to access ad_final_url. But still not able to find the dimension
"search Keyword" . Can you please provide attribute name for it.
Thanks
Saurav
On Wednesday, July 13, 2022 at 10:52:41 PM UTC+5:30 adsapi wrote:
> Hi Saurav,
>
> Here's our REST API recipes for reports
>
Hi Saurav,
Here's our REST API recipes for reports, you can replace the placeholders
'${}'. You can use the OAuth 2.0 Playground to generate a refresh token and use
our Generating new access tokens recipe for new access tokens every hour.
The ad_group resource cannot be segmented by keyword, Fo
Hi Team,
Please provide the details to pull *"Search Keyword" *and *"Ad final url" *
for restapi call.
For ex : for device I am using below query:
select
segments.device
from ad_group
Thanks
Saurav
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://go
Hi there,
Could you privately send us a full screen screenshot of the report in the UI
where you want to replicate these fields in the API?
Regards,
Aryeh
Google Ads API Team
ref:_00D1U1174p._5004Q2cVAZC:ref
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
htt
Hi Team,
When I am trying to pull campaign status from rest api call using query, I
am getting data discrepancy.
The possible values in report are eligible (limited), eligible(learning)
etc but from my rest call i was using campaign.status where eligible values
are missing, It has values like
Hi Ajit,
Thanks for reaching out to the Google Ads API Forum.
Kindly note that the UserDataService has a limit of 10 operations and 100 user
IDs per request, and the third_party_user_id is the limit of 100 user ID’s for
your UserIdentifier. In the mentioned blog post, the number of user_identif
I want to know how many users (hashed email, mobile) can we upload in one
call to google ads API. As per documentation
(https://developers.google.com/google-ads/api/docs/migration/user-data-service),
we can upload 100 user ids per request. What is this user Id in 100 user id?
As per this
docu
Hi,
Thank you for the reply. I am also a member of the Google Ads API team and let
me provide support to your concern.
I would suggest referring to this document to know more information about how
to manage customer lists in Google Ads API. With the help of the document, you
will know what inf
Hi Jinky,
*"1.How to upload a CSV file having an Customer List via. REST API call?"I
am afraid that the Google Ads API does not support uploading of a CSV file.
With this, you will need to create a process on your end that will get the
information from the CSV file to be supplied
ount, I am a developer myself
and will be happy to help.
On Friday, July 1, 2022 at 3:32:58 AM UTC-4 amap.acce...@gmail.com wrote:
> Hi,
>
> I want to create a Customer List via. API call.
> On the UI i can see that there is an option to upload a CSV file.
>
> But, in the RE
Hi,
Thank you for raising this concern to the Google Ads API Forum.
With regard to your questions, please refer to my answers below:
"1.How to upload a CSV file having an Customer List via. REST API call?"
I am afraid that the Google Ads API does not support uploading of a CSV file.
Hi,
I want to create a Customer List via. API call.
On the UI i can see that there is an option to upload a CSV file.
But, in the REST API documentation
<https://developers.google.com/google-ads/api/rest/reference/rest/v11/UserList>
I
don't see any fields for the same.
So, my qu
Hi,
Thank you for this question. However, our team has no access to know the status
of feature requests (subject for review). For now, kindly follow our blog post
and check our release notes as we will post relevant updates there when it
becomes supported
Best regards,
Jinky
Google Ads API Te
Hi,
Thanks for the replay, do you have any idea about when (very high level)
can be available this feature?
Kindest Regards
On Friday, 27 May, 2022 at 2:56:13 pm UTC+2 adsapi wrote:
> Hi,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> Unfortunately, it's not available in the Goo
Hi,
Thanks for the replay, do you have any idea about when (very high level)
can be available this feature?
Kindest Regards
On Friday, 27 May, 2022 at 2:56:13 pm UTC+2 adsapi wrote:
> Hi,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> Unfortunately, it's not available in the Goo
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,
I am getting the attached error when attempting to pull Discovery campaigns
using the v10.1 API. I also attached the API call script, for reference.
The API call works fine when pulling from an Ads account that does not
contain discovery campaign.
I appreciate any help you can provide
Hi,
Thanks for reaching out to the Google Ads API Forum.
Unfortunately, it's not available in the Google Ads API, however, my team
already raised a request to support 'weekly estimates' in Google Ads API as
seen in UI screenshots. You may monitor our blog for an update when it is
supported in
Hi,
While trying to create a campaign from the UI, I see that on the right
there is a section that provides us an astimate of clicks & conversions
based on the budget.
[image: Screenshot 2022-05-26 184421.png]
Is there any API call that can do the
Hi,
I want to create an Asset Group Signal via. API call. For that I am trying
to do the following steps:
1. Create Performance Max Campaign
2. Create AssetGroup
3. Create Audience
4. Create AssetGroupSignal
But when i try to create the asset group via. API call I'm getting errors.
Re
Hi,
I want to create an Asset Group Signal via. API call. For that I am trying
to do the following steps:
1. Create Performance Max Campaign
2. Create AssetGroup
3. Create Audience
4. Create AssetGroupSignal
But when i try to create the asset group via. API call I'm getting errors.
Re
The problem that I'm facing looks similar to the one below:
https://groups.google.com/g/adwords-api/c/L8Wl2pwnoj0/m/Cfyf2OAHEwAJ
The difference is that in my case the long execution time is happening in
the add user list command below:
// Adds the user list.
MutateUserListsResponse r
Hi,
Could this long time to execute a simple command be related to the accounts
hierarchy levels We have in our Google Ads environment? There are several
account hierarchies and hundreds of accounts, which are managed by our
account manager that We are using to execute the API calls.
Any h
Hi Yasar,
Thanks for the response. I've enabled the logging in java using
log4j-slf4j-impl.
When I execute the java class I'm no longer getting the warnings saying
that the logging libraries were not setup. However, it is not showing any
log in console of a file.
Is there any sample or detai
Hi,
I'm trying to create an audience based on our company CRM data (email
addresses and mobile phones). The system takes forever to execute this
command in Java:
Everytime I try to run the method below, it takes ~60 minutes to complete .
*// Adds the user list. MutateUserListsResponse res
We have customers that continually ask us for an example of their ad. How
do we use the preview tool to generate an example we can show them?
If there is another automated/programmatic way to get this type of view
that's fine too, but we need to show them their ad, and not say 'hey go
google so
Hi George,
We confirmed that this is expected behavior. We're working on updating
documentation to make sure this is clearer going forward.
Thanks,
Josh, Google Ads API Team
ref:_00D1U1174p._5004Q2ZIr3r:ref
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https
1 - 100 of 391 matches
Mail list logo