Class GoogleAdsSearchads360V23ResourcesCustomAudienceMember
A member of custom audience. A member can be a KEYWORD, URL, PLACE_CATEGORY or APP. It can only be created or removed but not changed.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCustomAudienceMember : IDirectResponseSchema
Properties
App
A package name of Android apps which users installed such as com.google.example.
Declaration
[JsonProperty("app")]
public virtual string App { 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 |
Keyword
A keyword or keyword phrase — at most 10 words and 80 characters. Languages with double-width characters such as Chinese, Japanese, or Korean, are allowed 40 characters, which describes the user's interests or actions.
Declaration
[JsonProperty("keyword")]
public virtual string Keyword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MemberType
The type of custom audience member, KEYWORD, URL, PLACE_CATEGORY or APP.
Declaration
[JsonProperty("memberType")]
public virtual string MemberType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlaceCategory
A place type described by a place category users visit.
Declaration
[JsonProperty("placeCategory")]
public virtual long? PlaceCategory { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Url
An HTTP URL, protocol-included — at most 2048 characters, which includes contents users have interests in.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |