Last data update: 2014.03.03

R: Retrieve the list of Profiles for the Google Analytics...
GetProfilesR Documentation

Retrieve the list of Profiles for the Google Analytics Account

Description

This function retrieves all the available profiles from the Google analytics account. Before retrieving the list of profiles, this function checks whether the token is valid and regenerates it if required

Usage

GetProfiles(token)

Arguments

token

Token Object generated by Auth

Value

R dataframe with profile ID and profile name.

Results