NAME

Google::Ads::AdWords::v201109::AdGroupAd

DESCRIPTION

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

Represents an ad in an ad group.

PROPERTIES

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

  • adGroupId

  • ad

  • experimentData

  • status

  • stats

METHODS

new

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

{ # Google::Ads::AdWords::v201109::AdGroupAd
  adGroupId =>  $some_value, # long
  ad =>  $a_reference_to, # see Google::Ads::AdWords::v201109::Ad
  experimentData =>  $a_reference_to, # see Google::Ads::AdWords::v201109::AdGroupAdExperimentData
  status => $some_value, # AdGroupAd.Status
  stats =>  $a_reference_to, # see Google::Ads::AdWords::v201109::AdStats
},

AUTHOR

Generated by SOAP::WSDL