Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
CreateDataLinkRequest
Fields |
customer_id
|
string
Required. The ID of the customer for which the data link is created.
|
data_link
|
DataLink
Required. The data link to be created.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["Creates a new data link for the specified customer."],["Requires the customer ID and the data link object to be created."],["Uses the `DataLinkService.CreateDataLink` method for the request."]]],["The `CreateDataLink` request requires two fields: `customer_id`, a string representing the customer's ID, and `data_link`, a `DataLink` object. The `customer_id` field specifies the customer for whom the data link is being created, while the `data_link` field contains the details of the data link itself, which is to be made. Both of them are required for the request.\n"]]