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

Mostrar archivo Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$operations AdGroupAdLabelOperation[]
$operations AdGroupCriterionLabelOperation[]
$operations AdGroupLabelOperation[]
$operations CampaignLabelOperation[]
$operations ManagedCustomerLabelOperation[]

Public Methods

Method 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 method

public __construct ( $operations = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$operations public_oe property

public AdGroupAdLabelOperation[] $operations
return AdGroupAdLabelOperation[]

$operations public_oe property

public AdGroupCriterionLabelOperation[] $operations
return AdGroupCriterionLabelOperation[]

$operations public_oe property

public AdGroupLabelOperation[] $operations
return AdGroupLabelOperation[]

$operations public_oe property

public CampaignLabelOperation[] $operations
return CampaignLabelOperation[]

$operations public_oe property

public ManagedCustomerLabelOperation[] $operations
return ManagedCustomerLabelOperation[]