OPERATION_NOT_PERMITTED_FOR_CONTEXT when create feed

2023-07-06 Thread Xueyao Yang
Hi, We got the error OPERATION_NOT_PERMITTED_FOR_CONTEXT when we were trying to create the feed for location ad extension accroding to this doc: https://developers.google.com/google-ads/api/docs/location-extensions/google-ads-location-extensions#create-location-feed, but we could created the

Re: policyfinding error cannot be triggered

2023-06-05 Thread Xueyao Yang
Hi, Thanks for your response. Looks like our problem has gone. we can get the PolicyFindingError now via creating a totally same ad as I showed before. Thanks 在2023年6月2日星期五 UTC+8 03:42:34 写道: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > With regard to your

PolicyFinding error cannot be triggered

2023-05-31 Thread Xueyao Yang
Hi, We always got POLICY_FINDING error when we was trying to create ads with "!!" in the past. But now, we cannot trigger this error anymore. For example, if I want to create this ad without setting PolicyValidationParameter.IgnorablePolicyTopics (via Google API), I would get PolicyFinding

Cannot trigger POLICY_FINDING error

2023-05-30 Thread 'Xueyao Yang' via Google Ads API and AdWords API Forum
Hi, We always got POLICY_FINDING error when we was trying to create ads with "!!" in the past. But now, we cannot trigger this error anymore. For example, if I want to create this ad without setting PolicyValidationParameter.IgnorablePolicyTopics (via Google API), I would get PolicyFinding

Could curly brackets are used as normal text but not an ad customize for responsive search ad?

2022-07-19 Thread Xueyao Yang
Hi, I set a text asset of RSA headlines as "Skin Spa {Asheville}" , but I got an error called UNRECOGNIZED_AD_CUSTOMIZER_TAG_FOUND when creating this RSA by Google Ads API. Is it possible that curly brackets are used as normal text but not an ad customizer? Thanks -- --

Could imprecise category of business impart the performance of ads?

2021-07-06 Thread Xueyao Yang
Hi team, We want to support our customer to create location adextension for their campaign, but not every customer can find a precise google category for their business. Considering category is a required field for google my business, we plan to use a similar category or a dummy category such

Re: Location Type of policy_topic_entries

2021-03-25 Thread Xueyao Yang
Thanks for you response. Does that mean it is impossible that: an ad/adextension violate policy in a state but is legal for other states of that country? Thanks 在2021年3月24日星期三 UTC-7 上午7:27:14 写道: > Hello, > > Thanks for reaching out. The three PolicyTopicConstraint >

Location Type of policy_topic_entries

2021-03-23 Thread Xueyao Yang
Hi, I want to confirm that whether these three fields must be the geo_target_constant at country level or it could be at state/city/others level? policy_topic_entries[].constraints[].country_constraint_list.countries[]. country_criterion

Re: How to trigger the violating policies error of ExtensionFeedItem

2020-10-21 Thread Xueyao Yang
I use sandbox to test them, I saw all my campaign/ads/extension status is "under review", how to change those status? 在2020年10月20日星期二 UTC-7 上午8:52:12 写道: > Hi, > > I am writing some tests for verifying my codes which using FeedItemService > and ExtensionFeedItemService. > I want to know how

Re: How to search campaign level data from feed_item

2020-10-20 Thread Xueyao Yang
Thanks for your reply. I could get feed item related data from feed_item/extension_feed_item, but I couldn't get campaign related data from feed_item/extension_feed_item. If I query campaign.id/campaign.resource_name from feed_item/extension_feed_item without filter, I cannot get data . The

How to trigger the violating policies error of ExtensionFeedItem

2020-10-20 Thread Xueyao Yang
Hi, I am writing some tests for verifying my codes which using FeedItemService and ExtensionFeedItemService. I want to know how to trigger the FeedItemValidationError or PolicyTopicEntryor or FeedItemQualityDisapprovalReason of FeedItem PolicyInfos? I tried to set phone number violate policy

Re: How to search campaign level data from feed_item

2020-10-20 Thread Xueyao Yang
Hi, I add campaign.name or campaign.id in selected fields , but get null response. It seems that query included any campaign/ad_group/ad_group_ad related fields will return null response . But use the query "SELECT feed_item.policy_infos, feed_item.resource_name, feed_item.status FROM

Re: How to search campaign level data from feed_item

2020-10-19 Thread Xueyao Yang
And use C# code: var client = new GoogleAdsClient(); client.Config.LoginCustomerId = 1148637041; GoogleAdsServiceClient googleAdsService = client.GetService(Services.V4.GoogleAdsService).Search(request); 在2020年10月19日星期一 UTC-7 上午2:49:57 写道: > Thank you for your reply, > The request is >

Re: How to search campaign level data from feed_item

2020-10-19 Thread Xueyao Yang
Thank you for your reply, The request is new SearchGoogleAdsRequest { PageSize = 10, CustomerId = 6360593950, Query = @"SELECT campaign.resource_name,

How to search campaign level data from feed_item

2020-10-18 Thread Xueyao Yang
Hello, I want to search from feed_item, I can get some data with query "SELECT feed_item.policy_infos, feed_item.resource_name, feed_item.status FROM feed_item" but I get nothing with query "SELECT campaign.resource_name, feed_item.policy_infos, feed_item.resource_name, feed_item.status FROM