Class MobileData
Mobile IDs for the audience. At least one mobile ID is required.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class MobileData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MobileIds
Required. The list of mobile device IDs (Android advertising ID, iOS IDFA for Customer Match user lists and
Android advertising ID, iOS IDFA, Xbox or Microsoft ID, Amazon Fire TV ID, Roku ID, Generic Device ID for
basic user lists). At most 10 mobileIds can be provided in a single AudienceMember.
Declaration
[JsonProperty("mobileIds")]
public virtual IList<string> MobileIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |