Reference documentation and code samples for the Google Ads Data Manager V1 Client class UserData.
Data that identifies the user. At least one identifier is required.
Generated from protobuf message google.ads.datamanager.v1.UserData
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_identifiers |
array<UserIdentifier>
Required. The identifiers for the user. It's possible to provide multiple instances of the same type of data (for example, multiple email addresses). To increase the likelihood of a match, provide as many identifiers as possible. At most 10 |
getUserIdentifiers
Required. The identifiers for the user. It's possible to provide multiple instances of the same type of data (for example, multiple email addresses).
To increase the likelihood of a match, provide as many identifiers as
possible. At most 10 userIdentifiers can be provided in a single
AudienceMember or
Event.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUserIdentifiers
Required. The identifiers for the user. It's possible to provide multiple instances of the same type of data (for example, multiple email addresses).
To increase the likelihood of a match, provide as many identifiers as
possible. At most 10 userIdentifiers can be provided in a single
AudienceMember or
Event.
| Parameter | |
|---|---|
| Name | Description |
var |
array<UserIdentifier>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|