Removed support for GmailAd in V12: how can I retrieve past GmailAd reports?

2022-11-10 Thread hishid...@gmail.com
Hi, As announced, creation of GmailAd was removed in Google Ads API v12. Removing GMAIL_AD in AdType enum is fine, but it seems that corresponding GAQL fields are also removed in Google Ads API v12. No "gmail_ad" fields in https://developers.google.com/google-ads/api/fields/v12/ad_group_ad Is

Internal Error rate high 28th October 3am JST

2022-10-27 Thread hishid...@gmail.com
Hi, our system encountered higher error rates today around 3am JST(27th October 6pm in UTC). Error messages are: - A transient internal error has occurred. Retry the request. - Internal error encountered. We are using GoogleAdsService.Search of v11. Is there trouble in api? Some of affected r

AppCampaign metrics like biddable_app_install_conversions in customer, campaign, ad_group(feature request)

2022-05-12 Thread hishid...@gmail.com
Hi, I want AppCampaign specific metrics like biddable_app_install_conversions in campaign, ad_group, geographic_view resources. In v10 doc, "ad_group" resource already has them as selectable: https://developers.google.com/google-ads/api/fields/v10/ad_group#metrics.biddable_app_install_convers

Image Extension for Campaign in Asset(not FeedItem): What is the appropriate AssetFieldType for ImageExtension?

2021-12-09 Thread hishid...@gmail.com
Hi, I want to create ImageExtension via GoogleAds API. https://support.google.com/google-ads/answer/9566341?hl=en After I created ImageAsset successfully, I tried to create CampaignAsset, and found no appropriate AssetFieldType for ImageExtension. https://developers.google.com/google-ads/api/r

Re: Automic Endpoint Service rpc GET raise InternalServerError

2020-08-27 Thread hishid...@gmail.com
seems to be fixed for us! working fine now. thank you! 2020年8月26日水曜日 16:04:54 UTC+9 travis...@gmail.com: > Hi, I found this issue today while using google-ads-python SDK: > > Try to invoke get operation on automic endpoints: > 1. CustomerService.get_customer > 2. ConversionActionService.get_conve

Re: Automic Endpoint Service rpc GET raise InternalServerError

2020-08-26 Thread hishid...@gmail.com
We are experiencing the same error in CustomerService calls, too. https://googleads.googleapis.com/v3/customers/{ourId}?resourceName=customers%2F{ourId}” request body: (empty) response body: { "message": "Internal error encountered.", "code": 13, "status": "INTERNAL", "details": [] } We notice