[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-09-05。"],[],[],null,["# Implementing email alerts\n\nUsing CTS email alerts allows you to engage with your users\nby automatically sending out email notifications for relevant jobs. For details\non the `searchJobsForAlert` search method, see\nthe [email alerts](https://cloud.google.com/talent-solution/job-search/docs/email-alerts)\nhow-to guide.\n\nTo make sure that job seekers receive a variety of jobs in their notifications,\nit's important to consider the following settings:\n\n- **Diversification level** : Job queries sometimes return multiple similar\n results. The CTS\n [`DiversificationLevel`](/talent-solution/job-search/v3/docs/reference/rest/v3p1beta1/DiversificationLevel)\n parameter detects clusters of highly similar results and displays only one\n representative job from that group high up in the results. The remainder are\n returned lower down. This improves the diversification of relevant jobs sent\n to job seekers and leads to increased engagement. Enable this feature by\n changing `DiversificationLevel` from unspecified to `SIMPLE`.\n\n- **The `offset` field** : The\n [`offset`](https://cloud.google.com/talent-solution/job-search/v3/docs/reference/rest/v3p1beta1/projects.jobs/search#request-body)\n field specifies a starting position in the ranked list of relevant jobs\n returned from a query. Entering a value in this field allows you to send\n multiple intra-day emails to a job seeker with offset results in each (for\n example results 1-10 in the first email, 11-20 in the next). While this\n works only for searches with more search results than the designated\n `offset` value, it reduces the chances of a job seeker repeatedly seeing the\n same job opening.\n\n- **Date and time restrictions** : You can adjust the date and time parameters\n to only show jobs posted within a certain time frame by using the\n [`TimestampRange`](https://cloud.google.com/talent-solution/job-search/v3/docs/reference/rest/v3p1beta1/JobQuery#timestamprange)\n filter. Depending on how many new jobs are posted daily, you can set this\n restriction to the last 1 day, 3 days, and so on. This ensures that only the\n most recently-posted jobs are shown in the email alert."]]