---
title: "GoogleDv360_CustomerMatch: Create job"
method: POST
path: "/job/google-dv360-customer-match"
tags: ["Jobs"]
---

# GoogleDv360_CustomerMatch: Create job

`POST /job/google-dv360-customer-match`

Create a GoogleDv360_CustomerMatch job

## Query parameters

- `account_id` string

## Response `201`

GoogleDv360_CustomerMatch Job

- object
  - `_meta` object — Response Metadata
  - `data` object — Response Payload
    - `account_id` string — Lytics Account ID
    - `anomaly_rule` ModelsAnomalyRuleResp
      - `aid` integer
      - `checks` ModelsRuleCheckConfigReq[]
        - `allowable_violations` integer
        - `interval` string
        - `lookback_count` integer
        - `max_threshold` integer
        - `metric_type` string
        - `min_threshold` integer
        - `type` string
        - `variance_pct` number
      - `created` string
      - `id` string
      - `subject_id` string
      - `subject_type` string
      - `updated` string
    - `api_token_auth_id` string — this is set when work is create using access token
    - `auth_ids` string[] — Authorization IDs associated with the Job
    - `config` object, required — Job configuration, unique per-workflow
      - `ad_consent` string — Select the consent status for sending user data to Google for advertising purposes. Different consent groups should be sent through separate jobs to the same list
      - `advertiser_id` string, required — Enter your DV360 Advertiser ID
      - `app_id` string — If Mobile ID is entered, enter the Mobile App ID for the mobile application from which the data was collected to the DV360 API
      - `country_code_field` string — Select which field contains the user's two letter country code
      - `email_field` string — Select the field containing the user's email — plain or SHA256-hashed; plain values are hashed before sending.
      - `first_name_field` string — Select which field contains the user's first name. To match by name, country code and zipcode must be provided
      - `last_name_field` string — Select which field contains the user's last name
      - `list_id` integer — Select which Google DV360 list to append to. If no list is selected, a new list will be created. Please ensure your account has been linked with Lytics via the process described here: https://support.google.com/displayvideo/answer/9649053?hl=en",
      - `mobile_id_field` string — Select to match on mobile ID field instead of email
      - `personalization_consent` string — Select consent status for ad personalization. Different consent groups should be sent through separate jobs to the same list
      - `phone_number_field` string — Select the field containing the user's phone number — plain or SHA256-hashed; plain values are hashed before sending.
      - `segment_id` string — Select the Lytics audience to export to Google DV360 and create audience model off of
      - `zip_code_field` string — Select which field contains the user's zipcode
    - `created` string
    - `deleted` boolean — The Job has been deleted
    - `description` string — A user-defined description
    - `drop_events_during_quiet_window` boolean
    - `expires_at` string, date-time
    - `id` string — A Lytics-assigned, immutable unique ID for the Job
    - `meta` object — Extra meta data about the job
    - `monitoring` object — Inline monitoring config. On write: omit to keep, null to clear, or a config to set.
    - `name` string, required — A user-defined name
    - `quiet_period` integer
    - `quiet_time_of_day` string
    - `quiet_timezone` string
    - `sleep_until` string
    - `status` 'runnable' | 'sleeping' | 'paused' | 'completed' | 'fault' | 'failed' | 'killed' | 'deleted' | 'unknown' — The status of the job
    - `updated` string
    - `user_id` string — The user ID that created or updated the job
    - `workflow` string — The workflow slug
    - `workflow_id` string — The workflow ID
  - `request_id` string
  - `status` integer — HTTP Status Code

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/lytics/apis/lytics-api.md) · [All operations](https://skmtc.net/lytics/apis/lytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lytics/lytics-api/versions/366eeabcb6de/schema)
