Google Ads Ad Manager V1 Client - Class CustomTargetingClause (0.3.0)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CustomTargetingClause.

Represents a logical AND of individual custom targeting expressions.

Generated from protobuf message google.ads.admanager.v1.CustomTargetingClause

Namespace

Google \ Ads \ AdManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ custom_targeting_literals array<CustomTargetingLiteral>

Optional. Leaf targeting expressions for custom key/values.

getCustomTargetingLiterals

Optional. Leaf targeting expressions for custom key/values.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCustomTargetingLiterals

Optional. Leaf targeting expressions for custom key/values.

Parameter
Name Description
var array<CustomTargetingLiteral>
Returns
Type Description
$this