![JAR search and dependency download from the Maven repository](/logo.png)
com.eclipsesource.tabris.tracking.internal.analytics.request.RequestValues Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tabris-tracking Show documentation
Show all versions of tabris-tracking Show documentation
Piwik and Google Analytics Tracking for Tabris Apps.
The newest version!
/*******************************************************************************
* Copyright (c) 2014 EclipseSource and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* EclipseSource - initial API and implementation
******************************************************************************/
package com.eclipsesource.tabris.tracking.internal.analytics.request;
import java.io.Serializable;
public class RequestValues implements Serializable {
public static final String HIT_SCREENVIEW = "HIT_SCREENVIEW";
public static final String HIT_PAGEVIEW = "HIT_PAGEVIEW";
public static final String HIT_TRANSACTION = "HIT_TRANSACTION";
public static final String HIT_EVENT = "HIT_EVENT";
public static final String HIT_EXCEPTION = "HIT_EXCEPTION";
public static final String HIT_TIMING = "HIT_TIMING";
public static final String HIT_SOCIAL = "HIT_SOCIAL";
public static final String SESSION_CONTROL_START = "SESSION_CONTROL_START";
public static final String SESSION_CONTROL_END = "SESSION_CONTROL_END";
public static final String HIT_ITEM = "HIT_ITEM";
private RequestValues() {
// prevent instantiation
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy