The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Ads::AdWords::v201109::PolicyViolationError

DESCRIPTION

Perl data type class for the XML Schema defined complexType PolicyViolationError from the namespace https://adwords.google.com/api/adwords/cm/v201109.

Represents violations of a single policy by some text in a field. Violations of a single policy by the same string in multiple places within a field is reported in one instance of this class and only one exemption needs to be filed. Violations of a single policy by two different strings is reported as two separate instances of this class. e.g. If 'ACME' violates 'capitalization' and occurs twice in a text ad it would be represented by one instance. If the ad also contains 'INC' which also violates 'capitalization' it would be represented in a separate instance.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • key

  • externalPolicyName

  • externalPolicyUrl

  • externalPolicyDescription

  • isExemptable

  • violatingParts

METHODS

new

Constructor. The following data structure may be passed to new():

 { # Google::Ads::AdWords::v201109::PolicyViolationError
   key =>  $a_reference_to, # see Google::Ads::AdWords::v201109::PolicyViolationKey
   externalPolicyName =>  $some_value, # string
   externalPolicyUrl =>  $some_value, # string
   externalPolicyDescription =>  $some_value, # string
   isExemptable =>  $some_value, # boolean
   violatingParts =>  $a_reference_to, # see Google::Ads::AdWords::v201109::PolicyViolationError::Part
 },

AUTHOR

Generated by SOAP::WSDL