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 
.
 
You can also refer to this guide 

 for 
reference in implementing this (this also includes examples for other 
languages).

Let me know if you have further clarifications.

Regards,
Dannison
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c20f66eb-29fb-41f8-b67a-36c1dd16def2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 have will remove it immediately 
> as my aim is to check of the parameters of the AdGroupAd creation is valid. 
> However, I have recently received an email saying: "One website per ad 
> group" and a warning saying that "Repeated violations of our Advertising 
> Policies may result in a suspension of your AdWords account".
>
> I checked the ads and the ads seems to be created because of this 
> validation check. I followed the remove ad sample to remove the ad, so I 
> would like to know if there are any ways to make sure the ad is removed? Or 
> any other methods to validate the validity of the parameters of the 
> AdGroupAd?
>
> Thanks,
> SA
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2876c9c2-fd20-4d8d-8fbb-35369c185fca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 with the API as it does not affect your live ads or charge 
your account. 

As with regards to ad disapproval and to your follow up question, you may 
reach out to our product team via the Advertiser Community Forum 
 
and 
ask about the possibility of the suspension of your account.

Regards,
Dannison
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d682630d-f04a-4c10-89e1-1b8ca538724b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdGroupAd validation check

2018-06-12 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 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 have will remove it immediately 
> as my aim is to check of the parameters of the AdGroupAd creation is valid. 
> However, I have recently received an email saying: "One website per ad 
> group" and a warning saying that "Repeated violations of our Advertising 
> Policies may result in a suspension of your AdWords account".
>
> I checked the ads and the ads seems to be created because of this 
> validation check. I followed the remove ad sample to remove the ad, so I 
> would like to know if there are any ways to make sure the ad is removed? Or 
> any other methods to validate the validity of the parameters of the 
> AdGroupAd?
>
> Thanks,
> SA
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6576ae30-c8e0-4cbb-897e-7ea4c78854fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdGroupAd validation check

2018-06-12 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 have will remove it immediately 
as my aim is to check of the parameters of the AdGroupAd creation is valid. 
However, I have recently received an email saying: "One website per ad 
group" and a warning saying that "Repeated violations of our Advertising 
Policies may result in a suspension of your AdWords account".

I checked the ads and the ads seems to be created because of this 
validation check. I followed the remove ad sample to remove the ad, so I 
would like to know if there are any ways to make sure the ad is removed? Or 
any other methods to validate the validity of the parameters of the 
AdGroupAd?

Thanks,
SA


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ebf4622e-1dad-4b4a-9d0f-321619f306ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.