NAME

Google::Ads::AdWords::v201109::AdGroupAdExperimentData

DESCRIPTION

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

Data associated with an advertiser experiment for an AdGroupAd

PROPERTIES

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

  • experimentId

  • experimentDeltaStatus

  • experimentDataStatus

METHODS

new

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

{ # Google::Ads::AdWords::v201109::AdGroupAdExperimentData
  experimentId =>  $some_value, # long
  experimentDeltaStatus => $some_value, # ExperimentDeltaStatus
  experimentDataStatus => $some_value, # ExperimentDataStatus
},

AUTHOR

Generated by SOAP::WSDL