Re: How to trigger a PolicyViolationError by creating ExpandedTextAd

2020-03-17 Thread guofu Zhong
Thank you guys. I haven't any questions more. On Tuesday, March 17, 2020 at 12:49:22 AM UTC-7, adsapiforumadvisor wrote: > > Hello Guofu, > > > we are using the API v2, could you confirm if ExpanedTextAd still > throws PolicyViolationError? > > No, the Google Ads API all versions don't throw

Re: How to trigger a PolicyViolationError by creating ExpandedTextAd

2020-03-17 Thread Google Ads API Forum Advisor Prod
Hello Guofu, > we are using the API v2, could you confirm if ExpanedTextAd still throws > PolicyViolationError? No, the Google Ads API all versions don't throw PolicyViolationError just like Nikishaben has mentioned. Please follow this guide to see the details of how you could handle PolicyFind

Re: How to trigger a PolicyViolationError by creating ExpandedTextAd

2020-03-16 Thread Google Ads API Forum Advisor Prod
Hello Guofu, We are looking into your request and will get back to you shortly. Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174p._5001UXUlO7:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~

Re: How to trigger a PolicyViolationError by creating ExpandedTextAd

2020-03-13 Thread guofu Zhong
Can you find another support guy talk to me? I said the PolicyViolationError instead of PolicyFindingErrors. we are using the API v2, could you confirm if ExpanedTextAd still throws PolicyViolationError? On Friday, March 13, 2020 at 12:43:47 PM UTC-7, adsapiforumadvisor wrote: > > Hello Guofu,

Re: How to trigger a PolicyViolationError by creating ExpandedTextAd

2020-03-13 Thread Google Ads API Forum Advisor Prod
Hello Guofu, The expanded text ads throws PolicyFindingErrors if it violates the policy. As per the latest documentation,you will need to send an exemption request for these ads as the product support team will be able to review the ads based on the violations to be ignored while creating the a

Re: How to trigger a PolicyViolationError by creating ExpandedTextAd

2020-03-12 Thread guofu Zhong
It sounds wired for me. if it could be approved later if I fix the problem, why I submit the exemption. my question is we are using the API v2, could you confirm if ExpanedTextAd still throws PolicyViolationError? On Thursday, March 12, 2020 at 12:22:30 PM UTC-7, adsapiforumadvisor wrote: > >

Re: How to trigger a PolicyViolationError by creating ExpandedTextAd

2020-03-12 Thread Google Ads API Forum Advisor Prod
Hello Guofu, Yes, you need to send an exemption request for the Expanded Text ads if you wish to send an exemption request and handle policy specific errors. The shared guide in my previous response shows the steps to follow while sending the another mutate request including all the ignorable p

Re: How to trigger a PolicyViolationError by creating ExpandedTextAd

2020-03-11 Thread guofu Zhong
Hi team, from this discussion: https://groups.google.com/forum/#!topic/adwords-api/2p5YKX4vbcA Starting with v201806, ExpandedTextAd will return a *PolicyFindingError* *instead of* a *PolicyViolationError* when there are policy issues This *PolicyFindingError* type of error indicates that the ad

RE: How to trigger a PolicyViolationError by creating ExpandedTextAd

2020-03-11 Thread Google Ads API Forum Advisor Prod
Hello Guofu, Thank you for reaching out. As mentioned in the code sample, the expanded text ads works differently when compared to other ads while throwing policy errors. Please refer to this guide for confirmation on your concern and more details on how to handle policy exemption requests for

How to trigger a PolicyViolationError by creating ExpandedTextAd

2020-03-10 Thread guofu Zhong
Hi team, our team is working on building an agency platform to support google ads. But I'm a little confused about PolicyViolationError, I can trigger the PolicyFindingError by creating the invalid ad title which includes the "!!" in the ad title. >From this code comments, https://github.com/goo