DynamicJobsAsset
Stay organized with collections
Save and categorize content based on your preferences.
Fields |
job_id
|
string
Required. Job ID which can be any sequence of letters and digits, and must be unique and match the values of remarketing tag. Required.
|
location_id
|
string
Location ID which can be any sequence of letters and digits. The ID sequence (job ID + location ID) must be unique.
|
job_title
|
string
Required. Job title, for example, Software engineer. Required.
|
job_subtitle
|
string
Job subtitle, for example, Level II.
|
description
|
string
Description, for example, Apply your technical skills.
|
image_url
|
string
Image URL, for example, http://www.example.com/image.png. The image will not be uploaded as image asset.
|
job_category
|
string
Job category, for example, Technical.
|
contextual_keywords[]
|
string
Contextual keywords, for example, Software engineering job.
|
address
|
string
Address which can be specified in one of the following formats. (1) City, state, code, country, for example, Mountain View, CA, USA. (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043. (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403.
|
salary
|
string
Salary, for example, $100,000.
|
android_app_link
|
string
Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.
|
similar_job_ids[]
|
string
Similar job IDs, for example, 1275.
|
ios_app_link
|
string
iOS deep link, for example, exampleApp://content/page.
|
ios_app_store_id
|
int64
iOS app store ID. This is used to check if the user has the app installed on their device before deep linking. If this field is set, then the ios_app_link field must also be present.
|
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-08-07 UTC.
[null,null,["Last updated 2025-08-07 UTC."],[],[],null,["# DynamicJobsAsset\n\nA dynamic jobs asset.\n\n| Fields ||\n|-----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `job_id` | `string` Required. Job ID which can be any sequence of letters and digits, and must be unique and match the values of remarketing tag. Required. |\n| ### `location_id` | `string` Location ID which can be any sequence of letters and digits. The ID sequence (job ID + location ID) must be unique. |\n| ### `job_title` | `string` Required. Job title, for example, Software engineer. Required. |\n| ### `job_subtitle` | `string` Job subtitle, for example, Level II. |\n| ### `description` | `string` Description, for example, Apply your technical skills. |\n| ### `image_url` | `string` Image URL, for example, \u003chttp://www.example.com/image.png\u003e. The image will not be uploaded as image asset. |\n| ### `job_category` | `string` Job category, for example, Technical. |\n| ### `contextual_keywords[]` | `string` Contextual keywords, for example, Software engineering job. |\n| ### `address` | `string` Address which can be specified in one of the following formats. (1) City, state, code, country, for example, Mountain View, CA, USA. (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043. (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403. |\n| ### `salary` | `string` Salary, for example, $100,000. |\n| ### `android_app_link` | `string` Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234. |\n| ### `similar_job_ids[]` | `string` Similar job IDs, for example, 1275. |\n| ### `ios_app_link` | `string` iOS deep link, for example, \u003cexampleApp://content/page\u003e. |\n| ### `ios_app_store_id` | `int64` iOS app store ID. This is used to check if the user has the app installed on their device before deep linking. If this field is set, then the ios_app_link field must also be present. |"]]