Check out the validateOnly option <https://developers.google.com/adwords/api/docs/guides/call-structure> when making a call. Basically it attempts to execute an operation, and returns any errors that may have occurred while executing. However, if no error occurred, the operation is >not< executed, the account is left untouched.
You can also use validateOnly to check whether a user has sufficient permissions. To do so, try creating a campaign with a unique name - say a timestamp or so. When you get no error, you are free to go - but don't have to clean up. When you get an error, something is not right. Check whether the error is insufficient access or something like that. Hope this helps. On Monday, September 24, 2018 at 8:35:20 PM UTC+2, [email protected] wrote: > > Hello > > I would like to know if the api has any service where I can check if the > account has certain features enabled or not, for example I would like to > know if an account has the functionality of responsive ads as not all have > it yet. > > Additionally, I receive this error when I try to create responsive ads > ACTION_NOT_PERMITTED. this happens because the account does not have this > feature enabled yet? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. 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/3afb4558-b709-488c-b46e-f34de81054b9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
