Google::Ads::AdWords::v201109::PolicyViolationError |
Google::Ads::AdWords::v201109::PolicyViolationError
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 instace 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.
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
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 },
Generated by SOAP::WSDL
Google::Ads::AdWords::v201109::PolicyViolationError |