Google Apps Script
Feedback on this document

Class GoalUrlDestinationDetailsSteps

From Analytics Services

Members:

MemberTypeDescription
getNameStringStep name.
getNumberintStep number.
getUrlStringURL for this step.
setNameGoalUrlDestinationDetailsStepsSet the value for the field: name
setNumberGoalUrlDestinationDetailsStepsSet the value for the field: number
setUrlGoalUrlDestinationDetailsStepsSet the value for the field: url

method getName()

Step name.

Return Values:

TypeDescription
StringThe current value for name

method getNumber()

Step number.

Return Values:

TypeDescription
intThe current value for number

method getUrl()

URL for this step.

Return Values:

TypeDescription
StringThe current value for url

method setName(name)

Set the value for the field: name

Arguments:

NameTypeDescription
nameStringStep name.

Return Values:

TypeDescription
GoalUrlDestinationDetailsStepsThe bean object for chaining.

method setNumber(number)

Set the value for the field: number

Arguments:

NameTypeDescription
numberintStep number.

Return Values:

TypeDescription
GoalUrlDestinationDetailsStepsThe bean object for chaining.

method setUrl(url)

Set the value for the field: url

Arguments:

NameTypeDescription
urlStringURL for this step.

Return Values:

TypeDescription
GoalUrlDestinationDetailsStepsThe bean object for chaining.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.