This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
Name that uniquely identifies an customer link. Inbound links have the form customers/[customerId]/inboundCustomerLinks/[linkedCustomerId]. Outbound links have the form customers/[customerId]/outboundCustomerLinks/[linkedCustomerId].
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
This field will only be set for inbound links. As the linked customer may or may not be directly linked, this field indicates the customer the linked customer is directly linked to. I.e. The current customer gets access to the linked customer through the indirect relationship connected by the direct parent(s). E.g., if A manages B and B manages C, then C will be listed as A's inbound link with its direct_parent_customer_id set to B. In the case of direct links, it will include the customer ID of the current customer.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["CustomerLink represents a connection between two Ads Data Hub customers, enabling data sharing and access."],["It includes details like customer IDs, display name, access types, status, and update time."],["Inbound links provide access granted by other customers, while outbound links show access granted to others."],["The `directParentCustomerIds` field is specific to inbound links and clarifies indirect relationships."],["You can use the `list` method to retrieve outbound customer links for a given customer."]]],["CustomerLink represents a connection between two Ads Data Hub customers, identified by a unique name. The JSON representation includes the `name`, `customerId`, `displayName`, `accessTypes`, `status`, `updateTime`, and `directParentCustomerIds`. The `directParentCustomerIds` shows the direct links of an inbound link. Methods include `list` to view granted access links. The status, last update, and type of access are also shown.\n"]]