Collector Protocol Reference
public protocol Collector : Module
A Module that implements the functionality of collecting data to enrich the data layer of each track request.
-
Returns data used to enrich the data layer of a track request.
Declaration
Swift
func collect(_ dispatchContext: DispatchContext) -> DataObject