Destination
import type { Destination } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";The Google product you're sending data to. For example, a Google Ads account.
interface Destination {
linkedAccount?: ProductAccount;
loginAccount?: ProductAccount;
operatingAccount?: ProductAccount;
productDestinationId?: string;
reference?: string;
}§Properties
§
linkedAccount?: ProductAccount
[src]Optional. An account that the calling user's 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.
§
loginAccount?: ProductAccount
[src]Optional. The account used to make this API call. To add or remove data
from the 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.
§
operatingAccount?: ProductAccount
[src]Required. The account to send the data to or remove the data from.