AdsApp.​Language

  • A Google Ads language target represents a specific language used for targeting ads.

  • You can retrieve the base campaign, associated campaign (search, display, or video), campaign type, entity type ("Language"), ID, name, and resource name of a language target.

  • A language target can be removed.

Represents a Google Ads language target.

Methods:

Member Type Description
AdsApp.Campaign Returns the base campaign to which this language belongs.
AdsApp.Campaign Returns the campaign to which this language belongs or null if it does not belong to a search or display campaign.
String Returns the campaign type.
String Returns the type of this entity as a String , in this case, "Language" .
String Returns the ID of the language.
String Returns the language name, e.g., "English", "German".
String Returns the resource name of the language.
AdsApp.VideoCampaign Returns the video campaign to which this language belongs or null if it does not belong to a video campaign.
void Removes the language.

getBaseCampaign()

Returns the base campaign to which this language belongs.

Return values:

Type Description
AdsApp.Campaign The base campaign to which this language belongs.

getCampaign()

Returns the campaign to which this language belongs or null if it does not belong to a search or display campaign.

Return values:

Type Description
AdsApp.Campaign The campaign to which this language belongs or null if it does not belong to a search or display campaign.

getCampaignType()

Returns the campaign type. Possible return values:

SEARCH_OR_DISPLAY, VIDEO, SHOPPING

Return values:

Type Description
String Video campaign type.

getEntityType()

Returns the type of this entity as a String , in this case, "Language" .

Return values:

Type Description
String Type of this entity: "Language" .

getId()

Returns the ID of the language.

Return values:

Type Description
String The ID of the language.

getName()

Returns the language name, e.g., "English", "German".

Return values:

Type Description
String Name of the language.

getResourceName()

Returns the resource name of the language.

Return values:

Type Description
String The resource name of the language.

getVideoCampaign()

Returns the video campaign to which this language belongs or null if it does not belong to a video campaign.

Return values:

Type Description
AdsApp.VideoCampaign The video campaign to which this language belongs or null if it does not belong to a video campaign.

remove()

Removes the language.

Returns nothing.

Design a Mobile Site
View Site in Mobile | Classic
Share by: