The new Search Ads 360 Reporting API is now available. Join the searchads-api-announcements Google group to stay up to date on upcoming enhancements and releases.
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Represents the relationship link between a customer and a manager.
Allows for the selection of fields from linked customer resources in queries.
Provides attributes like manager ID, link ID, resource name, start time, and link status.
customer_manager_link.manager_link_id is read-only.
The customer_manager_link.resource_name follows a specific format: customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}.
Fields from the above resources may be selected along with this
resource in your SELECT and WHERE clauses. These fields will not segment
metrics in your SELECT clause.
customer_manager_link.manager_customer
Field description
The manager customer linked to the customer.
Category
ATTRIBUTE
Data Type
RESOURCE_NAME
Type URL
N/A
Filterable
True
Selectable
True
Sortable
True
Repeated
False
customer_manager_link.manager_link_id
Field description
ID of the customer-manager link. This field is read only.
Category
ATTRIBUTE
Data Type
INT64
Type URL
N/A
Filterable
True
Selectable
True
Sortable
True
Repeated
False
customer_manager_link.resource_name
Field description
Name of the resource. CustomerManagerLink resource names have the form: customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}
Category
ATTRIBUTE
Data Type
RESOURCE_NAME
Type URL
N/A
Filterable
True
Selectable
True
Sortable
False
Repeated
False
customer_manager_link.start_time
Field description
The timestamp when the CustomerManagerLink was created. The timestamp is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.
Category
ATTRIBUTE
Data Type
DATE
Type URL
N/A
Filterable
True
Selectable
True
Sortable
True
Repeated
False
customer_manager_link.status
Field description
Status of the link between the customer and the manager.
[[["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 2025-08-28 UTC."],[],["This data describes the relationship between a customer and their manager. Key information includes the `manager_customer` linked to a customer, the `manager_link_id` (read-only), the `resource_name` (unique identifier), and the `start_time` of the link. The `status` of the link can be `ACTIVE`, `CANCELED`, `INACTIVE`, `PENDING`, `REFUSED`, `UNKNOWN` or `UNSPECIFIED`. All fields are filterable and selectable, and most are sortable, allowing for detailed queries on the customer-manager relationship.\n"]]