Skip to contents

Creates an Upload job to ingest data for segment imports. The metadata is created for the job with the provided field mapping and unique key.

See https://www.paws-r-sdk.com/docs/customerprofiles_create_upload_job/ for full documentation.

Usage

customerprofiles_create_upload_job(
  DomainName,
  DisplayName,
  Fields,
  UniqueKey,
  DataExpiry = NULL
)

Arguments

DomainName

[required] The unique name of the domain. Domain should be exists for the upload job to be created.

DisplayName

[required] The unique name of the upload job. Could be a file name to identify the upload job.

Fields

[required] The mapping between CSV Columns and Profile Object attributes. A map of the name and ObjectType field.

UniqueKey

[required] The unique key columns for de-duping the profiles used to map data to the profile.

DataExpiry

The expiry duration for the profiles ingested with the job. If not provided, the system default of 2 weeks is used.