NAME
Google::Ads::AdWords::v201109::QualityInfo
DESCRIPTION
Perl data type class for the XML Schema defined complexType QualityInfo from the namespace https://adwords.google.com/api/adwords/cm/v201109.
Container for criterion quality information.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
isKeywordAdRelevanceAcceptable
isLandingPageQualityAcceptable
isLandingPageLatencyAcceptable
qualityScore
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201109::QualityInfo
isKeywordAdRelevanceAcceptable => $some_value, # boolean
isLandingPageQualityAcceptable => $some_value, # boolean
isLandingPageLatencyAcceptable => $some_value, # boolean
qualityScore => $some_value, # int
},
AUTHOR
Generated by SOAP::WSDL