pings property
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;
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.
core.List<ChannelConversionPing>? pings;