PHP Class MutateLabel, googleads-php-lib

Adds labels to the {@linkplain AdGroup ad group} or removes {@linkplain Label label}s from the {@linkplain AdGroup ad group}.

{@code ADD} -- Apply an existing label to an existing {@linkplain AdGroup ad group}. The {@code adGroupId} must reference an existing {@linkplain AdGroup ad group}. The {@code labelId} must reference an existing {@linkplain Label label}.

{@code REMOVE} -- Removes the link between the specified {@linkplain AdGroup ad group} and a {@linkplain Label label}.

Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$operations AdGroupAdLabelOperation[]
$operations AdGroupCriterionLabelOperation[]
$operations AdGroupLabelOperation[]
$operations CampaignLabelOperation[]
$operations ManagedCustomerLabelOperation[]

Méthodes publiques

Méthode Description
__construct ( $operations = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public méthode

public __construct ( $operations = null )

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$operations public_oe property

public AdGroupAdLabelOperation[] $operations
Résultat AdGroupAdLabelOperation[]

$operations public_oe property

public AdGroupCriterionLabelOperation[] $operations
Résultat AdGroupCriterionLabelOperation[]

$operations public_oe property

public AdGroupLabelOperation[] $operations
Résultat AdGroupLabelOperation[]

$operations public_oe property

public CampaignLabelOperation[] $operations
Résultat CampaignLabelOperation[]

$operations public_oe property

public ManagedCustomerLabelOperation[] $operations
Résultat ManagedCustomerLabelOperation[]