Google::Ads::AdWords::v201109::MobileAd |
Google::Ads::AdWords::v201109::MobileAd
Perl data type class for the XML Schema defined complexType MobileAd from the namespace https://adwords.google.com/api/adwords/cm/v201109.
Represents a mobile ad. <p> A mobile ad can contain a click-to-call phone number, a link to a website, or both. You specify which features you want by setting certain fields, as shown in the following table. For example, to create a click-to-call mobile ad, set the fields in the <b>Click-to-call</b> column. A hyphen indicates that you should not set the corresponding field. </p> <p> For more information, see <a href= "http://adwords.google.com/support/aw/bin/static.py?hl=en&topic=28428&gamp;uide=28427&page=guide.cs" target="_blank">Mobile Ads Requirements</a>. </p> <table summary="" style="clear: none"> <tr> <th scope="col"> Click-to-call </th> <th scope="col"> Website </th> <th scope="col"> Both </th></tr> <tr> <td> headline <br /> description <br /> mobileCarriers <br /> phoneNumber <br /> countryCode <br /> businessName <br /> - <br /> - <br /> - <br /> </td> <td> headline <br /> description <br /> mobileCarriers <br /> - <br /> - <br /> - <br /> displayUrl <br /> destinationUrl <br /> markupLanguages <br /> </td> <td> headline <br /> description <br /> mobileCarriers <br /> phoneNumber <br /> countryCode <br /> businessName <br /> displayUrl <br /> destinationUrl <br /> markupLanguages <br /> </td></tr> </table>
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::MobileAd headline => $some_value, # string description => $some_value, # string markupLanguages => $some_value, # MarkupLanguageType mobileCarriers => $some_value, # string businessName => $some_value, # string countryCode => $some_value, # string phoneNumber => $some_value, # string },
Generated by SOAP::WSDL
Google::Ads::AdWords::v201109::MobileAd |