Issue with Impression Data in Performance Max Campaign Placements in v18

2024-10-23 Thread Jing CHEN
There is an issue with the data volume of impressions for placements in the performance max campaign returned by version 18. The impression quantity for each placement is the same, which appears to be a bug. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

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 an

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, a

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 ) in_market_user_interes

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
2:30 UTC+8 Google Ads API Forum Advisor wrote: > Hi Jing, > > Thank you for getting back to us. > > I understand your concern, however please consider the Best Practices and > Limitations of Batch Processing > <https://developers.google.com/google-ads/api/do

Re: AddBatchJobOperations returns Internal error encountered.

2023-03-08 Thread Jing CHEN
, 9 March 2023 at 01:48:16 UTC+8 Google Ads API Forum Advisor wrote: > Hi Jing, > > Thank you for coming back to us. I hope you are doing well today. > > Thank you for providing complete logs. Moving forward to the concern about > the *internal error*, could you please conf

Re: AddBatchJobOperations returns Internal error encountered.

2023-03-08 Thread Jing CHEN
177\203]O^\317\377\000\027\375C\354\314\310\352\027:\216\235_\245\215\207\210\327l\r\320\1778h;\277F\312\253\376\221\376\ra\312Y\014\371<\370rsyqe\231\315\226\034\237\353\360G\037/\351\366?\243G\365\236\366\177\347=\314\374\034\036\353{4\204\2451\351\364\201\030\361w\226\357-\323z\207\326O\254=G\01

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 do

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 adsa

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
the list of campaigns and pop up the ones that have a location from the list. I was wondering if there is a simpler way to do this. Can you give me some advice? regards On Tuesday, 12 July 2022 at 01:46:30 UTC+8 adsapi wrote: > Hi Jing, > > Thank you for reaching out to the Googl

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 NULL"

Re: high latency when execute the search_stream method

2022-07-04 Thread Jing CHEN
)) for future in as_completed(all_task): customer_data = future.result() if not customer_data.empty: L1.append(customer_data) On Monday, 4 July 2022 at 23:51:56 UTC+8 adsapi wrote: > Hi Jing, > > Thanks for reaching out to the Google Ads API Forum. > > Coul

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 multit

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 u

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 this

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. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Google Ads API -authorizationError

2022-01-26 Thread &#x27;Jing Li' via Google Ads API and AdWords API Forum
#x27;s customer id must be set in the 'login-customer-id' header. See https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid"; 15 } 16 ], 17 "requestId": "-9uhjONInGopL7UUHhB1Pg" 18 } 19 ] 20 } 21} While we are looking at the case, our R

Re: Google Ads API -authorizationError

2022-01-18 Thread &#x27;Jing Li' via Google Ads API and AdWords API Forum
Hi Aryeh, Thanks for the fast response, it will take few days until we get the complete request for further investigation, I'll keep you posted once we acquire the logs. On Wednesday, January 19, 2022 at 1:55:10 AM UTC+8 adsapi wrote: > Hi Jing, > > Thank you for reaching out

Google Ads API -authorizationError

2022-01-18 Thread &#x27;Jing Li' via Google Ads API and AdWords API Forum
Hi team, We are the MMP (AppsFlyer) that allows our advertiser to authenticate their GoogleAdwords account from our end to acquire ads spend reporting, essentially we use the Google Ads API to fetch primary KPI such as clicks/impressions/cost. We got complaints from one of our customers about

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: https://googleadsdeveloper.blogspot.co

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 su

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 sub

Re: Is mutate operation counted as get operation?

2021-11-03 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

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

Get criteria_id from click view

2021-06-20 Thread &#x27;Jing Lin' via AdWords API and Google Ads API Forum
Hi, In the old Adwords API, Click performance report. KeywordId corresponds to CriteriaId in Criteria performance report. In the new Google Ads API

AdWords API Not able to access sandbox with the same username/password

2008-12-17 Thread jing
://adwords.google.com/api/adwords/v13/reseller}fault: 9 Login with this username/password failed. **...@gmail.com I have used same user name and password accessing sandbox. Any help is appreciated. Jing --~--~-~--~~~---~--~~ You received this message

AdWords API Re: Not able to create campaigns thru adwords api in Sandbox Enviornment

2008-10-28 Thread jing
Wanted to mention that i am using Sandbox Enviornment On Oct 28, 11:39 am, jing <[EMAIL PROTECTED]> wrote: > Hi, > > I am not able to create campaigns thru adwords api, > Got error like that: > >  faultCode: {http://schemas.xmlsoap.org/soap/ > envelope/}Server.gener

AdWords API Not able to create campaigns thru adwords api

2008-10-28 Thread jing
: {https://adwords.google.com/api/adwords/v12}fault: 0 An internal error has occurred. Please retry your request. please help. Thanks, Jing --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ad