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 (advertising ID/IDFA). 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> |