+ {autoPopulationSource === ALWAYS && (
+
+ The value for this field will be auto-populated when this data
+ element is provided as the XDM object for a Send event{" "}
+ action. This value cannot be overwritten.
+
+ )}
+ {autoPopulationSource === COMMAND && (
+
+ The value for this field may be specified as an option to the{" "}
+ Send event action. You can provide a value here, but it will
+ be overwritten if this field is also specified in the action.
+
+ )}
+ {autoPopulationSource === CONTEXT && schema.type !== OBJECT && (
+
+ The value for this field will be auto-populated when this data
+ element is provided as the XDM object for a Send event action
+ if the {contextKey} context is configured. If you provide a
+ value here, it will overwrite the auto-populated value.
+
+ )}
+ {autoPopulationSource === CONTEXT && schema.type === OBJECT && (
+
+ Some of the attributes of this field will be auto-populated when
+ this data element is provided as the XDM object for a{" "}
+ Send event action if the {contextKey} context is
+ configured. If you provide a data element here, it will overwrite
+ the auto-populated value.
+
+ )}
+ {autoPopulationSource === CONTEXT && (
+
+ You can configure which contexts are enabled in the Adobe Experience
+ Platform Web SDK extension configuration in the{" "}
+ Data collection section under the options labeled{" "}
+ When sending event data, automatically include.
+
+ )}
+
+