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

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

Represents the top level targeting expression for custom key/values, audience segments, and/or CMS metadata.

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

Namespace

Google \ Ads \ AdManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ custom_targeting_clauses array<CustomTargetingClause>

Optional. These clauses are all ORed together.

getCustomTargetingClauses

Optional. These clauses are all ORed together.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCustomTargetingClauses

Optional. These clauses are all ORed together.

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