Re: API Issue - High Latency and deadline exceeded errors all of a sudden

2024-06-26 Thread Jing CHEN
The same situation. 在2024年6月26日星期三 UTC+8 22:28:36 写道: > Hi Team, > > We are facing high latency with the API calls and are also seeing deadline > exceeded errors for most of the accounts for the past two hours. > Could you please look into this at the earliest and let us know if there > is

Re: criterion_id of detailed demographics (Marital Status, Education, Homeownership status)

2024-06-21 Thread Jing CHEN
Has the situation been updated? I still haven't found the corresponding setting in the API. 在2021年4月10日星期六 UTC+8 04:55:21 写道: > Hi Saroja, > > Thank you for reaching out. We just got confirmation that this feature > will not be added as it’s intended behavior. Hope you could understand that >

Re: Can't get policy_summary_info for headlines of responsive_display_ads

2024-06-17 Thread Jing CHEN
Can anyone help me? 在2024年6月12日星期三 UTC+8 12:16:22 写道: > Can I use the API to get the policy_summary_info for headlines of > responsive_display_ads? I see that this field is available, but when I > query it, I get empty arrays. However, the actual situation is different on > the Google Ads UI,

Issue with API Call: Need Assistance Resolving Unexpected Errors when use AudienceInsightsService

2024-06-13 Thread Jing CHEN
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 )

Can't get policy_summary_info for headlines of responsive_display_ads

2024-06-11 Thread Jing CHEN
Can I use the API to get the policy_summary_info for headlines of responsive_display_ads? I see that this field is available, but when I query it, I get empty arrays. However, the actual situation is different on the Google Ads UI, as I have many headlines with policy issues. -- --

Re: AddBatchJobOperations returns Internal error encountered.

2023-03-13 Thread Jing CHEN
Hello, I confirm that I have not violated any restrictions. In the test code, I only added 5 campaigns to an account, but I kept getting internal errors in AddBatchJobOperations. However, when I split the task into 3 and 2 campaigns respectively, it worked fine again, which is very strange! If

Re: AddBatchJobOperations returns Internal error encountered.

2023-03-08 Thread Jing CHEN
hi I have already tried using exponential backoff for retries, but it still keeps returning errors. Meanwhile, batch operations to add no more than 4 campaigns are successful. Do you need more information from me? I can provide it. Thank you for your reply and have a pleasant day! On Thursday,

Re: AddBatchJobOperations returns Internal error encountered.

2023-03-08 Thread Jing CHEN
complete *request* and *response* logs with the *request ID*

AddBatchJobOperations returns Internal error encountered.

2023-03-07 Thread Jing CHEN
Hello, The error logs are as follows. Can you help me see what causes the continuous internal errors? When I reduced the number of newly added campaigns to three, it was successful, but if it is more than three, it keeps returning internal errors, which confuses me. I have consulted relevant

Re: Request got stuck without any response

2022-07-13 Thread Jing CHEN
I'm using the SearchStream method, and it doesn't always happen, it's more like I'm experiencing periodic very high latency. Is it due to the busy google api service during this time? [image: Snipaste_2022-07-13_19-35-31.png] On Wednesday, 13 July 2022 at 15:26:40 UTC+8 adsapi wrote: > Hi Jing,

Re: Request got stuck without any response

2022-07-12 Thread Jing CHEN
Same problem, some customer-id requests have extremely high latency. On Wednesday, 13 July 2022 at 01:26:05 UTC+8 ashirk...@gmail.com wrote: > Hi, > I faced this issue consistently in the v11 version. I downloaded the > report of every customer-id. But it randomly got stuck without any response

Re: How can I use the api to check for campaigns that don't have loaction set?

2022-07-11 Thread Jing CHEN
hi I think there is no issue with this query, if geo_target_constant is null then naturally there is no campaign with campaign_criterion of LOCATION. But my question is how to find this kind of campaign without setting the location through google ads api. One way to do this is to iterate through

How can I use the api to check for campaigns that don't have loaction set?

2022-07-11 Thread Jing CHEN
Hi, How can I use the api to check for campaigns that don't have loaction set? query = """SELECT campaign.id, campaign.name FROM campaign_criterion WHERE campaign.status IN ('ENABLED', 'PAUSED') AND campaign_criterion.type = 'LOCATION' AND campaign_criterion.location.geo_target_constant IS

Re: high latency when execute the search_stream method

2022-07-04 Thread Jing CHEN
The core code is as follows.More details such as full request and response logs, and request-id for high latency API requests will be provided to you as soon as possible. Regards ___ def adwords_data_device_cost_new(site,

high latency when execute the search_stream method

2022-07-04 Thread Jing CHEN
Need help! I'm using python multithreading to execute the search_stream method for each of my ids, everything was working fine before, but recently I've been experiencing high latency sometimes, is this because there's something wrong with the way I'm using the api? Maybe I shouldn't use

High latency when using search_stream

2022-07-04 Thread Jing CHEN
Need help! I'm using python multithreading to execute the *search_stream* method for each of my account id, everything was working fine before, but recently I've been experiencing high latency sometimes, is this because there's something wrong with the way I'm using the api? Maybe I shouldn't

50 limit when creating ads

2022-03-16 Thread Jing CHEN
Is there an easy way to get the number of active ads in an adgroup? I hit the 50 limit when creating ads. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Hourly delta of metrics

2022-03-14 Thread Jing CHEN
Hi! I'm planning to monitor my campaign with the hourly delta of some metrics, but I'm not sure if the delta of the value I'm querying with the api every hour actually happens within that hour. Can someone please tell me if this works and why? Much appreciated. -- --

Metric hourly change

2022-03-14 Thread Jing CHEN
Hi! I'm planning to monitor my ad campaign with some metric hourly change, but I'm not sure if the change in value I'm querying with the api every hour actually happens within that hour. Can someone please Tell me if this works and why? Much appreciated. -- --

mutate_ad_group_ads() got an unexpected keyword argument 'response_content_type'

2022-01-04 Thread Jing CHEN
Sincere regards Why does this error happen? And what should the correct call be if I use this filed? thanks for your help best wishes! [image: Snipaste_2022-01-04_20-51-18.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

How can I get or set adgroup placement bid adjustments through google ads api?

2021-11-05 Thread Jing CHEN
How can I get or set adgroup placement bid adjustments through google ads api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

adgroup placement bid adjustments

2021-11-05 Thread Jing CHEN
How do I get or set adgroup placement bid adjustments through google ads api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: Is mutate operation counted as get operation?

2021-11-04 Thread Jing CHEN
Does this mean that mutate operations are still restricted in the standard access api? If not, there may be a problem with the access level of the account, so how can I check the access level of the account? 在2021年11月4日星期四 UTC+8 上午10:47:27 写道: > Hello Jing, > > Thank you for reaching out to

Is mutate operation counted as get operation?

2021-11-03 Thread Jing CHEN
Is mutate operation counted as get operation? I was told that I was using a standard access account and the Daily operation limit is Unlimited, but when I created a large number of ads, the mutate operation resulted in RESOURCE_EXHAUSTED, what should I do? -- --

Unable to segment campaign report by segments.search_engine_results_page_type

2021-08-18 Thread jing chen
Hello, I am trying to pull a campaign performance by seach_engine_result_type from Google Ads API v8: query = """ SELECT campaign.name, metrics.clicks, metrics.impressions, segments.month, segments.search_engine_results_page_type