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