Class IngestAudienceMembersRequest
Request to upload audience members to the provided destinations. Returns an [IngestAudienceMembersResponse][google.ads.datamanager.v1.IngestAudienceMembersResponse].
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class IngestAudienceMembersRequest : IMessage<IngestAudienceMembersRequest>, IEquatable<IngestAudienceMembersRequest>, IDeepCloneable<IngestAudienceMembersRequest>, IBufferMessage, IMessage
Constructors
IngestAudienceMembersRequest()
Declaration
public IngestAudienceMembersRequest()
IngestAudienceMembersRequest(IngestAudienceMembersRequest)
Declaration
public IngestAudienceMembersRequest(IngestAudienceMembersRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| IngestAudienceMembersRequest | other |
Properties
AudienceMembers
Required. The list of users to send to the specified destinations. At most 10000 [AudienceMember][google.ads.datamanager.v1.AudienceMember] resources can be sent in a single request.
Declaration
public RepeatedField<AudienceMember> AudienceMembers { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<AudienceMember> |
Consent
Optional. Request-level consent to apply to all users in the request. User-level consent overrides request-level consent, and can be specified in each [AudienceMember][google.ads.datamanager.v1.AudienceMember].
Declaration
public Consent Consent { get; set; }
Property Value
| Type | Description |
|---|---|
| Consent |
Destinations
Required. The list of destinations to send the audience members to.
Declaration
public RepeatedField<Destination> Destinations { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Destination> |
Encoding
Optional. Required for [UserData][google.ads.datamanager.v1.UserData]
uploads. The encoding type of the user identifiers. For hashed user
identifiers, this is the encoding type of the hashed string. For encrypted
hashed user identifiers, this is the encoding type of the outer encrypted
string, but not necessarily the inner hashed string, meaning the inner
hashed string could be encoded in a different way than the outer encrypted
string. For non UserData uploads, this field is ignored.
Declaration
public Encoding Encoding { get; set; }
Property Value
| Type | Description |
|---|---|
| Encoding |
EncryptionInfo
Optional. Encryption information for
[UserData][google.ads.datamanager.v1.UserData] uploads. If not set, it's
assumed that uploaded identifying information is hashed but not encrypted.
For non UserData uploads, this field is ignored.
Declaration
public EncryptionInfo EncryptionInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| EncryptionInfo |
TermsOfService
Optional. The terms of service that the user has accepted/rejected.
Declaration
public TermsOfService TermsOfService { get; set; }
Property Value
| Type | Description |
|---|---|
| TermsOfService |
ValidateOnly
Optional. For testing purposes. If true, the request is validated but not
executed. Only errors are returned, not results.
Declaration
public bool ValidateOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |