Re: Api end points to get all conversion action

2023-05-02 Thread Shubham Kant
Hello team, any update on this?

On Tuesday, May 2, 2023 at 1:56:02 PM UTC+5:30 Shubham Kant wrote:

> Hello Team,
>
> I am searching for a google ads api which can provide me all conversion 
> action list for particular customer_id, from the documentation I can only 
> find how to create or update a conversion action.
>
> Can you please help me out.
>
> example : 
>
> url = 
> https://googleads.googleapis.com/v12/customers/['customer_id']/conversionActions
> method = GET, something like this.
>
> Regards,
> Shubham Kant
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ff77b18f-8bb3-4025-b713-39e602de239dn%40googlegroups.com.


Re: Total active products in each Performance Campaign

2023-05-02 Thread Zeyuan Gu
Hi Benjamin,

I came across your question on the Google Ads API forum. I‘m still 
interested in the problem you raised in the forum. Is it possible if we can 
schedule some time to chat and talk about the challenges you have getting 
reports from Google Ads using GAQL? 

I'm a ex-Google software engineer and I worked on Google Ads for 3.5 years. 
I'm currently building this software called Adzviser  
which takes your natural language query and translates it to GAQL. You can 
ask questions in lines of "How much did I spend on search campaigns last 
month" and the results will be shown right there for you (video demo 
). However, the use case that you have 
related with performance max campaigns and product counts is not something 
I'm familiar with yet. I'd love to understand your problem better and see 
if I could solve it with natural language understanding. 

Thank you. This is my schedule . 

On Thursday, March 9, 2023 at 4:24:39 AM UTC-6 Benjamin Davis wrote:

> I'd love to be able to get a report that had a list of all my PMax 
> campaigns and then the total active product count next to it. Is this 
> possible with Google Ads Script?
>
> For example,
>
> Campaign Name x, 35 products
> Campaign Name x, 1000 products
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1ae2b00d-ee2c-4a11-a367-8eca0995a06bn%40googlegroups.com.


Re: Private message regarding: INVALID_CUSTOMER_ID while accessing KeywordPlanIdeaService

2023-05-02 Thread Zeyuan Gu
Hi Ajay,

I came across your question on the Google Ads API forum. You asked some 
intriguing and challengine question! Did you your "INVALID_CUSTOMER_ID" 
problem fixed? I bet you are constantly running into issues when developing 
with GAQL just like me when I first started 3.5 years ago. I am an 
ex-Google software engineer and I worked on Google Ads. I understand how 
painful it is to use the API and decided to quit Google and work on solving 
peoples' problem with GAQL full-time.

I built this software called Adzviser  which takes 
your natural language query and translates it to GAQL. You can ask 
questions in lines of "How much did I spend on search campaigns last month" 
and the results will be shown right there for you (video demo 
). I'm also very open to discuss literally 
ANY challenges that you will come across. Just keep me as point of contact 
if you ever run into any problems pulling data from Google Ads.

Look forward to hearing from you.

Zeyuan Gu
Adzviser 
Log Angeles, US

On Sunday, April 30, 2023 at 5:41:57 AM UTC-5 Ajay Balgovind Kuril wrote:

