GoogleApiAdsAdWords
[ class tree: GoogleApiAdsAdWords ] [ index: GoogleApiAdsAdWords ] [ all elements ]

Class: MobileAd

Source Location: /AdWords/v201008/cm/BulkMutateJobService.php

Class Overview

Ad
   |
   --MobileAd

Represents a mobile ad.


Variables

Methods


Inherited Variables

Inherited Methods

Class: Ad

Ad::__construct()
Ad::getNamespace()
Gets the namesapce of this class
Ad::getParameterMap()
Provided for getting non-php-standard named variables
Ad::getXsiTypeName()
Gets the xsi:type name of this class
Ad::__get()
Provided for getting non-php-standard named variables
Ad::__set()
Provided for setting non-php-standard named variables

Class Details

[line 5321]
Represents a mobile ad.

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 Click-to-call column. A hyphen indicates that you should not set the corresponding field.

For more information, see <a href= "http://adwords.google.com/support/aw/bin/static.py?hl=en&amp;topic=28428&gamp;uide=28427&amp;page=guide.cs" target="_blank">Mobile Ads Requirements</a>.

<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
description
mobileCarriers
phoneNumber
countryCode
businessName




</td> <td> headline
description
mobileCarriers



displayUrl
destinationUrl
markupLanguages
</td> <td> headline
description
mobileCarriers
phoneNumber
countryCode
businessName
displayUrl
destinationUrl
markupLanguages
</td></tr> </table>




[ Top ]


Class Variables

$businessName =

[line 5350]



Tags:

access:  public

Type:   string


[ Top ]

$countryCode =

[line 5356]



Tags:

access:  public

Type:   string


[ Top ]

$description =

[line 5332]



Tags:

access:  public

Type:   string


[ Top ]

$headline =

[line 5326]



Tags:

access:  public

Type:   string


[ Top ]

$markupLanguages =

[line 5338]



Tags:

access:  public

Type:   tnsMarkupLanguageType[]


[ Top ]

$mobileCarriers =

[line 5344]



Tags:

access:  public

Type:   string[]


[ Top ]

$phoneNumber =

[line 5362]



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 5380]

MobileAd __construct( [ $headline = NULL], [ $description = NULL], [ $markupLanguages = NULL], [ $mobileCarriers = NULL], [ $businessName = NULL], [ $countryCode = NULL], [ $phoneNumber = NULL], [ $id = NULL], [ $url = NULL], [ $displayUrl = NULL], [ $approvalStatus = NULL], [ $disapprovalReasons = NULL], [ $trademarkDisapproved = NULL], [ $AdType = NULL])



Tags:

access:  public


Overrides Ad::__construct() (parent method not documented)

Parameters:

   $headline  
   $description  
   $markupLanguages  
   $mobileCarriers  
   $businessName  
   $countryCode  
   $phoneNumber  
   $id  
   $url  
   $displayUrl  
   $approvalStatus  
   $disapprovalReasons  
   $trademarkDisapproved  
   $AdType  

[ Top ]

method getNamespace [line 5368]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overrides Ad::getNamespace() (Gets the namesapce of this class)

[ Top ]

method getXsiTypeName [line 5376]

the getXsiTypeName( )

Gets the xsi:type name of this class



Tags:

return:  xsi:type name of this class
access:  public


Overrides Ad::getXsiTypeName() (Gets the xsi:type name of this class)

[ Top ]


Documentation generated by phpDocumentor 1.4.3