Class GoogleAdsSearchads360V23CommonCrmBasedUserListInfo
UserList of CRM users provided by the advertiser.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonCrmBasedUserListInfo : IDirectResponseSchema
Properties
AppId
A string that uniquely identifies a mobile application from which the data was collected. For iOS, the ID string is the 9 digit string that appears at the end of an App Store URL (for example, "476943146" for "Flood-It! 2" whose App Store link is http://itunes.apple.com/us/app/flood-it!-2/id476943146). For Android, the ID string is the application's package name (for example, "com.labpixies.colordrips" for "Color Drips" given Google Play link https://play.google.com/store/apps/details?id=com.labpixies.colordrips). Required when creating CrmBasedUserList for uploading mobile advertising IDs.
Declaration
[JsonProperty("appId")]
public virtual string AppId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataSourceType
Data source of the list. Default value is FIRST_PARTY. Only customers on the allow-list can create third-party sourced CRM lists.
Declaration
[JsonProperty("dataSourceType")]
public virtual string DataSourceType { 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 |
UploadKeyType
Matching key type of the list. Mixed data types are not allowed on the same list. This field is required for an ADD operation.
Declaration
[JsonProperty("uploadKeyType")]
public virtual string UploadKeyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |