Class IngestEventsRequest
Request to upload audience members to the provided destinations. Returns an [IngestEventsResponse][google.ads.datamanager.v1.IngestEventsResponse].
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class IngestEventsRequest : IMessage<IngestEventsRequest>, IEquatable<IngestEventsRequest>, IDeepCloneable<IngestEventsRequest>, IBufferMessage, IMessage
Constructors
IngestEventsRequest()
Declaration
public IngestEventsRequest()
IngestEventsRequest(IngestEventsRequest)
Declaration
public IngestEventsRequest(IngestEventsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| IngestEventsRequest | other |
Properties
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 [Event][google.ads.datamanager.v1.Event].
Declaration
public Consent Consent { get; set; }
Property Value
| Type | Description |
|---|---|
| Consent |
Destinations
Required. The list of destinations to send the events 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 |
Events
Required. The list of events to send to the specified destinations. At most 2000 [Event][google.ads.datamanager.v1.Event] resources can be sent in a single request.
Declaration
public RepeatedField<Event> Events { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Event> |
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 |