Google::Ads::AdWords::v201109::AdParam


Back to Top


NAME

Google::Ads::AdWords::v201109::AdParam

Back to Top


DESCRIPTION

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

Represents an ad parameter. Use ad parameters to update numeric values (such as prices or inventory levels) in any line of a text ad, including the destination URL. You can set two <code>AdParam</code> objects (one for each value of {@link #paramIndex}) per ad group <a href="AdGroupCriterionService.Keyword.html">Keyword</a> criterion. <p>When setting or removing an <code>AdParam</code>, it is uniquely identified by the combination of these three fields:</p> <ul> <li><code>adGroupId</code></li> <li><code>criterionId</code></li> <li><code>paramIndex</code></li> </ul>

PROPERTIES

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

Back to Top


METHODS

new

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

 { # Google::Ads::AdWords::v201109::AdParam
   adGroupId =>  $some_value, # long
   criterionId =>  $some_value, # long
   insertionText =>  $some_value, # string
   paramIndex =>  $some_value, # int
 },

Back to Top


AUTHOR

Generated by SOAP::WSDL

Back to Top

 Google::Ads::AdWords::v201109::AdParam