WAM is able to ingest Proxy files for segmentation creation then activation
...
After choosing the connection, Proxy configuration need needs to be set
...
Fields to fill
Configuration name : Proxy name configuration
File Path : Bucket where the files are retrieved
File Pattern : YYYYMMDD-Proxy-Configurationname-label.csv
Email to notify : Email to receive confirmation of file ingestion
Separator : file separator | , ;
...
Place file on the bucket with file pattern set on the Proxy configuration of the account
⚠ Bucket should only contain CRM files of the configuration
Header in file explanation
webo_id or | mobile_type | crm_id | crm_pattern | namespace_type | account _id | cs |
---|
The field names are separated by separator character.
...
webo_id|cs
webo_id|crm_id|crm_pattern|namespace_type|account_id|cs
mobile_id|mobile_type|crm_id|crm_pattern|namespace_type|account_id|cs
Rules
● We can’t have “webo_id” and “mobile_id” cannot be both present on the same linefile
⚠ Mandatory Columns
For Mobile ID only | For CRM ID only |
---|---|
“mobile_id”, “mobile-type” and “account_id” | “crm_id”, “namespace_type”, “crm_pattern” and “account_id” |
|
● We can have at most Maximum 7 columns
● one account ID per file only
...