> Hi ,
> Sharing logs here, have removed credentials due to company policies.
> [nltk_data]   Package stopwords is already up-to-date!
>  {'developer_token': '-', 'refresh_token': '1//XX-', 
> 'client_id': 'X', 'client_secret': 'XX-XXX', 
> 'use_proto_plus': False, 'login_customer_id': '9237865946'}
> Request made: ClientCustomerId: , Host: googleads.googleapis.com, Method: 
> /google.ads.googleads.v13.services.KeywordPlanIdeaService/GenerateKeywordIdeas,
>  
> RequestId: bAjMOKyHSBEgff1RSaJwiA, IsFault: True, FaultMessage: Invalid 
> customer ID ''.
> Traceback (most recent call last):
>   File 
> "/Users/admin/Desktop/Ajay/Youtube_API/colabnotebook_f/colabnotebook/driver.py",
>  
> line 29, in 
> getkeywords(site, input_keywords_list)
>   File 
> "/Users/admin/Desktop/Ajay/Youtube_API/colabnotebook_f/colabnotebook/driver.py",
>  
> line 20, in getkeywords
> google_df = get_df(input_keywords_list, site, 'Direct (Product 
> Keywords)')
>   File 
> "/Users/admin/Desktop/Ajay/Youtube_API/colabnotebook_f/colabnotebook/search_volume_puller.py",
>  
> line 270, in get_df
> keyword_ideas = keyword_plan_idea_service.generate_keyword_ideas(
>   File 
> "/usr/local/lib/python3.9/site-packages/google/ads/googleads/v13/services/services/keyword_plan_idea_service/client.py",
>  
> line 436, in generate_keyword_ideas
> response = rpc(
>   File 
> "/usr/local/lib/python3.9/site-packages/google/api_core/gapic_v1/method.py", 
> line 113, in __call__
> return wrapped_func(*args, **kwargs)
>   File 
> "/usr/local/lib/python3.9/site-packages/google/api_core/grpc_helpers.py", 
> line 72, in error_remapped_callable
> return callable_(*args, **kwargs)
>   File "/usr/local/lib/python3.9/site-packages/grpc/_interceptor.py", line 
> 247, in __call__
> response, ignored_call = self._with_call(request,
>   File "/usr/local/lib/python3.9/site-packages/grpc/_interceptor.py", line 
> 290, in _with_call
> return call.result(), call
>   File "/usr/local/lib/python3.9/site-packages/grpc/_interceptor.py", line 
> 146, in result
> raise self._exception
>   File "/usr/local/lib/python3.9/site-packages/grpc/_interceptor.py", line 
> 274, in continuation
> response, call = self._thunk(new_method).with_call(
>   File "/usr/local/lib/python3.9/site-packages/grpc/_interceptor.py", line 
> 301, in with_call
> return self._with_call(request,
>   File "/usr/local/lib/python3.9/site-packages/grpc/_interceptor.py", line 
> 290, in _with_call
> return call.result(), call
>   File "/usr/local/lib/python3.9/site-packages/grpc/_interceptor.py", line 
> 146, in result
> raise self._exception
>   File "/usr/local/lib/python3.9/site-packages/grpc/_interceptor.py", line 
> 274, in continuation
> response, call = self._thunk(new_method).with_call(
>   File "/usr/local/lib/python3.9/site-packages/grpc/_interceptor.py", line 
> 301, in with_call
> return self._with_call(request,
>   File "/usr/local/lib/python3.9/site-packages/grpc/_interceptor.py", line 
> 287, in _with_call
> call = self._interceptor.intercept_unary_unary(continuation,
>   File 
> "/usr/local/lib/python3.9/site-packages/google/ads/googleads/interceptors/exception_interceptor.py",
>  
> line 99, in intercept_unary_unary
> self._handle_grpc_failure(response)
>   File 
> "/usr/local/lib/python3.9/site-packages/google/ads/googleads/interceptors/exception_interceptor.py",
>  
> line 71, in _handle_grpc_failure
> raise self._get_error_from_response(response)
> google.ads.googleads.errors.GoogleAdsException: (<_InactiveRpcError of RPC 
> that terminated with:
> status = StatusCode.INVALID_ARGUMENT
> details = "Request contains an invalid argument."
> debug_error_string = "UNKNOWN:Error received from peer ipv4:
> 142.250.

Account Budget API

2023-05-02 Thread Hwansang Cho
Hi, Google Team.

This is an inquiry about the account_budget API.

Budget amount
 - The account budget is inquired through accountBudgetProposal.
 
https://developers.google.com/google-ads/api/reference/rpc/v13/AccountBudgetProposal

Remaining account budget
 Q. Is there an API to query the remaining account budget?

Spend
 Q. Is there an API to query Spend?
  Is there an API related to Spend other than how to query with the 
performance API?

[image: 구글 계정 예산.PNG]
Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/85a0ef79-4834-4205-8861-85a616e55a14n%40googlegroups.com.


Re: you don't need to write gaql anymore. intro adzviser - google search for google ads (demo attached)

2023-05-02 Thread Zeyuan Gu
Thanks for letting me know. 

Is it cool if I could post again but without my email address this time? 

On Tuesday, May 2, 2023 at 11:21:08 AM UTC-5 Google Ads API Forum Advisor 
wrote:

> Hi Zeyuan,
>
> Thanks for reaching out to Google Ads API Forum.
>
> I just want you to know that I am going to remove your recent post in this 
> thread because it contains private information which is not allowed to be 
> posted in this forum for security purposes.
>
> For the reference, you may refer below without sensitive information:
>
>
>
>
>
> *“Hello friends - I spent the past 6 months building this search bar for 
> marketers so that they can get their Google Ads campaign performance data 
> easier and faster. Currently they either have to manually pull those data 
> from the website or to use Supermetrics/Fivetran, to automate the data 
> pulling process. Furthermore, referring to the Google Ads Query Builder is 
> painful for beginners if you want to write your own code. I believe that 
> those marketing data and reports can be "one search away" (**yt video 
> demo* *). So I built a software prototype 
> that *
>
>1. *has OAuth2.0 connections to Google Ads* 
>2. *translates natural language prompt to Google Ads Query Language * 
>3. *generates table and visualization output* 
>
> *I worked at Google Ads for 3.5 years and brought this idea up to the 
> management, but got turned down. Therefore I decided to pursue this idea on 
> my own. I call this project **Adzviser* 
>
> *.  Thanks! ”*
>
> If you have any questions related to *Google Ads API*, feel free to 
> contact us and give further context about the issue so that we can provide 
> guidance accurately. You response is highly appreciated.
>
> Links included in this email:
>
>- *Google Ads API - *
>*https://developers.google.com/google-ads/api/docs/start* 
>  
>
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2l95YV:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a6262dce-9ca1-4575-b7e9-01da4c4d7395n%40googlegroups.com.


generateKeywordHistoricalMetrics not returning aggregateMetricTypes

2023-05-02 Thread teambs
For the end point https://googleads.googleapis.com/v13/customers/${
customerclientid}:generateKeywordHistoricalMetrics

we are seeing only results object in response, we are not getting 
aggregateMetricResults for devices

As aggregateMetricTypess is mentioned it should return
Are there any restrictions?
can we get devices data for 5,000 keywords at a time,  or only one keyword 
at a time?


let link=`https://googleads.googleapis.com/v13/customers/${customerclientid}
:generateKeywordHistoricalMetrics`;
//googleads.googleapis.com
const fetchresult=await fetch(link,{
method: 'POST',
body:JSON.stringify({
// "keywords": keywordstobeplanned,
"keywords": ["sharad pawar"],
// "includeAdultKeywords": true,
"geoTargetConstants": [
"geoTargetConstants/2356","geoTargetConstants/2826",
"geoTargetConstants/2036"
], 
"keywordPlanNetwork": 'GOOGLE_SEARCH',
"aggregateMetrics": 
{
"aggregateMetricTypes":["DEVICE"]
}, 
"language": "languageConstants/1000"
}),
headers:{
"Content-Type": 'application/json',
"Authorization": `Bearer ${access_token}`,
"developer-token": `x`,
"login-customer-id": customerid
}
});

var finalresult=await fetchresult.json();

Response {"results":[{"text":"sharad 
pawar","keywordMetrics":{"competition":"LOW","monthlySearchVolumes":[{"month":"APRIL","year":"2022","monthlySearches":"201000"},{"month":"MAY","year":"2022","monthlySearches":"135000"},{"month":"JUNE","year":"2022","monthlySearches":"55"},{"month":"JULY","year":"2022","monthlySearches":"246000"},{"month":"AUGUST","year":"2022","monthlySearches":"11"},{"month":"SEPTEMBER","year":"2022","monthlySearches":"11"},{"month":"OCTOBER","year":"2022","monthlySearches":"135000"},{"month":"NOVEMBER","year":"2022","monthlySearches":"135000"},{"month":"DECEMBER","year":"2022","monthlySearches":"301000"},{"month":"JANUARY","year":"2023","monthlySearches":"301000"},{"month":"FEBRUARY","year":"2023","monthlySearches":"246000"},{"month":"MARCH","year":"2023","monthlySearches":"246000"}],"avgMonthlySearches":"246000","competitionIndex":"0"}}]}
 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4dae588b-cb43-4e41-96c9-022f58852e8en%40googlegroups.com.


Re: copy a campaign via REST

2023-05-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zayed,

Thank you for providing additional information.

Upon checking, I'm afraid that there's no way to directly copy a campaign as 
you can see in CampaignService's supported operations. However, you can 
retrieve the attributes of an existing campaign by querying the campaign 
resource using GAQL then adding a filter on the campaign.id field. Once you 
retrieve the relevant attributes of the campaign you would like to copy, you 
may use it on a create operation to create a similar version of the campaign.

If you encounter any issues, please provide the complete request and response 
logs with request-id so we can further investigate.

Reference links:
operations - 
https://developers.google.com/google-ads/api/reference/rpc/v13/CampaignOperation#operation
campaign - https://developers.google.com/google-ads/api/fields/v13/campaign
campaign.id - 
https://developers.google.com/google-ads/api/fields/v13/campaign#campaign.id
request - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
response - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
request-id - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2bElpT:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/zdBFi0RU1DGP00yjGM36vNTyWyHxw5Mt6bKQ%40sfdc.net.


Re: getting tempid in changeevent for campaignbudget in google ads api

2023-05-02 Thread Ayush Mishra
Ok, thanks for the update.


On Tue, May 2, 2023, 18:28 Google Ads API Forum Advisor
 wrote:

> Hello,
>
> The team is investigating, but I don't have any new information to share
> yet. I will continue to monitor their progress and update you as soon as I
> have some news.
>
> Regards,
> Mike, Google Ads API Team
>
> ref:_00D1U1174p._5004Q2ko4ed:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAC58Ln_eT5nSLuPThYfovvX1GcU8H7wy_2VF_NWw-6Mi4BP0tA%40mail.gmail.com.


Re: Adwards API

2023-05-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Do you have any concerns with Google Ads API? If yes, please provide the 
complete request and response logs with request-id as well as some screenshots 
which describes the issue for our reference. You may provide these to us via 
Reply privately to author option.

Reference links:
Google Ads API - https://developers.google.com/google-ads/api/docs/start
request - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
response - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
request-id - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2jHrsZ:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/rHWlO0RU17LS00b1I-VHTXRJqoz0dGQMKyEg%40sfdc.net.


Re: copy a campaign via REST

2023-05-02 Thread Zayed Chowdhury
Hi,

I just saw this thread and wanted to know if there's a solution to copy 
campaigns through api.
Attached is the screenshot, for copying campaigns through UI. Basically, we 
can do it in the UI just by selecting the campaigns and the Edit -> copy 
and then Edit -> paste.
[image: Screenshot 2023-05-01 at 5.37.52 PM.png]

Thanks,
Zayed

On Monday, June 6, 2022 at 12:39:39 PM UTC-4 Google Ads API Forum Advisor 
wrote:

> Hello Matan,
>
> Thank you for raising this concern to the Google Ads API forum team.
> To confirm this, if it is possible to get the information report using the 
> Google Ads API, could you please provide a screenshot where we can see this 
> in the Google Ads UI?
>
> Please send the requested details via the Reply privately to the author 
> option. If this option is not available, you may send the details directly 
> to our  googleadsapi-supp...@google.com alias 
> by referring to this thread.
>
> Best Regards, 
> [image: Google Logo] 
> Jakeia 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2bElpT:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5bc2c7d3-065f-49ba-a087-9c54d519b5e8n%40googlegroups.com.


RE: accounts status and payment setup

2023-05-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Mario,

Thanks for reaching out to the Google Ads API Team.

I need to know if and accounts get suspended how can identify Via APi.

Please refer to this documentation 
(https://developers.google.com/google-ads/api/reference/rpc/v13/Customer#status)
 for more information on the Customer resource and it’s fields.
I recommend building a query using the Customer report 
(https://developers.google.com/google-ads/api/fields/v13/customer_query_builder)

I need to Know if I can set up Credit Card Payment using API.

If you are referring to Billing Setup please check this documentation link for 
more information 
https://developers.google.com/google-ads/api/docs/billing/billing-setups

I hope this information is helpful for you.

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2l8mzj:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0vSxZ0RU14N600kE1SUgn0TgC1hTrWrgPMPA%40sfdc.net.


Re: Where can I find the reach in the API ?

2023-05-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Demian,

Thank you for bumping on this thread. I hope that you are doing well today.

I understand your concern, however, we cannot provide any insights when the 
reach and frequency metrics are available in the API. In addition, since this 
is not yet available in the UI, there is no workaround that we can provide you 
to get these unsupported metrics. What we can do is to advise you keep an eye 
on our blog post and release notes for the updates and releases.

Reference links:

blog post - https://ads-developers.googleblog.com/search/label/google_ads_api
release notes - https://developers.google.com/google-ads/api/docs/release-notes


Kind regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2iNzMS:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/L2YPI0RU10QX00M726M0urQBu2V94vRbhJMg%40sfdc.net.


RE: quota_error: resource_exhausted without quotaerrordetails

2023-05-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Markus,

Thank you for reaching out to us.

Kindly note that due to cost and complexity, the Planning service methods 
listed below are subject to separate limits from other types of requests. To 
see the limitations of this in more detailed, you may check this documentation.

documentation : 
https://developers.google.com/google-ads/api/docs/best-practices/quotas#planning_services

Additionally, 1 QPS is calculated as 60 requests per 60 seconds.

On the other hand, If you are still encountering error after considering the 
information below, then you may provide us with the complete API logs (request 
and response with request-id) generated on your end including the error so that 
our team can further check this and provide you with more appropriate 
recommendations.

request : 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
response: 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
request-id : 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id

Note that logs can be requested or provided to the developer handling the 
Google Ads API transactions when logging of the API requests has been enabled. 
You may check here and click your client library for the specific guideline to 
enable it.

here: 
https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging

For REST interface requests, you can enable logging via the curl command by 
using the -i flag. This will cause the tool to include the HTTP response 
headers in the output.

You may then send the requested information via the Reply privately to author 
option. If this option is not available, you may send the details directly to 
our googleadsapi-supp...@google.com alias instead.

Best regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2l8R9Q:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/wcpty0RU0X8T00inHY4Ah3RHitPlZr7Kq1vA%40sfdc.net.


Re: getting tempid in changeevent for campaignbudget in google ads api

2023-05-02 Thread Ayush Mishra
Hi Team,

Are there any updates on this issue?

Thanks

On Wednesday, April 19, 2023 at 10:18:47 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi Ayush, 
>
> Thanks for reaching out to the Google Ads API Forum. I hope you are doing 
> well today.
>
> Moving forward to our concern about the *“tempId instead of original ID 
> in campaign budget of campaign CREATE”*, for our team to further compare, 
> investigate, and validate why you are encountering issues, can you provide 
> more information?
>  
>
>- Provide the complete *(request and response with request-id)* logs 
>with request ID generated as shown in the respective links. 
>- Complete or uncropped screenshots from the Google Ads UI of the data 
>that you are retrieving. (optional) 
>
>
> We do this to check if there is any error thrown using API and to provide 
> the right recommendation.
>
> If you haven't enabled logging yet, it can be enabled by navigating to the 
> Client libraries > Your client library (ex. Java) > *Logging 
> documentation*, which you can access from this link. For REST interface 
> requests, you can enable logging via the curl command by using the -i flag. 
> This will cause the tool to include the HTTP response headers in the output.
>
> You can provide the information via Reply privately to the author option. 
> If this option is not available, then send it instead on this email address 
> *googleadsa...@google.com*.
>
> *Reference links:*
>
>- *Logging documentation* - 
>
> *https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging*
>  
>
> 
>  
>- *Request* - 
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service#request*
>  
>
> 
>  
>- *Response* - 
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service#response*
>  
>
> 
>  
>- *Request-id *- 
>
> *https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id*
>  
>
> 
>  
>
>
> Have a great day.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2ko4ed:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1f54ad2c-0382-4962-9a79-ecae7d704963n%40googlegroups.com.


Api end points to get all conversion action

2023-05-02 Thread Shubham Kant
Hello Team,

I am searching for a google ads api which can provide me all conversion 
action list for particular customer_id, from the documentation I can only 
find how to create or update a conversion action.

Can you please help me out.

example : 

url = 
https://googleads.googleapis.com/v12/customers/['customer_id']/conversionActions
method = GET, something like this.

Regards,
Shubham Kant

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/14284770-a91c-42cc-8cb8-3eddba7e6026n%40googlegroups.com.