Re: How to get asset performance label for Responsive Display Ads with Python?

2023-06-08 Thread Wenjun Yang
Hi Team, Already one year pass, any update for this feature? Thanks! On Monday, June 20, 2022 at 3:47:10 PM UTC+8 Google Ads API Forum Advisor wrote: > Hi Wenjun, > > Thank you for the reply. I am also a member of the Google Ads API team and > let me provide support to your concern. > > Upon

Failed to update bid_modifier as 0.0 to opt out device with CampaignCriterionService

2022-11-17 Thread Wenjun Yang
Hi Team, I referred to the document: https://developers.google.com/google-ads/api/docs/samples/update-campaign-criterion-bid-modifier Below is my code to opt out some Tablet and Desktop from Display Campaign from google.ads.googleads.client import GoogleAdsClient from

Re: How to get asset performance label for Responsive Display Ads with Python?

2022-06-20 Thread Wenjun Yang
Hi, Your website says ad_group_ad_assest_view is for AppAd only. Is this also for Display Ads? I remembered I had tried before and response is empty. Thanks! Wenjun On Saturday, June 18, 2022 at 12:42:55 AM UTC+8 adsapi wrote: > Hi Yang, > > Thank you for reaching out to the Google Ads API

How to get asset performance label for Responsive Display Ads with Python?

2022-06-17 Thread Wenjun Yang
Hi Team, We already could get assets from ad_group_ad table, but we did not find performance label in this table. But it could be seen in Google Ads UI For AppAds we could use ad_group_ad_asset_view to get performance label. Could we get performance label for display ads? Please help! Thanks!

How to increase refresh token count limit ?

2022-03-01 Thread Wenjun Yang
Hi Team, We are facing outside customers. Our platform could let them authorize their google ads accounts to us with OAuth App I heard that Google Ads has 50 refresh tokens limit, and I also noticed that if a user auth for multiple times, the refresh token is different with before. Will this

Re: How to remove images/videos from App Campaign Ad?

2022-02-21 Thread Wenjun Yang
hello, Yes, I set the images as empty list. also I tried set it as None, both not work. I will collect request and response log later. Thanks! Wenjun On Tuesday, February 22, 2022 at 12:15:59 AM UTC+8 adsapi wrote: > Hello, > > Thanks for reaching out. Can you please provide us with the

How to remove images/videos from App Campaign Ad?

2022-02-20 Thread Wenjun Yang
Hi, I managed to create new campaign with images and videos for AppCampaign. But I found using AdGroupAd.update could not remove images or videos. Part of our python code are: service_name = "AdGroupAdService" service = self.client.get_service(service_name) operation_name = "AdGroupAdOperation"