|
analytics
v3
|
#include <goal.h>
Classes | |
| class | GoalEventDetailsEventConditions |
Public Member Functions | |
| GoalEventDetails (const Json::Value &storage) | |
| GoalEventDetails (Json::Value *storage) | |
| virtual | ~GoalEventDetails () |
| const StringPiece | GetTypeName () const |
| bool | has_event_conditions () const |
| void | clear_event_conditions () |
| const client::JsonCppArray< GoalEventDetailsEventConditions > | get_event_conditions () const |
| client::JsonCppArray< GoalEventDetailsEventConditions > | mutable_eventConditions () |
| bool | has_use_event_value () const |
| void | clear_use_event_value () |
| bool | get_use_event_value () const |
| void | set_use_event_value (bool value) |
Static Public Member Functions | |
| static GoalEventDetails * | New () |
Details for the goal of the type EVENT.
|
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 'eventConditions' attribute.
|
inline |
Clears the 'useEventValue' attribute.
|
inline |
Get a reference to the value of the 'eventConditions' attribute.
|
inline |
Get the value of the 'useEventValue' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_analytics_api::GoalEventDetails
|
inline |
Determine if the 'eventConditions' attribute was set.
eventConditions' attribute was set.
|
inline |
Determine if the 'useEventValue' attribute was set.
useEventValue' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'eventConditions' property.
List of event conditions.
|
static |
Creates a new default instance.
|
inline |
Change the 'useEventValue' attribute.
Determines if the event value should be used as the value for this goal.
| [in] | value | The new value. |