Reference documentation and code samples for the Google Ads Data Manager V1 Client class FeatureSet.
The set of supported features for a partner link.
Protobuf type google.ads.datamanager.v1.FeatureSet
Namespace
Google \ Ads \ DataManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FEATURE_SET_UNSPECIFIED
Value: 0Unspecified feature set. If unspecified, the system behavior defaults to FEATURE_SET_AUDIENCE_AND_EVENT_MANAGEMENT.
Generated from protobuf enum FEATURE_SET_UNSPECIFIED = 0;
FEATURE_SET_AUDIENCE_AND_EVENT_MANAGEMENT
Value: 1Indicates a link used for audience and event management.
Generated from protobuf enum FEATURE_SET_AUDIENCE_AND_EVENT_MANAGEMENT = 1;
FEATURE_SET_AD_EVENT_MANAGEMENT
Value: 2Indicates a link used for ad event management.
Generated from protobuf enum FEATURE_SET_AD_EVENT_MANAGEMENT = 2;