Reference documentation and code samples for the Google Ads Data Manager V1 Client class TermsOfService.
The terms of service that the user has accepted/rejected.
Generated from protobuf message google.ads.datamanager.v1.TermsOfService
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ customer_match_terms_of_service_status |
int
Optional. The Customer Match terms of service: https://support.google.com/adspolicy/answer/6299717. This must be accepted when ingesting UserData or MobileData. This field is not required for Partner Match User list. |
getCustomerMatchTermsOfServiceStatus
Optional. The Customer Match terms of service: https://support.google.com/adspolicy/answer/6299717. This must be accepted when ingesting UserData or MobileData.
This field is not required for Partner Match User list.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type TermsOfServiceStatus. |
setCustomerMatchTermsOfServiceStatus
Optional. The Customer Match terms of service: https://support.google.com/adspolicy/answer/6299717. This must be accepted when ingesting UserData or MobileData.
This field is not required for Partner Match User list.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type TermsOfServiceStatus. |
| Returns | |
|---|---|
| Type | Description |
$this |
|