Google::Ads::AdWords::v201109::AdParam |
Google::Ads::AdWords::v201109::AdParam
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>
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::AdParam adGroupId => $some_value, # long criterionId => $some_value, # long insertionText => $some_value, # string paramIndex => $some_value, # int },
Generated by SOAP::WSDL
Google::Ads::AdWords::v201109::AdParam |