public static final class

Engagement.Type

extends Object
java.lang.Object
   ↳ com.google.gdata.data.analytics.Engagement.Type

Class Overview

Goal's threshold type.

Summary

Constants
String PAGES_VISITED PagesVisited engagement.
String TIME_ON_SITE TimeOnSite engagement.
Public Constructors
Engagement.Type()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String PAGES_VISITED

PagesVisited engagement.

Constant Value: "pagesVisited"

public static final String TIME_ON_SITE

TimeOnSite engagement.

Constant Value: "timeOnSite"

Public Constructors

public Engagement.Type ()