Show / Hide Table of Contents

Class TermsOfService

The terms of service that the user has accepted/rejected.

Inheritance
object
TermsOfService
Implements
IMessage<TermsOfService>
IEquatable<TermsOfService>
IDeepCloneable<TermsOfService>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class TermsOfService : IMessage<TermsOfService>, IEquatable<TermsOfService>, IDeepCloneable<TermsOfService>, IBufferMessage, IMessage

Constructors

TermsOfService()

Declaration
public TermsOfService()

TermsOfService(TermsOfService)

Declaration
public TermsOfService(TermsOfService other)
Parameters
Type Name Description
TermsOfService other

Properties

CustomerMatchTermsOfServiceStatus

Optional. The Customer Match terms of service: https://support.google.com/adspolicy/answer/6299717. This must be accepted when ingesting [UserData][google.ads.datamanager.v1.UserData] or [MobileData][google.ads.datamanager.v1.MobileData]. This field is not required for Partner Match User list.

Declaration
public TermsOfServiceStatus CustomerMatchTermsOfServiceStatus { get; set; }
Property Value
Type Description
TermsOfServiceStatus
In this article
Back to top Generated by DocFX