Values.MetricAttributionSourceContains information about a metric attribution associated with an event. For more information about metric attributions, see Measuring impact of recommendations.
type nonrec t = {eventAttributionSource : EventAttributionSource.t;The source of the event, such as a third party.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of EventAttributionSource.t ]) list ]