youtube
v3
|
#include <channel_conversion_ping.h>
Public Member Functions | |
ChannelConversionPing (const Json::Value &storage) | |
ChannelConversionPing (Json::Value *storage) | |
virtual | ~ChannelConversionPing () |
const StringPiece | GetTypeName () const |
bool | has_context () const |
void | clear_context () |
const StringPiece | get_context () const |
void | set_context (const StringPiece &value) |
bool | has_conversion_url () const |
void | clear_conversion_url () |
const StringPiece | get_conversion_url () const |
void | set_conversion_url (const StringPiece &value) |
Static Public Member Functions | |
static ChannelConversionPing * | New () |
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.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'context
' attribute.
|
inline |
Clears the 'conversionUrl
' attribute.
|
inline |
Get the value of the 'context
' attribute.
|
inline |
Get the value of the 'conversionUrl
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'context
' attribute was set.
context
' attribute was set.
|
inline |
Determine if the 'conversionUrl
' attribute was set.
conversionUrl
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'context
' attribute.
Defines the context of the ping.
[in] | value | The new value. |
|
inline |
Change the 'conversionUrl
' attribute.
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=default The caller must append biscotti authentication (ms param in case of mobile, for example) to this ping.
[in] | value | The new value. |