Two questions about adding same label to multiple customers under a same MCC?

2023-12-04 Thread lsy
Hi, I am trying to add a label to more than ten thouthands of client customers under one MCC. I have two questions. 1. I try to achieve multiple mutates in one request. I have considered customerLabelService, Mutate of GoogleAdsService and batch job, but all seems must specify one

Get remaining account budget through Google Ads API

2023-05-25 Thread lsy
Hi, Is there any method in Google Ads API to get the remaining budget as shown in red in the following picture? [image: google budget.png] Thanks, Shiying -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: negative_geo_target_type, trigger: dont_care

2023-05-01 Thread lsy
Hi, I also met this problems. Is there any answers? Thank you! Shiying On Wednesday, April 26, 2023 at 7:19:59 a.m. UTC-5 Google Ads API Forum Advisor wrote: > Hello, > > For us to investigate your concern further, could you please provide to us > the complete API *request* and r*esponse*

Re: questions about creating billing setups through api

2023-04-14 Thread lsy
] [image: google2.png] Thanks, Shiying On Friday, April 14, 2023 at 2:31:16 p.m. UTC-5 Google Ads API Forum Advisor wrote: > Hi lsy, > > Thanks for reaching out to the Google Ads API Team. I hope you are doing > well today. > > *1. A billing setup can only be created to a clien

Questions about creating billing setups through API

2023-04-14 Thread lsy
Hi, I am trying to create billing setups through API, and meet two questions. 1. A billing setup can only be create to client account, or also manager account? 2. I can see from Google Ads UI "Billing setups" tab that there is a field of "Currency", but when creating a new billing setup with

Can we create a manager account through Google Ads API?

2023-04-13 Thread lsy
Hi, I'd like to confirm that we still cannot create a manager account through current API? Thanks, Shiying -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: Does Google ads api proived methods to add company name and logo to responsive search campaign?

2023-01-31 Thread lsy
Hi Jinky, Thank you for you response. I know how to add a responsive search ad. For the beta fields, such as business name and logo provided in Google Ads Beta, they are not provided in current documtn https://developers.google.com/google-ads/api/reference/rpc/v12/Ad. Can I set them through

Does Google ads api proived methods to add company name and logo to responsive search campaign?

2023-01-30 Thread lsy
Hello, One of our accounts has opened beta functions, such as adding business name and log to research Campaign. I did not find there are those fields in Responsive Search Ad resource. Are those still not availble through API for now? Thanks Shiying -- --

Re: How to search and add audience segments from Google Ads API

2022-12-14 Thread lsy
Hi Sherwin, Thank you for your response. Does it mean that we can only get the segment code from the CSV, and cannot search among audience segments using API like GoogleAdsService.Search? Regards, Shiying On Tuesday, December 13, 2022 at 9:13:40 p.m. UTC-6 adsapi wrote: > Hi Isy, > > Thank

How to check whether an account linked to a manager account?

2022-08-18 Thread lsy
Hello, I have a mangager account 'A' under one user, a manager accout 'B', and 'B' s client account 'b' under another user. My application needs to check whether an account is linked to 'A', if not, send a link request. I already linked 'B' to 'A', and now I want to deal with client account

Google Ads API for billing status and user two-step verifiction status.

2022-06-28 Thread lsy
Hi, I am working on an new web app that checks some Google Ads info. For the following two functions whether there are any related API resources? 1. We hope to check whether accounts have billings that are suspended or overdue. Is there any API resource indicating this status? 2.

Re: Error when creating performance max retail campaign

2022-02-08 Thread lsy
When I used another account without linked merchant, and did not set campaign.shopping_settings, I can create performance max campaign successfully. On Tuesday, February 8, 2022 at 8:13:13 a.m. UTC-6 lsy wrote: > Hi, > I am trying to create a performance max retail campaign, b

Error when creating performance max retail campaign

2022-02-08 Thread lsy
Hi, I am trying to create a performance max retail campaign, but met a "not_allowlisted_error: CUSTOMER_NOT_ALLOWLISTED_FOR_THIS_FEATUR“ error. I also cannot create a performance max retail campaign within Google Ads platform. What does this error meaning? How can I solve it? Does