AdsApp.​CampaignExtensions

Access to campaign-level extensions.

For example, to access all sitelinks belonging to a campaign:

 var 
  
 campaignSitelinkIterator 
  
 = 
  
 campaign 
 . 
 extensions 
 () 
 . 
 sitelinks 
 () 
 . 
 get 
 (); 
 while 
  
 ( 
 campaignSitelinkIterator 
 . 
 hasNext 
 ()) 
  
 { 
  
 var 
  
 campaignSitelink 
  
 = 
  
 campaignSitelinkIterator 
 . 
 next 
 (); 
 } 

Methods:

Member Type Description
AdsApp.CampaignCalloutSelector Returns the selector of all callouts in the campaign.
AdsApp.CampaignMobileAppSelector Returns the selector of all mobile apps in the campaign.
AdsApp.CampaignPhoneNumberSelector Returns the selector of all phone numbers in the campaign.
AdsApp.CampaignPriceSelector Returns the selector of all prices in the campaign.
AdsApp.CampaignSitelinkSelector Returns the selector of all sitelinks in the campaign.
AdsApp.CampaignSnippetSelector Returns the selector of all snippets in the campaign.

callouts()

Returns the selector of all callouts in the campaign.

Return values:

Type Description
AdsApp.CampaignCalloutSelector The selector of all callouts in the campaign.

mobileApps()

Returns the selector of all mobile apps in the campaign.

Return values:

Type Description
AdsApp.CampaignMobileAppSelector The selector of all mobile apps in the campaign.

phoneNumbers()

Returns the selector of all phone numbers in the campaign.

Return values:

Type Description
AdsApp.CampaignPhoneNumberSelector The selector of all phone numbers in the campaign.

prices()

Returns the selector of all prices in the campaign.

Return values:

Type Description
AdsApp.CampaignPriceSelector The selector of all prices in the campaign.
Returns the selector of all sitelinks in the campaign.

Return values:

Type Description
AdsApp.CampaignSitelinkSelector The selector of all sitelinks in the campaign.

snippets()

Returns the selector of all snippets in the campaign.

Return values:

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