StoreSalesMetadata

  • StoreSalesDirect utilizes third_party_metadata to manage metadata for third-party Store Sales uploads.

  • The loyalty_fraction field is a required double between 0 and 1 (excluding 0) representing the fraction of identifiable transactions.

  • The transaction_upload_fraction is a required double between 0 and 1 (excluding 0) indicating the ratio of uploaded sales associated with a customer compared to overall sales.

  • custom_key is a string field for a predefined store sales custom variable key, accessible only to allow-listed customers for reporting segmentation.

Metadata for Store Sales Direct.

Fields

third_party_metadata

StoreSalesThirdPartyMetadata

Metadata for a third party Store Sales upload.

loyalty_fraction

double

This is the fraction of all transactions that are identifiable (for example, associated with any form of customer information). Required. The fraction needs to be between 0 and 1 (excluding 0).

transaction_upload_fraction

double

This is the ratio of sales being uploaded compared to the overall sales that can be associated with a customer. Required. The fraction needs to be between 0 and 1 (excluding 0). For example, if you upload half the sales that you are able to associate with a customer, this would be 0.5.

custom_key

string

Name of the store sales custom variable key. A predefined key that can be applied to the transaction and then later used for custom segmentation in reporting. Accessible only to customers on the allow-list.