Reference documentation and code samples for the Google Ads Data Manager V1 Client class RemoveAudienceMembersRequest.
Request to remove users from an audience in the provided destinations.
Returns a RemoveAudienceMembersResponse .
Generated from protobuf message google.ads.datamanager.v1.RemoveAudienceMembersRequest
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ destinations
↳ audience_members
↳ 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. Applies to only the outer encoding for encrypted user identifiers. 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 remove the users from.
setDestinations
Required. The list of destinations to remove the users from.
$this
getAudienceMembers
Required. The list of users to remove.
setAudienceMembers
Required. The list of users to remove.
$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. Applies to only the
outer encoding for encrypted user identifiers. For non UserData
uploads,
this field is ignored.
setEncoding
Optional. Required for UserData
uploads. The encoding type of the user identifiers. Applies to only the
outer encoding for encrypted user identifiers. 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

