Class GoogleAdsSearchads360V23ResourcesUserInterest
A user interest: a particular interest-based vertical to be targeted.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesUserInterest : IDirectResponseSchema
Properties
Availabilities
Output only. Availability information of the user interest.
Declaration
[JsonProperty("availabilities")]
public virtual IList<GoogleAdsSearchads360V23CommonCriterionCategoryAvailability> Availabilities { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonCriterionCategoryAvailability> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LaunchedToAll
Output only. True if the user interest is launched to all channels and locales.
Declaration
[JsonProperty("launchedToAll")]
public virtual bool? LaunchedToAll { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Name
Output only. The name of the user interest.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Output only. The resource name of the user interest. User interest resource names have the form:
customers/{customer_id}/userInterests/{user_interest_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TaxonomyType
Output only. Taxonomy type of the user interest.
Declaration
[JsonProperty("taxonomyType")]
public virtual string TaxonomyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserInterestId
Output only. The ID of the user interest.
Declaration
[JsonProperty("userInterestId")]
public virtual long? UserInterestId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
UserInterestParent
Output only. The parent of the user interest.
Declaration
[JsonProperty("userInterestParent")]
public virtual string UserInterestParent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |