Universal Containers は、外部ツールから CRM Analytics に目標データをアップロードして、営業チームの目標達成度を計算する予定です。
目標データは毎月変わるため、データセットは毎月更新する必要があります。目標データは、営業担当者の Salesforce ID、目標金額、目標月を含む CSV ファイルです。ファイルには、営業担当者ごとに、今年および過去すべての年の各月の目標が含まれています。
この情報に基づいて、コンサルタントは Analytics 外部データ API を使用してファイルをアップロードするためにどの操作を使用する必要がありますか?
正解:A
For uploading target data that changes on a monthly basis and includes historical data (previous years' targets), the appropriate operation is "Overwrite." This ensures that each time the CSV file is uploaded, the existing data in the dataset is replaced with the new data. This is critical because the target data includes both current and historical data, and using "Overwrite" will update the entire dataset while maintaining historical accuracy.
"Append" would add new data without replacing the old records, leading to duplication, and "Update" is not suitable for completely replacing data in this context.