N2CMS

Packages | Classes | Enumerations

Package Reimers.Google.Analytics

Packages

package  Reports

Classes

class  AnalyticsAccountInfo
 Holds data about a Google Analytics account. More...
class  GenericEntry
 Defines a generic report entry. More...
class  ReportRequestor
 Gets reports from Google Analytics API. More...

Enumerations

enum  Dimension {
  browser = 0, browserVersion = 1, city = 2, connectionSpeed = 3,
  continent = 4, countOfVisits = 5, country = 6, date = 7,
  day = 8, daysSinceLastVisit = 9, flashVersion = 10, hostname = 11,
  hour = 12, javaEnabled = 13, language = 14, latitude = 15,
  longitude = 16, month = 17, networkDomain = 18, networkLocation = 19,
  pageDepth = 20, operatingSystem = 21, operatingSystemVersion = 22, region = 23,
  screenColors = 24, screenResolution = 25, subContinent = 25, userDefinedValue = 26,
  visitorType = 26, week = 27, year = 28, adContent = 29,
  adGroup = 30, adSlot = 31, adSlotPosition = 32, campaign = 33,
  keyword = 34, medium = 35, referralPath = 36, source = 37,
  exitPagePath = 38, landingPagePath = 39, pagePath = 40, pageTitle = 41,
  affiliation = 42, daysToTransaction = 43, productCategory = 44, productName = 45,
  productSku = 46, transactionId = 47, searchCategory = 48, searchDestinationPage = 49,
  searchKeyword = 50, searchKeywordRefinement = 51, searchStartPage = 52, searchUsed = 53,
  customVarValue1 = 54, customVarValue2 = 55, customVarValue3 = 56, customVarValue4 = 57,
  customVarValue5 = 58
}
 

Enumeration of analysis dimensions.

More...
enum  Metric {
  bounces = 0, entrances = 1, exits = 2, newVisits = 3,
  pageviews = 4, timeOnPage = 5, timeOnSite = 6, visitors = 7,
  visits = 8, adCost = 9, adClicks = 10, CPC = 11,
  CPM = 12, CTR = 13, impressions = 14, uniquePageviews = 15,
  itemQuantity = 16, itemRevenue = 17, transactionRevenue = 18, transactions = 19,
  transactionShipping = 20, transactionTax = 21, uniquePurchases = 22, searchDepth = 23,
  searchDuration = 24, searchExits = 25, searchRefinements = 26, searchUniques = 27,
  searchVisits = 28, goal1Completions = 29, goal2Completions = 30, goal3Completions = 31,
  goal4Completions = 32, goalCompletionsAll = 33, goal1Starts = 34, goal2Starts = 35,
  goal3Starts = 36, goal4Starts = 37, goalStartsAll = 38, goal1Value = 39,
  goal2Value = 40, goal3Value = 41, goal4Value = 42, goalValueAll = 43
}
 

Enumeration of report metrics.

More...

Enumeration Type Documentation

Enumeration of analysis dimensions.

Enumerator:
browser 
browserVersion 
city 
connectionSpeed 
continent 
countOfVisits 
country 
date 
day 
daysSinceLastVisit 
flashVersion 
hostname 
hour 
javaEnabled 
language 
latitude 
longitude 
month 
networkDomain 
networkLocation 
pageDepth 
operatingSystem 
operatingSystemVersion 
region 
screenColors 
screenResolution 
subContinent 
userDefinedValue 
visitorType 
week 
year 
adContent 
adGroup 
adSlot 
adSlotPosition 
campaign 
keyword 
medium 
referralPath 
source 
exitPagePath 
landingPagePath 
pagePath 
pageTitle 
affiliation 
daysToTransaction 
productCategory 
productName 
productSku 
transactionId 
searchCategory 
searchDestinationPage 
searchKeyword 
searchKeywordRefinement 
searchStartPage 
searchUsed 
customVarValue1 
customVarValue2 
customVarValue3 
customVarValue4 
customVarValue5 

Definition at line 15 of file Dimension.cs.

Enumeration of report metrics.

Enumerator:
bounces 
entrances 
exits 
newVisits 
pageviews 
timeOnPage 
timeOnSite 
visitors 
visits 
adCost 
adClicks 
CPC 
CPM 
CTR 
impressions 
uniquePageviews 
itemQuantity 
itemRevenue 
transactionRevenue 
transactions 
transactionShipping 
transactionTax 
uniquePurchases 
searchDepth 
searchDuration 
searchExits 
searchRefinements 
searchUniques 
searchVisits 
goal1Completions 
goal2Completions 
goal3Completions 
goal4Completions 
goalCompletionsAll 
goal1Starts 
goal2Starts 
goal3Starts 
goal4Starts 
goalStartsAll 
goal1Value 
goal2Value 
goal3Value 
goal4Value 
goalValueAll 

Definition at line 15 of file Metric.cs.