Show / Hide Table of Contents

Class MobileData

Mobile IDs for the audience. At least one mobile ID is required.

Inheritance
object
MobileData
Implements
IMessage<MobileData>
IEquatable<MobileData>
IDeepCloneable<MobileData>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class MobileData : IMessage<MobileData>, IEquatable<MobileData>, IDeepCloneable<MobileData>, IBufferMessage, IMessage

Constructors

MobileData()

Declaration
public MobileData()

MobileData(MobileData)

Declaration
public MobileData(MobileData other)
Parameters
Type Name Description
MobileData other

Properties

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][google.ads.datamanager.v1.AudienceMember].

Declaration
public RepeatedField<string> MobileIds { get; }
Property Value
Type Description
RepeatedField<string>
In this article
Back to top Generated by DocFX