Class GoogleAdsSearchads360V23ResourcesSharedSet
SharedSets are used for sharing criterion exclusions across multiple campaigns.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesSharedSet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Output only. The ID of this shared set. Read only.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
MemberCount
Output only. The number of shared criteria within this shared set. Read only.
Declaration
[JsonProperty("memberCount")]
public virtual long? MemberCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Name
The name of this shared set. Required. Shared Sets must have names that are unique among active shared sets of the same type. The length of this string should be between 1 and 255 UTF-8 bytes, inclusive.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReferenceCount
Output only. The number of campaigns associated with this shared set. Read only.
Declaration
[JsonProperty("referenceCount")]
public virtual long? ReferenceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ResourceName
Immutable. The resource name of the shared set. Shared set resource names have the form:
customers/{customer_id}/sharedSets/{shared_set_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Output only. The status of this shared set. Read only.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Immutable. The type of this shared set: each shared set holds only a single kind of resource. Required. Immutable.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VerticalAdsItemVerticalType
Immutable. Shared sets of type VERTICAL_ADS_ITEM_GROUP_RULE_LIST are associated with a particular vertical (e.g. hotels, things to do, flights, etc.). This field is required for shared sets of type VERTICAL_ADS_ITEM_GROUP_RULE_LIST.
Declaration
[JsonProperty("verticalAdsItemVerticalType")]
public virtual string VerticalAdsItemVerticalType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |