Property | Type | Description | |
---|---|---|---|
_password | string | ||
_profile | int? | ||
_token | string | ||
_username | string |
Method | Description | |
---|---|---|
Account ( int accountId ) : |
Set account id for current context
|
|
AnalyticsService ( IAnalyticsDataProvider dataProvider ) : System | ||
GetAccounts ( ) : IEnumerable |
Get all accounts for a specific user
|
|
GetDashboard ( string start, string end ) : DashboardRequest |
Get dashboard summary for a given profile
|
|
GetGoalCompletions ( |
||
GetGoalCompletions ( IEnumerable |
||
GetGoals ( ) : IEnumerable |
||
GetPassword ( ) : string |
Get current password
|
|
GetProfile ( ) : int? |
Get current profile id
|
|
GetToken ( ) : string |
Get current token
|
|
GetTopTrafficSources ( string start, string end ) : void | ||
GetUsername ( ) : string |
Get current username
|
|
Logon ( ) : |
Login to service
|
|
Password ( string password ) : |
Set password for current context
|
|
Profile ( int id ) : |
Set profile id for current context
|
|
Username ( string username ) : |
Set username for current context
|
public Account ( int accountId ) : |
||
accountId | int | |
return |
public AnalyticsService ( IAnalyticsDataProvider dataProvider ) : System | ||
dataProvider | IAnalyticsDataProvider | |
return | System |
public GetDashboard ( string start, string end ) : DashboardRequest | ||
start | string | |
end | string | |
return | DashboardRequest |
public GetGoalCompletions ( |
||
goal | ||
end | string | |
return |
public GetGoalCompletions ( IEnumerable |
||
goals | IEnumerable |
|
start | string | |
end | string | |
return | IEnumerable |
public GetTopTrafficSources ( string start, string end ) : void | ||
start | string | |
end | string | |
return | void |
public Password ( string password ) : |
||
password | string | |
return |
public Username ( string username ) : |
||
username | string | |
return |