GAQL - Ad assets disappear when a `segments` field is selected

2024-04-17 Thread Zhe Lin
Hi there, I was using GAQL in SearchGoogleAdsStreamRequest, selecting from `ad_group_ad_asset_view`. One issue was that, when the SELECTed fields and the WHERE clause contained a `segments` field , some ad assets disappear from the response. Here are the queries I tried. Query without segment

Re: How to download HTML5 ad assets

2023-11-21 Thread Zhe Lin
Hi there, I have the same question. Not about version upgrading, but about the asset. So let 's say, in GoogleAds API v15, if I have an asset resource name like "customers/(account_id)/assets/(asset_id)", how may I obtain the asset file (image or video) ? Best regards, On Thursday, Decembe

Re: AdTypeEnum Values Documented in Google Ads API Not Appearing

2022-06-28 Thread Zhe Lin
Hi Matt, On 3rd May you said "next week", wonder how is it now on 22th, June. Would be great if let us know in which version of `googleads` that is fixed. Here is my attempt. It doesn't seem `googleads==32.0.0` (newest up until now) has that. ``` $ pip install -U googleads ... Successfully inst

Re: Replacement for the removed `XxxConstantService`s when upgrading from v9 to v10 ?

2022-03-02 Thread Zhe Lin
Hi Peter, Thanks for your reply! I replaced all those service names with `GoogleAdsService` in my code and it works fine now. Best regards, Zhe On Wednesday, March 2, 2022 at 11:32:00 AM UTC+9 adsapi wrote: > Hi Zhe Lin, > > Thank you for reaching out to our API support team. > &

Replacement for the removed `XxxConstantService`s when upgrading from v9 to v10 ?

2022-02-28 Thread Zhe Lin
replacement of them or any instructions to use them in v10. Best regards, Zhe Lin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are su

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2022-02-09 Thread Zhe Lin
Hi there, just wonder if any progress you 've made here for this topic. It's Feb 2022 and I'm still facing the same error. As another developer mentioned above > Typically when getting a duplicate error you really expect to have the Id or some reference that points you to the original resource,

Got INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE when setting target CPA for search campaigns

2021-09-30 Thread Zhe Lin
Good day, My team are using Google Ads API v8 and we have a set of unit test cases that run from time to time to check if we are using API in the right way. >From today, we noticed a test case started failing. It is about setting the TARGET_CPA bidding strategy to a Search campaign ( which was

Re: Can't update campaign bidding strategy.

2021-09-21 Thread Zhe Lin
Greetings, I also came across the same issue, and wonder if there is any update about this. I 'm using v8 and I 'm not able to set a DISPLAY campaign using MAXIMIZE_CONVERSIONS or MANUAL_CPM as its bidding strategy when UPDATE it. Here is some more information and hope it helps. * It is fine t

Reset a keyword's bid amounts

2019-01-07 Thread Zhe Lin
Hi there, I'm trying to reset the `biddingStrategyConfiguration.bids` of a keyword (ad group biddable criterion) by API. I think after I do that the `cpcBidSource` of the keyword should be reset from 'CRITERION' to 'ADGROUP'. (Please let me know if it's not true) Since "BidSource" is a read on