pings property

List<ChannelConversionPing>? pings
getter/setter pair

Pings that the app shall fire (authenticated by biscotti cookie).

Each ping has a context, in which the app must fire the ping, and a url identifying the ping.

Implementation

core.List<ChannelConversionPing>? pings;