appmixer.googleAds.core.AddUsersFromCSVToUserList
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| CSV File | filepicker | A CSV file containing user data. Use the Schema field below to map each CSV header to the Google Ads identifier it represents. |
| Customer ID | text | Google Ads customer ID (digits only, e.g. 1234567890). Hyphens are ignored. |
| Login Customer ID | text | The Google Ads Manager Account (MCC) ID. Required when accessing accounts managed through an MCC hierarchy. Format: 10-digit number, e.g. 1234567890. See https://developers.google.com/google-ads/api/docs/concepts/call-structure#login-customer-id |
| User List ID | text | Numeric ID of the Customer Match user list to upload users into. |
| Upload Mode | select | ADD appends users to the list. REPLACE removes all existing users and replaces them with this upload. |
| Schema | expression | Required mapping between CSV headers and Google Ads identifiers. This component does not infer identifiers from header names. |
| Column Separator | text | Character used to separate columns in the CSV file. Default is a comma (,). |
| Ad Personalization Consent | select | Consent status for ad personalization. Required by EU User Consent Policy. |
| Ad User Data Consent | select | Consent status for use of user data for ads. Required by EU User Consent Policy. |
| Field | Type | Description |
|---|---|---|
| Total Users Uploaded | integer | - |
| Total Rows Skipped | integer | - |
| Total Rows in File | integer | - |
| Job Resource Name | string | - |
| API Errors | array | - |
| Internal Errors | array | - |
| Success | boolean | - |
| Field | Type | Description |
|---|---|---|
| Status | string | - |
| Message | string | - |
| Total Rows | integer | - |
| Last Processed Row | integer | - |
| Total Users Uploaded | integer | - |
| Percentage | integer | - |
| Elapsed Seconds | integer | - |
| ETA (seconds) | integer | - |