eventSources property
Indices from which to collect click and conversion events. If null, the current index and replica group will be used as the event source.
Implementation
@JsonKey(name: r'eventSources')
final List<String>? eventSources;
Indices from which to collect click and conversion events. If null, the current index and replica group will be used as the event source.
@JsonKey(name: r'eventSources')
final List<String>? eventSources;