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.
[[["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."],[[["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`, and `MERGE_TYPE_UNSPECIFIED` enum values, respectively."]]],["This outlines retrieving a list of Ads Data Hub customer links. The core action is a `GET` request to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/outboundCustomerLinks`, using the `parent` path parameter to specify the customer. Optional query parameters (`pageSize`, `pageToken`, `filter`) allow for pagination and filtering. The request body must be empty. The response body is a `ListCustomerLinksResponse`. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope.\n"]]