Class GoogleAdsSearchads360V23ResourcesBiddingDataExclusion
Represents a bidding data exclusion. Bidding data exclusions can be set in client accounts only, and cannot be used in manager accounts. See "About data exclusions" at https://support.google.com/google-ads/answer/10370710. Note: A customer account can have a maximum of 500 active bidding data exclusions.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesBiddingDataExclusion : IDirectResponseSchema
Properties
AdvertisingChannelTypes
The data_exclusion will apply to all the campaigns under the listed channels retroactively as well as going forward when the scope of this exclusion is CHANNEL. The supported advertising channel types are DISPLAY, SEARCH and SHOPPING. Note: a data exclusion with both advertising_channel_types and campaign_ids is not supported.
Declaration
[JsonProperty("advertisingChannelTypes")]
public virtual IList<string> AdvertisingChannelTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Campaigns
The data exclusion will apply to the campaigns listed when the scope of this exclusion is CAMPAIGN. The maximum number of campaigns per event is 2000. Note: a data exclusion with both advertising_channel_types and campaign_ids is not supported.
Declaration
[JsonProperty("campaigns")]
public virtual IList<string> Campaigns { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
DataExclusionId
Output only. The ID of the data exclusion.
Declaration
[JsonProperty("dataExclusionId")]
public virtual long? DataExclusionId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Description
The description of the data exclusion. The description can be at most 2048 characters.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Devices
If not specified, all devices will be included in this exclusion. Otherwise, only the specified targeted devices will be included in this exclusion.
Declaration
[JsonProperty("devices")]
public virtual IList<string> Devices { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndDateTime
Required. The exclusive end time of the data exclusion in yyyy-MM-dd HH:mm:ss format. The length of [start_date_time, end_date_time) interval must be within (0, 14 days].
Declaration
[JsonProperty("endDateTime")]
public virtual string EndDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the data exclusion. The name can be at most 255 characters.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Immutable. The resource name of the data exclusion. Data exclusion resource names have the form:
customers/{customer_id}/biddingDataExclusions/{data_exclusion_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Scope
The scope of the data exclusion.
Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StartDateTime
Required. The inclusive start time of the data exclusion in yyyy-MM-dd HH:mm:ss format. A data exclusion is backward looking and should be used for events that start in the past and end either in the past or future.
Declaration
[JsonProperty("startDateTime")]
public virtual string StartDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Output only. The status of the data exclusion.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |