AdsApp.​Language

Represents a Google Ads language target.

Methods:

MemberTypeDescription
getBaseCampaign AdsApp.Campaign Returns the base campaign to which this language belongs.
getCampaign AdsApp.Campaign Returns the campaign to which this language belongs or null if it does not belong to a search or display campaign.
getCampaignType String Returns the campaign type.
getEntityType String Returns the type of this entity as a String, in this case, "Language".
getId String Returns the ID of the language.
getName String Returns the language name, e.g., "English", "German".
getResourceName String Returns the resource name of the language.
getVideoCampaign AdsApp.VideoCampaign Returns the video campaign to which this language belongs or null if it does not belong to a video campaign.
remove void Removes the language.

getBaseCampaign()

Returns the base campaign to which this language belongs.

Return values:

TypeDescription
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:

TypeDescription
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:

TypeDescription
String Video campaign type.

getEntityType()

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

Return values:

TypeDescription
String Type of this entity: "Language".

getId()

Returns the ID of the language.

Return values:

TypeDescription
String The ID of the language.

getName()

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

Return values:

TypeDescription
String Name of the language.

getResourceName()

Returns the resource name of the language.

Return values:

TypeDescription
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:

TypeDescription
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.