AI-generated Key Takeaways
- 
          AccountLink represents the connection between a Google Ads customer and a Hotel Ads (Hotel Center) account, defining the set of hotels linked to the Google Ads customer. 
- 
          AccountLinkStatus indicates the current state of the account link, with possible values like requested, approved, or unknown. 
- 
          AccountLinkTarget specifies whether all or a subset of properties in the Hotel Center account are available to the linked Google Ads account. 
- 
          The HotelList object is used within AccountLinkTarget to specify a list of individual hotel IDs that are made available to the linked Google Ads account. 
- 
          The provided content outlines methods for managing account links, including creating, deleting, getting, listing, and patching them. 
Resource: AccountLink
An account link. Represents the link between a Google Ads customer and a Hotel Ads (Hotel Center) account. An account link defines the set of hotels under the Hotel Center account that is linked to the Google Ads customer.
| JSON representation | 
|---|
| { "name": string, "googleAdsCustomerName": string, "status": enum ( | 
| Fields | |
|---|---|
| name | 
 The resource name for the account link in the format  | 
| googleAdsCustomerName | 
 Required for CREATE requests. The value representing the Google Ads customer ID in the format  Note that the  | 
| status | 
 The current status of the account link. | 
| accountLinkTarget | 
 Required for CREATE requests. The properties in the Hotel Center account that can be managed using the linked Google Ads account. | 
AccountLinkStatus
Possible current statuses of the account link. New values might be added in the future.
| Enums | |
|---|---|
| ACCOUNT_LINK_STATUS_UNSPECIFIED | Default value. | 
| ACCOUNT_LINK_STATUS_UNKNOWN | The account link status is not recognized by this API version. | 
| REQUESTED_FROM_HOTEL_CENTER | The account link was initiated through Hotel Center and has not yet been approved in Google Ads. | 
| REQUESTED_FROM_GOOGLE_ADS | The account link was initiated through Google Ads and has not yet been approved in Hotel Center. | 
| APPROVED | The account link has been approved. | 
AccountLinkTarget
Defines whether all properties or a subset of properties in the Hotel Center account can be managed with the linked Google Ads account. If a subset, the specific properties are specified.
| JSON representation | 
|---|
| { // Union field | 
| Fields | |
|---|---|
| Union field targets_oneof. Either all properties or a list of properties under the Hotel Center account that is made available to the account link.targets_oneofcan be only one of the following: | |
| allHotels | 
 True if all properties under the Hotel Center account are made available to the account link. The default is  | 
| hotelList | 
 List of properties that is made available to the account link. | 
HotelList
The properties in the Hotel Center account that can be managed with the Google Ads account.
| JSON representation | 
|---|
| { "partnerHotelIds": [ string ] } | 
| Fields | |
|---|---|
| partnerHotelIds[] | 
 Hotel IDs. | 
| Methods | |
|---|---|
| 
 | Creates a new account link between a Hotel Center account and a Google Ads account. | 
| 
 | Deletes an account link. | 
| 
 | Returns the AccountLinkinstance associated with the account link resource name specified in the request URL. | 
| 
 | Returns the account links for a Hotel Center account. | 
| 
 | Updates the account link target of an account link. |