public static final class

GwoLink.Rel

extends Object
java.lang.Object
   ↳ com.google.gdata.data.analytics.GwoLink.Rel

Class Overview

Link relation type.

Summary

Constants
String CONFIGURATION_URL Experiment configuration URL.
String GOAL_URL Experiment goal URL.
String PAGE_VARIATION_URL A/b page variation URL.
String PREVIEW_URL Experiment combination preview URL.
String REPORT_URL Experiment report URL.
String TEST_URL Experiment test URL.
Public Constructors
GwoLink.Rel()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONFIGURATION_URL

Experiment configuration URL.

Constant Value: "http://schemas.google.com/analytics/websiteoptimizer/2009#configurationUrl"

public static final String GOAL_URL

Experiment goal URL.

Constant Value: "http://schemas.google.com/analytics/websiteoptimizer/2009#goalUrl"

public static final String PAGE_VARIATION_URL

A/b page variation URL.

Constant Value: "http://schemas.google.com/analytics/websiteoptimizer/2009#abPageVariationUrl"

public static final String PREVIEW_URL

Experiment combination preview URL.

Constant Value: "http://schemas.google.com/analytics/websiteoptimizer/2009#previewUrl"

public static final String REPORT_URL

Experiment report URL.

Constant Value: "http://schemas.google.com/analytics/websiteoptimizer/2009#reportUrl"

public static final String TEST_URL

Experiment test URL.

Constant Value: "http://schemas.google.com/analytics/websiteoptimizer/2009#testUrl"

Public Constructors

public GwoLink.Rel ()