1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
\name{setGoogleAnalyticsId}
\alias{setGoogleAnalyticsId}
\title{Set the Google Analytics tracking ID to be embedded in this report ("web property id", usually starts with "UA-").}
\usage{
setGoogleAnalyticsId(report, id)
}
\arguments{
\item{report}{Report element.}
\item{id}{Web property ID for the Google Analytics
tracking account.}
}
\value{
Updated report element.
}
\description{
Set the Google Analytics tracking ID to be embedded in
this report ("web property id", usually starts with
"UA-").
}
\note{
A (free) Google Analytics account is required.
}
\author{
Nils Gehlenborg \email{nils@hms.harvard.edu}
}
\references{
\url{http://www.google.com/analytics}
}
|