LocalServicesEmployee
A local services employee resource.
Columns
| Name | Type | Behavior | Description |
| CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
| LocalServicesEmployeeCategoryIds | String | ATTRIBUTE | Output only. Category of the employee. A list of Local Services category IDs can be found at https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids. |
| LocalServicesEmployeeCreationDateTime | Datetime | ATTRIBUTE | Output only. Timestamp of employee creation. The format is 'YYYY-MM-DD HH:MM:SS' in the Google Ads account's timezone. Examples: '2018-03-05 09:15:00' or '2018-02-01 14:34:30' |
| LocalServicesEmployeeEmailAddress | String | ATTRIBUTE | Output only. Email address of the employee. |
| LocalServicesEmployeeFellowships | String | ATTRIBUTE | Output only. The institutions where the employee has completed their fellowship. |
| LocalServicesEmployeeFirstName | String | ATTRIBUTE | Output only. First name of the employee. |
| LocalServicesEmployeeId | Long | ATTRIBUTE | Output only. The ID of the employee. |
| LocalServicesEmployeeJobTitle | String | ATTRIBUTE | Output only. Job title for this employee, such as 'Senior partner' in legal verticals. |
| LocalServicesEmployeeLanguagesSpoken | String | ATTRIBUTE | Output only. Languages that the employee speaks, represented as language tags from https://developers.google.com/admin-sdk/directory/v1/languages |
| LocalServicesEmployeeLastName | String | ATTRIBUTE | Output only. Last name of the employee. |
| LocalServicesEmployeeMiddleName | String | ATTRIBUTE | Output only. Middle name of the employee. |
| LocalServicesEmployeeNationalProviderIdNumber | String | ATTRIBUTE | Output only. NPI id associated with the employee. |
| LocalServicesEmployeeResidencies | String | ATTRIBUTE | Output only. The institutions where the employee has completed their residency. |
| LocalServicesEmployeeResourceName | String | ATTRIBUTE | Immutable. The resource name of the Local Services Verification. Local Services Verification resource names have the form: customers/{customer_id}/localServicesEmployees/{gls_employee_id} |
| LocalServicesEmployeeStatus | String | ATTRIBUTE | Output only. Employee status, such as DELETED or ENABLED.
The allowed values are ENABLED, REMOVED, UNKNOWN. |
| LocalServicesEmployeeType | String | ATTRIBUTE | Output only. Employee type.
The allowed values are BUSINESS_OWNER, EMPLOYEE, UNKNOWN. |
| LocalServicesEmployeeUniversityDegrees | String | ATTRIBUTE | Output only. A list of degrees this employee has obtained, and wants to feature. |
| LocalServicesEmployeeYearStartedPracticing | Int | ATTRIBUTE | Output only. The year that this employee started practicing in this field. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |