Basic Information

appmixer.googleAds.core.RemoveUsersInCSVFromUserList

1.0.0

Public

Remove users listed in a CSV file from a Google Ads Customer Match user list via the Offline User Data Job API. Supports large files by processing them in batches across multiple continuations. Provide a schema mapping for each upload so different CSV headers can be mapped explicitly.

Input Ports

in

FieldTypeDescription
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 remove users from.
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.

Output Ports

out

FieldTypeDescription
Total Users Removed integer -
Total Rows Skipped integer -
Total Rows in File integer -
Job Resource Name string -
API Errors array -
Internal Errors array -
Success boolean -

progress

FieldTypeDescription
Status string -
Message string -
Total Rows integer -
Last Processed Row integer -
Total Users Removed integer -
Percentage integer -
Elapsed Seconds integer -
ETA (seconds) integer -

Full Metadata