google_api_you_tube v0.0.1 GoogleApi.YouTube.V3.Model.ChannelConversionPing View Source

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.

Attributes

  • context (String.t): Defines the context of the ping. Defaults to: null.

    • Enum - one of [cview, subscribe, unsubscribe]
  • conversionUrl (String.t): The url (without the schema) that the player shall send the ping to. It's at caller's descretion to decide which schema to use (http vs https) Example of a returned url: //googleads.g.doubleclick.net/pagead/ viewthroughconversion/962985656/?data=path%3DtHe_path%3Btype%3D cview%3Butuid%3DGISQtTNGYqaYl4sKxoVvKA&labe=default The caller must append biscotti authentication (ms param in case of mobile, for example) to this ping. Defaults to: null.