Class GoogleAdsSearchads360V0ResourcesCampaignCriterion
A campaign criterion.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesCampaignCriterion : IDirectResponseSchema
Properties
AgeRange
Immutable. Age range.
Declaration
[JsonProperty("ageRange")]
public virtual GoogleAdsSearchads360V0CommonAgeRangeInfo AgeRange { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsSearchads360V0CommonAgeRangeInfo |
BidModifier
The modifier for the bids when the criterion matches. The modifier must be in the range: 0.1 - 10.0. Most targetable criteria types support modifiers. Use 0 to opt out of a Device type.
Declaration
[JsonProperty("bidModifier")]
public virtual float? BidModifier { get; set; }
Property Value
Type | Description |
---|---|
float? |
CriterionId
Output only. The ID of the criterion. This field is ignored during mutate.
Declaration
[JsonProperty("criterionId")]
public virtual long? CriterionId { get; set; }
Property Value
Type | Description |
---|---|
long? |
Device
Immutable. Device.
Declaration
[JsonProperty("device")]
public virtual GoogleAdsSearchads360V0CommonDeviceInfo Device { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsSearchads360V0CommonDeviceInfo |
DisplayName
Output only. The display name of the criterion. This field is ignored for mutates.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Gender
Immutable. Gender.
Declaration
[JsonProperty("gender")]
public virtual GoogleAdsSearchads360V0CommonGenderInfo Gender { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsSearchads360V0CommonGenderInfo |
Keyword
Immutable. Keyword.
Declaration
[JsonProperty("keyword")]
public virtual GoogleAdsSearchads360V0CommonKeywordInfo Keyword { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsSearchads360V0CommonKeywordInfo |
Language
Immutable. Language.
Declaration
[JsonProperty("language")]
public virtual GoogleAdsSearchads360V0CommonLanguageInfo Language { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsSearchads360V0CommonLanguageInfo |
LastModifiedTime
Output only. The datetime when this campaign criterion was last modified. The datetime is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss.ssssss" format.
Declaration
[JsonProperty("lastModifiedTime")]
public virtual string LastModifiedTime { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
Immutable. Location.
Declaration
[JsonProperty("location")]
public virtual GoogleAdsSearchads360V0CommonLocationInfo Location { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsSearchads360V0CommonLocationInfo |
LocationGroup
Immutable. Location Group
Declaration
[JsonProperty("locationGroup")]
public virtual GoogleAdsSearchads360V0CommonLocationGroupInfo LocationGroup { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsSearchads360V0CommonLocationGroupInfo |
Negative
Immutable. Whether to target (false
) or exclude (true
) the criterion.
Declaration
[JsonProperty("negative")]
public virtual bool? Negative { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ResourceName
Immutable. The resource name of the campaign criterion. Campaign criterion resource names have the form:
customers/{customer_id}/campaignCriteria/{campaign_id}~{criterion_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of the criterion.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Output only. The type of the criterion.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
UserList
Immutable. User List.
Declaration
[JsonProperty("userList")]
public virtual GoogleAdsSearchads360V0CommonUserListInfo UserList { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsSearchads360V0CommonUserListInfo |
Webpage
Immutable. Webpage.
Declaration
[JsonProperty("webpage")]
public virtual GoogleAdsSearchads360V0CommonWebpageInfo Webpage { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsSearchads360V0CommonWebpageInfo |