AdsApp.​AdGroupExtensions

Access to ad group-level extensions.

For example, to access all sitelinks belonging to an ad group:

 var 
  
 adGroupSitelinkIterator 
  
 = 
  
 adGroup 
 . 
 extensions 
 () 
 . 
 sitelinks 
 () 
 . 
 get 
 (); 
 while 
  
 ( 
 adGroupSitelinkIterator 
 . 
 hasNext 
 ()) 
  
 { 
  
 var 
  
 adGroupSitelink 
  
 = 
  
 adGroupSitelinkIterator 
 . 
 next 
 (); 
 } 

Methods:

Member Type Description
AdsApp.AdGroupCalloutSelector Returns the selector of all callouts in the ad group.
AdsApp.AdGroupMobileAppSelector Returns the selector of all mobile apps in the ad group.
AdsApp.AdGroupPhoneNumberSelector Returns the selector of all phone numbers in the ad group.
AdsApp.AdGroupPriceSelector Returns the selector of all prices in the ad group.
AdsApp.AdGroupSitelinkSelector Returns the selector of all sitelinks in the ad group.
AdsApp.AdGroupSnippetSelector Returns the selector of all snippets in the ad group.

callouts()

Returns the selector of all callouts in the ad group.

Return values:

Type Description
AdsApp.AdGroupCalloutSelector The selector of all callouts in the ad group.

mobileApps()

Returns the selector of all mobile apps in the ad group.

Return values:

Type Description
AdsApp.AdGroupMobileAppSelector The selector of all mobile apps in the ad group.

phoneNumbers()

Returns the selector of all phone numbers in the ad group.

Return values:

Type Description
AdsApp.AdGroupPhoneNumberSelector The selector of all phone numbers in the ad group.

prices()

Returns the selector of all prices in the ad group.

Return values:

Type Description
AdsApp.AdGroupPriceSelector The selector of all prices in the ad group.
Returns the selector of all sitelinks in the ad group.

Return values:

Type Description
AdsApp.AdGroupSitelinkSelector The selector of all sitelinks in the ad group.

snippets()

Returns the selector of all snippets in the ad group.

Return values:

Type Description
AdsApp.AdGroupSnippetSelector The selector of all snippets in the ad group.
Create a Mobile Website
View Site in Mobile | Classic
Share by: