Reference documentation and code samples for the Google Ads Data Manager V1 Client class TargetingType.
The type of targeting used to serve the ad.
Protobuf type google.ads.datamanager.v1.TargetingType
Namespace
Google \ Ads \ DataManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TARGETING_TYPE_UNSPECIFIED
Value: 0Unspecified targeting type.
Generated from protobuf enum TARGETING_TYPE_UNSPECIFIED = 0;
TARGETING_TYPE_AUDIENCE
Value: 1Audience targeting.
Generated from protobuf enum TARGETING_TYPE_AUDIENCE = 1;
TARGETING_TYPE_CONTEXTUAL
Value: 2Contextual targeting.
Generated from protobuf enum TARGETING_TYPE_CONTEXTUAL = 2;
TARGETING_TYPE_DEMOGRAPHIC
Value: 3Demographic targeting.
Generated from protobuf enum TARGETING_TYPE_DEMOGRAPHIC = 3;
TARGETING_TYPE_DEVICE
Value: 4Device targeting.
Generated from protobuf enum TARGETING_TYPE_DEVICE = 4;
TARGETING_TYPE_GEO
Value: 5Geo targeting.
Generated from protobuf enum TARGETING_TYPE_GEO = 5;
TARGETING_TYPE_INTEREST
Value: 6Interest targeting.
Generated from protobuf enum TARGETING_TYPE_INTEREST = 6;
TARGETING_TYPE_PURCHASE_INTENT
Value: 7Purchase intent targeting.
Generated from protobuf enum TARGETING_TYPE_PURCHASE_INTENT = 7;
TARGETING_TYPE_REMARKETING
Value: 8Remarketing targeting.
Generated from protobuf enum TARGETING_TYPE_REMARKETING = 8;