create_goal_visitNumPages: Create a visit number of pages goals

Description Usage Arguments

View source: R/goals.R

Description

Create a visit number of pages goals

Usage

1
2
create_goal_visitNumPages(accountId, webPropertyId, profileId, goalId, goalName,
  goalValue = NULL, active = TRUE, comparisonType, comparisonValue)

Arguments

accountId

Account ID to retrieve profile for.

webPropertyId

ID to retrieve the profile for.

profileId

ID to retrive the profile for.

goalId

The goal ID for the current specified goal.

goalName

Goal name.

goalValue

Goal value. Defaults to NULL

active

Determines whether this goal is active. Defaults to TRUE

comparisonType

Type of comparison. Possible values are LESS_THAN, GREATER_THAN, or EQUAL.

comparisonValue

Value used for this comparison.


hairizuanbinnoorazman/gamanager documentation built on May 17, 2019, 2:25 p.m.