AI-generated Key Takeaways
-
Merging columns can be achieved using different strategies, including replacing values with a constant, calculating the sum of values, or setting to null.
-
The
MERGE_TYPE_UNSPECIFIED
enum results in a null value for the merged column. -
Column merging operations offer flexibility in consolidating data using constants, aggregation functions, or defaulting to null values, as indicated by the
CONSTANT
,SUM
, andMERGE_TYPE_UNSPECIFIED
enum values, respectively.
Lists links where the specified customer has granted access to other Ads Data Hub customers. Only direct links are included.
HTTP request
GET https://adsdatahub.googleapis.com/v1/{parent=customers/*}/outboundCustomerLinks
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Parent customer resource name, e.g. 'customers/123'. |
Query parameters
Parameters | |
---|---|
pageSize |
Maximum number of items to return. If 0, the server will determine the number of linked customers to return. |
pageToken |
Page token, returned by a previous call, used to request the next page of results, if any. |
filter |
Filters your response. Works using the following fields / formatting: name="customers/1/outboundCustomerLinks/3141" customerId="314159" displayName="Some account" status="REJECTED" updateTime.seconds>unix_time |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListCustomerLinksResponse
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adsdatahub