Re: AdGroupAd validation check

2018-06-12 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sa, Peter's suggestion is also correct. You could also use the the AdWordsSession object to *setValidateOnly(true). *To know more about the setValidateOnly function, you may check out the *mutate validation* section in this guide

Re: AdGroupAd validation check

2018-06-12 Thread Peter Bowen
Why not use the validation only option on the session? That way you don't have to create and delete ads. On Tuesday, 12 June 2018 07:49:42 UTC+1, sa wrote: > > Hi AdWords API Support team, > > I realise that the AdGroupAd has a lot of policy and potential error when > it comes to creation via AP

Re: AdGroupAd validation check

2018-06-12 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sa, Instead of creating an ad group for testing your ads, it would be better if you created test accounts and tried creating your ads in there first. Test accounts are a good way of experimenting wi

Re: AdGroupAd validation check

2018-06-11 Thread sa
Hi, Another question: The status of these ads are already "Removed" status but they are still "Disapproved". Does this means this validation check that I created will eventually get this account banned? Thanks, Sa On Tuesday, June 12, 2018 at 2:49:42 PM UTC+8, sa wrote: > > Hi AdWords API Supp

AdGroupAd validation check

2018-06-11 Thread sa
Hi AdWords API Support team, I realise that the AdGroupAd has a lot of policy and potential error when it comes to creation via API. Therefore I created an AdGroup to service that creates AdGroupAds and returns any error/violations if any are found during creation. Once this Ad is created, I ha