Show / Hide Table of Contents

Class Destination

The Google product you're sending data to. For example, a Google Ads account.

Inheritance
object
Destination
Implements
IMessage<Destination>
IEquatable<Destination>
IDeepCloneable<Destination>
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 Destination : IMessage<Destination>, IEquatable<Destination>, IDeepCloneable<Destination>, IBufferMessage, IMessage

Constructors

Destination()

Declaration
public Destination()

Destination(Destination)

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

Properties

LinkedAccount

Optional. An account that the calling user's [login_account][google.ads.datamanager.v1.Destination.login_account] has access to, through an established account link. For example, a data partner's login_account might have access to a client's linked_account. The partner might use this field to send data from the linked_account to another [operating_account][google.ads.datamanager.v1.Destination.operating_account].

Declaration
public ProductAccount LinkedAccount { get; set; }
Property Value
Type Description
ProductAccount

LoginAccount

Optional. The account used to make this API call. To add or remove data from the [operating_account][google.ads.datamanager.v1.Destination.operating_account], this login_account must have write access to the operating_account. For example, a manager account of the operating_account, or an account with an established link to the operating_account.

Declaration
public ProductAccount LoginAccount { get; set; }
Property Value
Type Description
ProductAccount

OperatingAccount

Required. The account to send the data to or remove the data from.

Declaration
public ProductAccount OperatingAccount { get; set; }
Property Value
Type Description
ProductAccount

ProductDestinationId

Required. The object within the product account to ingest into. For example, a Google Ads audience ID, a Display & Video 360 audience ID or a Google Ads conversion action ID.

Declaration
public string ProductDestinationId { get; set; }
Property Value
Type Description
string

Reference

Optional. ID for this Destination resource, unique within the request. Use to reference this Destination in the [IngestEventsRequest][google.ads.datamanager.v1.IngestEventsRequest] and [IngestAudienceMembersRequest][google.ads.datamanager.v1.IngestAudienceMembersRequest].

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