|
analytics
v3
|
#include <goal.h>
Classes | |
| class | GoalUrlDestinationDetailsSteps |
Public Member Functions | |
| GoalUrlDestinationDetails (const Json::Value &storage) | |
| GoalUrlDestinationDetails (Json::Value *storage) | |
| virtual | ~GoalUrlDestinationDetails () |
| const StringPiece | GetTypeName () const |
| bool | has_case_sensitive () const |
| void | clear_case_sensitive () |
| bool | get_case_sensitive () const |
| void | set_case_sensitive (bool value) |
| bool | has_first_step_required () const |
| void | clear_first_step_required () |
| bool | get_first_step_required () const |
| void | set_first_step_required (bool value) |
| bool | has_match_type () const |
| void | clear_match_type () |
| const StringPiece | get_match_type () const |
| void | set_match_type (const StringPiece &value) |
| bool | has_steps () const |
| void | clear_steps () |
| const client::JsonCppArray< GoalUrlDestinationDetailsSteps > | get_steps () const |
| client::JsonCppArray< GoalUrlDestinationDetailsSteps > | mutable_steps () |
| bool | has_url () const |
| void | clear_url () |
| const StringPiece | get_url () const |
| void | set_url (const StringPiece &value) |
Static Public Member Functions | |
| static GoalUrlDestinationDetails * | New () |
Details for the goal of the type URL_DESTINATION.
|
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 'caseSensitive' attribute.
|
inline |
Clears the 'firstStepRequired' attribute.
|
inline |
Clears the 'matchType' attribute.
|
inline |
Clears the 'steps' attribute.
|
inline |
Clears the 'url' attribute.
|
inline |
Get the value of the 'caseSensitive' attribute.
|
inline |
Get the value of the 'firstStepRequired' attribute.
|
inline |
Get the value of the 'matchType' attribute.
|
inline |
Get a reference to the value of the 'steps' attribute.
|
inline |
Get the value of the 'url' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_analytics_api::GoalUrlDestinationDetails
|
inline |
Determine if the 'caseSensitive' attribute was set.
caseSensitive' attribute was set.
|
inline |
Determine if the 'firstStepRequired' attribute was set.
firstStepRequired' attribute was set.
|
inline |
Determine if the 'matchType' attribute was set.
matchType' attribute was set.
|
inline |
Determine if the 'steps' attribute was set.
steps' attribute was set.
|
inline |
Determine if the 'url' attribute was set.
url' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'steps' property.
List of steps configured for this goal funnel.
|
static |
Creates a new default instance.
|
inline |
Change the 'caseSensitive' attribute.
Determines if the goal URL must exactly match the capitalization of visited URLs.
| [in] | value | The new value. |
|
inline |
Change the 'firstStepRequired' attribute.
Determines if the first step in this goal is required.
| [in] | value | The new value. |
|
inline |
Change the 'matchType' attribute.
Match type for the goal URL. Possible values are HEAD, EXACT, or REGEX.
| [in] | value | The new value. |
|
inline |
Change the 'url' attribute.
URL for this goal.
| [in] | value | The new value. |