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}.
Datei anzeigen
Open project: googleads/googleads-php-lib
Public Properties
Public Methods
Method Details
__construct()
public method
getNamespace()
public method
Gets the namesapce of this class
getXsiTypeName()
public method
Gets 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[] |
|