Reference documentation and code samples for the Google Ads Data Manager V1 Client class IngestEventsRequest.
Request to upload audience members to the provided destinations. Returns an IngestEventsResponse .
Generated from protobuf message google.ads.datamanager.v1.IngestEventsRequest
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ destinations
↳ events
↳ consent
↳ validate_only
bool
Optional. For testing purposes. If true
, the request is validated but not executed. Only errors are returned, not results.
↳ encoding
int
Optional. Required for 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.
↳ encryption_info
EncryptionInfo
Optional. Encryption information for 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.
getDestinations
Required. The list of destinations to send the events to.
setDestinations
Required. The list of destinations to send the events to.
$this
getEvents
Required. The list of events to send to the specified destinations. At most 2000 Event resources can be sent in a single request.
setEvents
Required. The list of events to send to the specified destinations. At most 2000 Event resources can be sent in a single request.
$this
getConsent
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 .
hasConsent
clearConsent
setConsent
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 .
$this
getValidateOnly
Optional. For testing purposes. If true
, the request is validated but not
executed. Only errors are returned, not results.
bool
setValidateOnly
Optional. For testing purposes. If true
, the request is validated but not
executed. Only errors are returned, not results.
var
bool
$this
getEncoding
Optional. Required for 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.
setEncoding
Optional. Required for 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.
$this
getEncryptionInfo
Optional. Encryption information for 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.
hasEncryptionInfo
clearEncryptionInfo
setEncryptionInfo
Optional. Encryption information for 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.
$this

