Reference documentation and code samples for the Google Analytics Admin V1alpha Client class SubmitUserDeletionRequest.
Request message for SubmitUserDeletion RPC.
Generated from protobuf message google.analytics.admin.v1alpha.SubmitUserDeletionRequest
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ user_id
↳ client_id
↳ app_instance_id
↳ user_provided_data
string
User-provided data . May contain either one email address or one phone number. Email addresses should be normalized as such: * * lowercase * * remove periods before @ for gmail.com/googlemail.com addresses * * remove all spaces Phone numbers should be normalized as such: * * remove all non digit characters * * add + prefix
↳ name
string
Required. The name of the property to submit user deletion for.
getUserId
Google Analytics user ID .
string
hasUserId
setUserId
Google Analytics user ID .
var
string
$this
getClientId
Google Analytics client ID .
string
hasClientId
setClientId
Google Analytics client ID .
var
string
$this
getAppInstanceId
Firebase application instance ID .
string
hasAppInstanceId
setAppInstanceId
Firebase application instance ID .
var
string
$this
getUserProvidedData
User-provided data . May contain either one email address or one phone number.
Email addresses should be normalized as such:
- lowercase
- remove periods before @ for gmail.com/googlemail.com addresses
- remove all spaces Phone numbers should be normalized as such:
- remove all non digit characters
- add + prefix
string
hasUserProvidedData
setUserProvidedData
User-provided data . May contain either one email address or one phone number.
Email addresses should be normalized as such:
- lowercase
- remove periods before @ for gmail.com/googlemail.com addresses
- remove all spaces Phone numbers should be normalized as such:
- remove all non digit characters
- add + prefix
var
string
$this
getName
Required. The name of the property to submit user deletion for.
string
setName
Required. The name of the property to submit user deletion for.
var
string
$this
getUser
string
static::build
name
string
Required. The name of the property to submit user deletion for. Please see AnalyticsAdminServiceClient::propertyName() for help formatting this field.

