Companywebcast API Wiki

Page History: Report Service

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: 2013/04/04 12:02


ReportService

Table of Contents

ReportService

Sources
Name  Description 
ReportService  The Report service interface contains functionality to retreive Statistics and Reports for a webcast. - Statistics contains datetime based data - Reports contains datetime independent data for a webcast, module or visitor All methods return an enum value to indicate error or success. See  ReturnCode for the possible values. 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

ReportService Web Service

Description

The Report service interface contains functionality to retreive Statistics and Reports for a webcast. - Statistics contains datetime based data - Reports contains datetime independent data for a webcast, module or visitor All methods return an enum value to indicate error or success. See  ReturnCode for the possible values. 

See Also

Methods | Elements | Attributes | Complex Types | Simple Types

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Methods: ReportService

Methods
Name  Description 
ChartGet  Get a ChartList, a collection of Charts, which itself is a collection of ChartItem
CustomerGet  Get a Customer, containing running totals of  visitors and views 
ExcelSend  Request for an Excel report to be sent to Email
FormsGet  Get a collection of Forms
UserGet  Get a User, containing webcast usage statistics 
UserSearch  Get a list of UserSummarys based on the specified filters. 
VisitorCompletedForm  Tests if a certain form has been completed by a specific visitor 
VisitorGet  Get a Visitor, containing detailed reports about visitors 
VisitorSearch  Search Visitors by (part of) email address returns a VisitorSummary, for detailed visitor info see: VisitorGet
VisitorWatchedSince  Gets an array of DateTimes, from a specific starting point 
WebcastGet  Get a Webcast containing running totals of minutes watched and amount of viewers for a specified period of time 
WebcastSearch  Get a collection of WebcastSummary
WebcastSummaryGet  Get a WebcastSummary, this data can be cached for 1 minute. 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Method: ChartGet
Description

Get a ChartList, a collection of Charts, which itself is a collection of ChartItem

Parameters
Name  Type  Direction  Description 
Username  string  Input  Username used for authentication
Password  string  Input  Password used for authentication
ObjectType  string  Input  ObjectType for a list of possible values
ObjectIdentifier  string  Input  CustomerCode for ObjectType Customer, WebcastKey for Webcast, Guid for Form
Start  dateTime  Input  Specifies a starting point for gathering timed information
Period  Period  Input  Used for calculating an end point for gathering timed information. This period is added to Start
ChartTypes  string  Input  A comma delimeted list of chart type names from Charts, where "Chart" will be appended to the type name
PageSize  int  Input  Used for paginating Chart results
PageNumber  int  Input  Used for paginating Chart results
Charts  Charts  Output  A ChartList
Returns

A ChartGetResult element.

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Method: CustomerGet
Description

Get a Customer, containing running totals of  visitors and views 

Parameters
Name  Type  Direction  Description 
Username  string  Input  Username used for authentication
Password  string  Input  Password used for authentication
CustomerCode  string  Input  Code used to identify a customer
Start  dateTime  Input  Specifies a starting point for gathering running totals
Period  Period  Input  Used for calculating an end point for gathering running totals. This period is added to Start
Customer  Customer  Output  a Customer, or null if not found
Returns

A CustomerGetResult element.

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Method: ExcelSend
Description

Request for an Excel report to be sent to Email

Parameters
Name  Type  Direction  Description 
Username  string  Input  Username used for authentication
Password  string  Input  Password used for authentication
WebcastCode  string  Input  Webcast Code, consisting of CustomerName/YYYYMMDD_serialnumber
Email  string  Input  a valid email address
Returns

A ExcelSendResult element.

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Method: FormsGet
Description

Get a collection of Forms

Parameters
Name  Type  Direction  Description 
UserName  string  Input  Username used for authentication
Password  string  Input  Password used for authentication
WebcastCode  string  Input  Webcast Code, consisting of CustomerName/YYYYMMDD_serialnumber
Forms  Forms  Output  A collection of Forms
Returns

A FormsGetResult element.

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Method: UserGet
Description

Get a User, containing webcast usage statistics 

Parameters
Name  Type  Direction  Description 
Username  string  Input  Username used for authentication
Password  string  Input  Password used for authentication
CustomerUserName  string  Input  Uniquely identies a User
User  User  Output  A User
Returns

A UserGetResult element.

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Method: UserSearch
Description

Get a list of UserSummarys based on the specified filters. 

Parameters
Name  Type  Direction  Description 
Username  string  Input  Username used for authentication
Password  string  Input  Password used for authentication
CustomerCode  string  Input  Code used to identify a customer, returns InvalidInput when not a null or empty
UserNameFilter  string  Input  (part of) the user's name
UserUsernameFilter  string  Input  (part of) the user's username
UserEmailFilter  string  Input  (part of) a valid emailaddress
UserTagsFilter  TagList  Input  a collection of Tags
PageSize  int  Input  Used for paginating results
PageNumber  int  Input  Used for paginating results
Order  UserOrdering  Input  Orders the results
UserSummaries  UserSummaryList  Output  a list of UserSummarys
Returns

A UserSearchResult element.

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Method: VisitorCompletedForm
Description

Tests if a certain form has been completed by a specific visitor 

Parameters
Name  Type  Direction  Description 
Username  string  Input  Username used for authentication
Password  string  Input  Password used for authentication
WebcastCode  string  Input  Webcast Code, consisting of CustomerName/YYYYMMDD_serialnumber
VisitorId  string  Input  Uniquely identifies a Visitor
FormId  string  Input  Uniquely identifies a Form
Answered  boolean  Output  true if answered
Returns

A VisitorCompletedFormResult element.

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Method: VisitorGet
Description

Get a Visitor, containing detailed reports about visitors 

Parameters
Name  Type  Direction  Description 
Username  string  Input  Username used for authentication
Password  string  Input  Password used for authentication
WebcastCode  string  Input  Webcast Code, consisting of CustomerName/YYYYMMDD_serialnumber
VisitorId  string  Input  Uniquely identifies a Visitor
Start  dateTime  Input  Specifies a starting point for gathering timed information
Period  Period  Input  Used for calculating an end point for gathering timed information. This period is added to Start
Visitor  Visitor  Output  A Visitor, or null if not found
Returns

A VisitorGetResult element.

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Method: VisitorSearch
Description

Search Visitors by (part of) email address returns a VisitorSummary, for detailed visitor info see: VisitorGet

Parameters
Name  Type  Direction  Description 
Username  string  Input  Username used for authentication
Password  string  Input  Password used for authentication
WebcastCode  string  Input  Webcast Code, consisting of CustomerName/YYYYMMDD_serialnumber
Email  string  Input  (part of) an emailadress used for searching
Start  dateTime  Input  Specifies a starting point for gathering timed information
Period  Period  Input  Used for calculating an end point for gathering timed information. This period is added to Start
PageSize  int  Input  Used for paginating results
PageNumber  int  Input  Used for paginating results
Ordering  VisitorOrderByList  Input  Used to order results
VisitorSummaries  VisitorSummaries  Output  a collection of VisitorSummary
Returns

A VisitorSearchResult element.

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Method: VisitorWatchedSince
Description

Gets an array of DateTimes, from a specific starting point 

Parameters
Name  Type  Direction  Description 
Username  string  Input  Username used for authentication
Password  string  Input  Password used for authentication
WebcastCode  string  Input  Webcast Code, consisting of CustomerName/YYYYMMDD_serialnumber
VisitorId  string  Input  Uniquely identifies a Visitor
From  dateTime  Input  Specifies a starting point for gathering timed information
Watched  ArrayOfdateTime  Output  An array of DateTime
Returns

A VisitorWatchedSinceResult element.

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Method: WebcastGet
Description

Get a Webcast containing running totals of minutes watched and amount of viewers for a specified period of time 

Parameters
Name  Type  Direction  Description 
Username  string  Input  Username used for authentication
Password  string  Input  Password used for authentication
WebcastCode  string  Input  Webcast Code, consisting of CustomerName/YYYYMMDD_serialnumber
Start  dateTime  Input  Specifies a starting point for gathering running totals
Period  Period  Input  Used for calculating an end point for gathering running totals. This period is added to Start
Filter  WebcastFilter  Input  Use WebcastFilter to retrieve only specific report data (such as poll)
Webcast  Webcast  Output  A Webcast, or null if not found
Returns

A WebcastGetResult element.

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Method: WebcastSearch
Description

Get a collection of WebcastSummary

Parameters
Name  Type  Direction  Description 
Username  string  Input  Username used for authentication
Password  string  Input  Password used for authentication
CustomerCode  string  Input  Code used to identify a customer
Title  string  Input  (part of) a webcast title
Tags  TagList  Input  a collection of Tags
PageSize  int  Input  Used for paginating results
PageNumber  int  Input  Used for paginating results
Order  WebcastOrdering  Input  Orders the results
WebcastSummaries  WebcastSummaryList  Output  a collection of WebcastSummarys, or null if not found
Returns

A WebcastSearchResult element.

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Method: WebcastSummaryGet
Description

Get a WebcastSummary, this data can be cached for 1 minute. 

Parameters
Name  Type  Direction  Description 
Username  string  Input  Username used for authentication
Password  string  Input  Password used for authentication
WebcastCode  string  Input  Webcast Code, consisting of CustomerName/YYYYMMDD_serialnumber
WebcastSummary  WebcastSummary  Output  A WebcastSummary, or null if not found
Returns

A WebcastSummaryGetResult element.

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Types: ReportService

Complex Types
Name  Description 
Activity  Describes occurance activity for a certain item Examples: - A webcast usually occurs once (Total=1) and has a Duration - A speaker can occur multiple times (Total=n) in a webcast and has a (total)Duration and the average speaking time for a speaker in a webcast = Duration/Total
Answer  A form anwser from a web visitor
Answers  A collection of Answers
ArrayOfdateTime   
Chart  Chart data class
ChartItem  Data class for retreiving a simple lightweight sortable item - Id refers to the full item for more details. - Value holds the requested chartvalue, for example: number of downloads
ChartItems  A collection of ChartItems
Charts  A collection of Charts
Customer  Describes Customer usage statistics
Download  Describes download statistics
Downloads  A collecion of Downloads
Form  Contains a collection of Questions
Forms  A Collection of Forms
MediaStream  Describes MediaStream usage statistics
MediaStreams  A collection of MediaStreams
Name  Describes a person's name
Option  A form question Option
Options  A collection of Options
Question  A Survey or poll question containing: -all possible answers (if multiple choice) -correct answers -given answers by visitors
Questions  A collection of Questions
Session  Describes Web visitor session statistics
Sessions  A collection of Sessions
SessionTotal  Describes Web visitor session statistics
Settings  A collection of Strings used to store user settings
Span  A collection of SpanParts
SpanPart  Holds an amount over a span of time Used for generating graphs (that contains multiple SpanParts)
TagList  A collection of Strings used to classify a webcast
User  Describes a user's usage statistics
UserDetails  Describes a user's name, email and username
UserSummary  Describes a user
UserSummaryList  A collection of UserSummarys
Views  Describes views on a webcast element Examples: - a Topic is viewed by 20 visitors (Viewers=20) over 23 sessions (Total=23) The combined duration that an item is viewed is 46 minutes (Duration=46) The average view duration for this topic =  Duration/Total = 2 minutes per session
Visitor  Describes extended visitor usage statistics
VisitorOrderByList  A collection of VisitorOrderBys
VisitorSummaries  A collection of VisitorSummarys
VisitorSummary  Describes visitor usage statistics
Webcast  Describes webcast usage statistics
WebcastDetails  Describes a webcast
WebcastSummary  Describes concise webcast usage statistics
WebcastSummaryList   
WebcastUserSummary  Describes user webcast statistics
WebcastUserSummaryList  A collection of WebcastUserSummarys
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Activity
Description

Describes occurance activity for a certain item Examples: - A webcast usually occurs once (Total=1) and has a Duration - A speaker can occur multiple times (Total=n) in a webcast and has a (total)Duration and the average speaking time for a speaker in a webcast = Duration/Total

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Duration  long  0..1  The total amount of time spent during this activity
Total  int  0..1  Counts the amount of times activity has been registered
Referenced By
Name  Type 
Activity  Element 
Activity type Customer  Element 
Activity type MediaStream  Element 
Activity type Webcast  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Answer
Description

A form anwser from a web visitor

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Date  dateTime  0..1   
Label  string  0..1   
Value  string  0..1   
VisitorId  string  0..1   
Referenced By
Name  Type 
Answer  Element 
Answer type Answers  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Answers
Description

A collection of Answers

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Answer  Answer  0..*   
Referenced By
Name  Type 
Answers  Element 
Answers type Question  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: ArrayOfdateTime
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
dateTime  dateTime  0..*   
Referenced By
Name  Type 
Watched element VisitorWatchedSinceResponse  Element 
WatchedAt type Session  Element 
ArrayOfdateTime  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Chart
Description

Chart data class

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Items  ChartItems  0..1   
Type  string  0..1   
Referenced By
Name  Type 
Chart  Element 
Chart type Charts  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: ChartItem
Description

Data class for retreiving a simple lightweight sortable item - Id refers to the full item for more details. - Value holds the requested chartvalue, for example: number of downloads

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Id  string  0..1   
Title  string  0..1   
Value  long  0..1   
Referenced By
Name  Type 
ChartItem  Element 
ChartItem type ChartItems  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: ChartItems
Description

A collection of ChartItems

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
ChartItem  ChartItem  0..*   
Referenced By
Name  Type 
ChartItems  Element 
Items type Chart  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Charts
Description

A collection of Charts

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Chart  Chart  0..*   
Referenced By
Name  Type 
Charts  Element 
Charts element ChartGetResponse  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Customer
Description

Describes Customer usage statistics

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Activity  Activity  0..1   
DownloadsTotal  int  0..1  The total amount of downloads
Id  string  0..1  This customer's id
Title  string  0..1  This customer's title
Views  Views  0..1   
Referenced By
Name  Type 
Customer  Element 
Customer element CustomerGetResponse  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Download
Description

Describes download statistics

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Id  string  0..1   
Title  string  0..1   
Type  string  0..1   
Views  Views  0..1   
Referenced By
Name  Type 
Download  Element 
Download type Downloads  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Downloads
Description

A collecion of Downloads

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Download  Download  0..*   
Referenced By
Name  Type 
Downloads  Element 
Downloads type Visitor  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Form
Description

Contains a collection of Questions

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Id  guid  0..1   
Questions  Questions  0..1   
Title  string  0..1   
Type  string  0..1   
Referenced By
Name  Type 
Form  Element 
Form type Forms  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Forms
Description

A Collection of Forms

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Form  Form  0..*   
Referenced By
Name  Type 
Forms  Element 
Forms element FormsGetResponse  Element 
Forms type Visitor  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: MediaStream
Description

Describes MediaStream usage statistics

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Activity  Activity  0..1   
Id  string  0..1   
Live  boolean  0..1  Is this a live stream?
Title  string  0..1   
Views  Views  0..1   
Referenced By
Name  Type 
MediaStream  Element 
MediaStream type MediaStreams  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: MediaStreams
Description

A collection of MediaStreams

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
MediaStream  MediaStream  0..*   
Referenced By
Name  Type 
MediaStreams  Element 
MediaStreams type Webcast  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Name
Description

Describes a person's name

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
First  string  0..1   
Last  string  0..1   
Middle  string  0..1   
Title  string  0..1   
Referenced By
Name  Type 
Name  Element 
Name type UserDetails  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Option
Description

A form question Option

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Id  guid  0..1   
IsCorrect  boolean  0..1   
Text  string  0..1   
Total  int  0..1   
Referenced By
Name  Type 
Option  Element 
Option type Options  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Options
Description

A collection of Options

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Option  Option  0..*   
Referenced By
Name  Type 
Options  Element 
Options type Question  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Question
Description

A Survey or poll question containing: -all possible answers (if multiple choice) -correct answers -given answers by visitors

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Answers  Answers  0..1   
Id  guid  0..1   
Mandatory  boolean  0..1   
Options  Options  0..1   
Text  string  0..1   
Type  string  0..1   
Referenced By
Name  Type 
Question  Element 
Question type Questions  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Questions
Description

A collection of Questions

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Question  Question  0..*   
Referenced By
Name  Type 
Questions  Element 
Questions type Form  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Session
Description

Describes Web visitor session statistics

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
City  string  0..1   
ContinentCode  string  0..1   
Country  string  0..1   
Domain  string  0..1   
End  dateTime  0..1   
Id  string  0..1   
IpAddress  string  0..1   
Latitude  float  0..1   
Longitude  float  0..1   
PlayerUrl  string  0..1   
Referer  string  0..1   
Region  string  0..1   
Start  dateTime  0..1   
UserAgentString  string  0..1   
WatchedAt  ArrayOfdateTime  0..1   
Referenced By
Name  Type 
Session  Element 
Session type Sessions  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Sessions
Description

A collection of Sessions

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Session  Session  0..*   
Referenced By
Name  Type 
Sessions  Element 
Sessions type Visitor  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: SessionTotal
Description

Describes Web visitor session statistics

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
City  string  0..1   
ContinentCode  string  0..1   
Country  string  0..1   
Domain  string  0..1   
End  dateTime  0..1   
Id  string  0..1   
IpAddress  string  0..1   
Latitude  float  0..1   
Longitude  float  0..1   
PercentageWatched  decimal  0..1   
PlayerUrl  string  0..1   
QuestionsIncorrect  int  0..1   
Referer  string  0..1   
Region  string  0..1   
Start  dateTime  0..1   
UserAgentString  string  0..1   
Referenced By
Name  Type 
Session type VisitorSummary  Element 
SessionTotal  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Settings
Description

A collection of Strings used to store user settings

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
string  string  0..*   
Referenced By
Name  Type 
Settings  Element 
Settings type WebcastUserSummary  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Span
Description

A collection of SpanParts

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
SpanPart  SpanPart  0..*   
Referenced By
Name  Type 
Span  Element 
Span type Views  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: SpanPart
Description

Holds an amount over a span of time Used for generating graphs (that contains multiple SpanParts)

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Period  Period  0..1   
Start  dateTime  0..1   
Value  int  0..1   
Referenced By
Name  Type 
SpanPart  Element 
SpanPart type Span  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: TagList
Description

A collection of Strings used to classify a webcast

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
string  string  0..*   
Referenced By
Name  Type 
TagList  Element 
Tags element WebcastSearch  Element 
Tags type WebcastSummary  Element 
UserTagsFilter element UserSearch  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: User
Description

Describes a user's usage statistics

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
UserDetails  UserDetails  0..1   
WebcastUserSummaries  WebcastUserSummaryList  0..1   
Referenced By
Name  Type 
User  Element 
User element UserGetResponse  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: UserDetails
Description

Describes a user's name, email and username

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Email  string  0..1   
Name  Name  0..1   
UserName  string  0..1   
Referenced By
Name  Type 
Details type UserSummary  Element 
UserDetails  Element 
UserDetails type User  Element 
UserDetails type Visitor  Element 
UserDetails type VisitorSummary  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: UserSummary
Description

Describes a user

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Details  UserDetails  0..1   
Subscribed  int  0..1   
Visited  int  0..1   
Referenced By
Name  Type 
UserSummary  Element 
UserSummary type UserSummaryList  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: UserSummaryList
Description

A collection of UserSummarys

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
UserSummary  UserSummary  0..*   
Referenced By
Name  Type 
UserSummaries element UserSearchResponse  Element 
UserSummaryList  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Views
Description

Describes views on a webcast element Examples: - a Topic is viewed by 20 visitors (Viewers=20) over 23 sessions (Total=23) The combined duration that an item is viewed is 46 minutes (Duration=46) The average view duration for this topic =  Duration/Total = 2 minutes per session

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Duration  long  0..1   
From  dateTime  0..1   
Span  Span  0..1   
To  dateTime  0..1   
Total  int  0..1   
Viewers  int  0..1   
Visitors  int  0..1   
Referenced By
Name  Type 
Views  Element 
Views type Customer  Element 
Views type Download  Element 
Views type MediaStream  Element 
Views type Visitor  Element 
Views type Webcast  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Visitor
Description

Describes extended visitor usage statistics

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Downloads  Downloads  0..1   
Email  string  0..1   
Forms  Forms  0..1   
Id  string  0..1   
Sessions  Sessions  0..1   
UserDetails  UserDetails  0..1   
Views  Views  0..1   
Referenced By
Name  Type 
Visitor  Element 
Visitor element VisitorGetResponse  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: VisitorOrderByList
Description

A collection of VisitorOrderBys

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
VisitorOrderBy  VisitorOrderBy  0..*   
Referenced By
Name  Type 
Ordering element VisitorSearch  Element 
VisitorOrderByList  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: VisitorSummaries
Description

A collection of VisitorSummarys

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
VisitorSummary  VisitorSummary  0..*   
Referenced By
Name  Type 
VisitorSummaries  Element 
VisitorSummaries element VisitorSearchResponse  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: VisitorSummary
Description

Describes visitor usage statistics

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
DownloadsTotal  int  0..1   
Email  string  0..1   
Id  string  0..1   
Passed  boolean  0..1   
Session  SessionTotal  0..1   
UserDetails  UserDetails  0..1   
WatchedLive  boolean  0..1   
Referenced By
Name  Type 
VisitorSummary  Element 
VisitorSummary type VisitorSummaries  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: Webcast
Description

Describes webcast usage statistics

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Activity  Activity  0..1   
ActualEnd  dateTime  0..1   
ActualStart  dateTime  0..1   
ChatQuestions  int  0..1   
Code  string  0..1   
Id  string  0..1   
LogModifiedAt  dateTime  0..1   
MediaStreams  MediaStreams  0..1   
ModifiedAt  dateTime  0..1   
Subscribed  int  0..1   
Title  string  0..1   
Views  Views  0..1   
Referenced By
Name  Type 
Webcast  Element 
Webcast element WebcastGetResponse  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: WebcastDetails
Description

Describes a webcast

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
ActualEnd  dateTime  0..1   
ActualStart  dateTime  0..1   
Code  string  0..1   
Title  string  0..1   
Referenced By
Name  Type 
Details type WebcastSummary  Element 
Webcast type WebcastUserSummary  Element 
WebcastDetails  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: WebcastSummary
Description

Describes concise webcast usage statistics

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Details  WebcastDetails  0..1   
Sessions  int  0..1   
Subscribers  int  0..1   
Tags  TagList  0..1   
Viewers  int  0..1   
Referenced By
Name  Type 
WebcastSummary  Element 
WebcastSummary element WebcastSummaryGetResponse  Element 
WebcastSummary type WebcastSummaryList  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: WebcastSummaryList
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
WebcastSummary  WebcastSummary  0..*   
Referenced By
Name  Type 
WebcastSummaries element WebcastSearchResponse  Element 
WebcastSummaryList  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: WebcastUserSummary
Description

Describes user webcast statistics

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
MinutesWatched  int  0..1   
Settings  Settings  0..1   
UniqueMinutesWatched  int  0..1   
VisitorId  string  0..1   
Webcast  WebcastDetails  0..1   
Referenced By
Name  Type 
WebcastUserSummary  Element 
WebcastUserSummary type WebcastUserSummaryList  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Complex Type: WebcastUserSummaryList
Description

A collection of WebcastUserSummarys

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
WebcastUserSummary  WebcastUserSummary  0..*   
Referenced By
Name  Type 
WebcastUserSummaries type User  Element 
WebcastUserSummaryList  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Simple Types: ReportService

Simple Types
Name  Description 
char   
duration   
guid   
Period  Defines a time span
ReturnCode  The return code indicates failure or success on a method call. A possitive error indicates a client side error which needs an action by the client to resolve the error. A negative error indicates a server side error. A client does not need to do a specific task except to retry the action. Zero indicates success.
UserOrdering  Used to order user queries
VisitorOrderBy  Used to order visitor queries
WebcastFilter  Filter for finetuning results
WebcastOrdering  Used to order webcast queries
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Simple Type: char
Derived By

Restricting int

Referenced By
Name  Type 
char  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Simple Type: duration
Derived By

Restricting duration

Restrictions
  • Value must match the following pattern: \-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?

  • The value must be greater than or equal to -P10675199DT2H48M5.4775808S.

  • The value must be less than or equal to P10675199DT2H48M5.4775807S.

Referenced By
Name  Type 
duration  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Simple Type: guid
Derived By

Restricting string

Restrictions
Referenced By
Name  Type 
Id type Form  Element 
Id type Option  Element 
Id type Question  Element 
guid  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Simple Type: Period
Description

Defines a time span

Derived By

Restricting string

Enumeration
Value  Description 
All  All time periods
Year  Year period
Month  Month period
Day  Day period
Hour  Hour period
Minute  Minute period
Referenced By
Name  Type 
Period  Element 
Period element ChartGet  Element 
Period element CustomerGet  Element 
Period element VisitorGet  Element 
Period element VisitorSearch  Element 
Period element WebcastGet  Element 
Period type SpanPart  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Simple Type: ReturnCode
Description

The return code indicates failure or success on a method call. A possitive error indicates a client side error which needs an action by the client to resolve the error. A negative error indicates a server side error. A client does not need to do a specific task except to retry the action. Zero indicates success.

Derived By

Restricting string

Enumeration
Value  Description 
ServerError  Unknown error caused on server.
Success  Completed successfully.
ClientNotAuthorizedOrUnkown  Username/password combination incorrect, unknown or not authorized.
NoData  This data document is not available.
InvalidInput   
InvalidChartForObject  Chart either unknown or not supported for supplied objecttype
Referenced By
Name  Type 
ChartGetResult element ChartGetResponse  Element 
CustomerGetResult element CustomerGetResponse  Element 
ExcelSendResult element ExcelSendResponse  Element 
FormsGetResult element FormsGetResponse  Element 
ReturnCode  Element 
UserGetResult element UserGetResponse  Element 
UserSearchResult element UserSearchResponse  Element 
VisitorCompletedFormResult element VisitorCompletedFormResponse  Element 
VisitorGetResult element VisitorGetResponse  Element 
VisitorSearchResult element VisitorSearchResponse  Element 
VisitorWatchedSinceResult element VisitorWatchedSinceResponse  Element 
WebcastGetResult element WebcastGetResponse  Element 
WebcastSearchResult element WebcastSearchResponse  Element 
WebcastSummaryGetResult element WebcastSummaryGetResponse  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Simple Type: UserOrdering
Description

Used to order user queries

Derived By

Restricting string

Enumeration
Value  Description 
UserNameAsc  sort by user name ascending
UserNameDesc  sort by user name descending
VisitedAsc  sort by visited ascending
VisitedDesc  sort by visited descending
SubscribedAsc  sort by subscribed ascending
SubscribedDesc  sort by subscribed descending
Referenced By
Name  Type 
Order element UserSearch  Element 
UserOrdering  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Simple Type: VisitorOrderBy
Description

Used to order visitor queries

Derived By

Restricting string

Enumeration
Value  Description 
PercentageWatchedDesc   
PercentageWatchedAsc   
SessionFromAsc   
SessionFromDesc   
SessionToAsc   
SessionToDesc   
VisitorIdDesc   
VisitorIdAsc   
TotalMinutesViewedDesc   
TotalMinutesViewedAsc   
QuestionsIncorrectDesc   
QuestionsIncorrectAsc   
EmailAsc   
EmailDesc   
DomainAsc   
DomainDesc   
ContinentCodeAsc   
ContinentCodeDesc   
RegionAsc   
RegionDesc   
CountryAsc   
CountryDesc   
CityAsc   
CityDesc   
LongitudeAsc   
LongitudeDesc   
LatitudeAsc   
LatitudeDesc   
IpAddressAsc   
IpAddressDesc   
RefererAsc   
RefererDesc   
PlayerUrlAsc   
PlayerUrlDesc   
UserAgentStringAsc   
UserAgentStringDesc   
WatchedLiveAsc   
WatchedLiveDesc   
Referenced By
Name  Type 
VisitorOrderBy  Element 
VisitorOrderBy type VisitorOrderByList  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Simple Type: WebcastFilter
Description

Filter for finetuning results

Derived By

List

Enumeration
Value  Description 
MediaStreams   
Referenced By
Name  Type 
Filter element WebcastGet  Element 
WebcastFilter  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Simple Type: WebcastOrdering
Description

Used to order webcast queries

Derived By

Restricting string

Enumeration
Value  Description 
CodeAsc   
CodeDesc   
TitleAsc   
TitleDesc   
SubscribersAsc   
SubscribersDesc   
StartAsc   
StartDesc   
ViewersAsc   
ViewersDesc   
Referenced By
Name  Type 
Order element WebcastSearch  Element 
WebcastOrdering  Element 
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Elements: ReportService

Elements
Name  Description 
Activity type Customer   
Activity type MediaStream   
Activity type Webcast   
Activity   
ActualEnd type Webcast   
ActualEnd type WebcastDetails   
ActualStart type Webcast   
ActualStart type WebcastDetails   
Answer type Answers   
Answer   
Answered element VisitorCompletedFormResponse   
Answers type Question   
Answers   
anyType   
anyURI   
ArrayOfdateTime   
base64Binary   
boolean   
byte   
char   
Chart type Charts   
Chart   
ChartGet   
ChartGetResponse   
ChartGetResult element ChartGetResponse   
ChartItem type ChartItems   
ChartItem   
ChartItems   
Charts element ChartGetResponse   
Charts   
ChartTypes element ChartGet   
ChatQuestions type Webcast   
City type Session   
City type SessionTotal   
Code type Webcast   
Code type WebcastDetails   
ContinentCode type Session   
ContinentCode type SessionTotal   
Country type Session   
Country type SessionTotal   
Customer element CustomerGetResponse   
Customer   
CustomerCode element CustomerGet   
CustomerCode element UserSearch   
CustomerCode element WebcastSearch   
CustomerGet   
CustomerGetResponse   
CustomerGetResult element CustomerGetResponse   
CustomerUserName element UserGet   
Date type Answer   
dateTime type ArrayOfdateTime   
dateTime   
decimal   
Details type UserSummary   
Details type WebcastSummary   
Domain type Session   
Domain type SessionTotal   
double   
Download type Downloads   
Download   
Downloads type Visitor   
Downloads   
DownloadsTotal type Customer  The total amount of downloads
DownloadsTotal type VisitorSummary   
Duration type Activity  The total amount of time spent during this activity
Duration type Views   
duration   
Email element ExcelSend   
Email element VisitorSearch   
Email type UserDetails   
Email type Visitor   
Email type VisitorSummary   
End type Session   
End type SessionTotal   
ExcelSend   
ExcelSendResponse   
ExcelSendResult element ExcelSendResponse   
Filter element WebcastGet   
First type Name   
float   
Form type Forms   
Form   
FormId element VisitorCompletedForm   
Forms element FormsGetResponse   
Forms type Visitor   
Forms   
FormsGet   
FormsGetResponse   
FormsGetResult element FormsGetResponse   
From element VisitorWatchedSince   
From type Views   
guid   
Id type ChartItem   
Id type Customer  This customer's id
Id type Download   
Id type Form   
Id type MediaStream   
Id type Option   
Id type Question   
Id type Session   
Id type SessionTotal   
Id type Visitor   
Id type VisitorSummary   
Id type Webcast   
int   
IpAddress type Session   
IpAddress type SessionTotal   
IsCorrect type Option   
Items type Chart   
Label type Answer   
Last type Name   
Latitude type Session   
Latitude type SessionTotal   
Live type MediaStream  Is this a live stream?
LogModifiedAt type Webcast   
long   
Longitude type Session   
Longitude type SessionTotal   
Mandatory type Question   
MediaStream type MediaStreams   
MediaStream   
MediaStreams type Webcast   
MediaStreams   
Middle type Name   
MinutesWatched type WebcastUserSummary   
ModifiedAt type Webcast   
Name type UserDetails   
Name   
ObjectIdentifier element ChartGet   
ObjectType element ChartGet   
Option type Options   
Option   
Options type Question   
Options   
Order element UserSearch   
Order element WebcastSearch   
Ordering element VisitorSearch   
PageNumber element ChartGet   
PageNumber element UserSearch   
PageNumber element VisitorSearch   
PageNumber element WebcastSearch   
PageSize element ChartGet   
PageSize element UserSearch   
PageSize element VisitorSearch   
PageSize element WebcastSearch   
Passed type VisitorSummary   
Password element ChartGet   
Password element CustomerGet   
Password element ExcelSend   
Password element FormsGet   
Password element UserGet   
Password element UserSearch   
Password element VisitorCompletedForm   
Password element VisitorGet   
Password element VisitorSearch   
Password element VisitorWatchedSince   
Password element WebcastGet   
Password element WebcastSearch   
Password element WebcastSummaryGet   
PercentageWatched type SessionTotal   
Period element ChartGet   
Period element CustomerGet   
Period element VisitorGet   
Period element VisitorSearch   
Period element WebcastGet   
Period type SpanPart   
Period   
PlayerUrl type Session   
PlayerUrl type SessionTotal   
QName   
Question type Questions   
Question   
Questions type Form   
Questions   
QuestionsIncorrect type SessionTotal   
Referer type Session   
Referer type SessionTotal   
Region type Session   
Region type SessionTotal   
ReturnCode   
Session type Sessions   
Session type VisitorSummary   
Session   
Sessions type Visitor   
Sessions type WebcastSummary   
Sessions   
SessionTotal   
Settings type WebcastUserSummary   
Settings   
short   
Span type Views   
Span   
SpanPart type Span   
SpanPart   
Start element ChartGet   
Start element CustomerGet   
Start element VisitorGet   
Start element VisitorSearch   
Start element WebcastGet   
Start type Session   
Start type SessionTotal   
Start type SpanPart   
string type Settings   
string type TagList   
string   
Subscribed type UserSummary   
Subscribed type Webcast   
Subscribers type WebcastSummary   
TagList   
Tags element WebcastSearch   
Tags type WebcastSummary   
Text type Option   
Text type Question   
Title element WebcastSearch   
Title type ChartItem   
Title type Customer  This customer's title
Title type Download   
Title type Form   
Title type MediaStream   
Title type Name   
Title type Webcast   
Title type WebcastDetails   
To type Views   
Total type Activity  Counts the amount of times activity has been registered
Total type Option   
Total type Views   
Type type Chart   
Type type Download   
Type type Form   
Type type Question   
UniqueMinutesWatched type WebcastUserSummary   
unsignedByte   
unsignedInt   
unsignedLong   
unsignedShort   
User element UserGetResponse   
User   
UserAgentString type Session   
UserAgentString type SessionTotal   
UserDetails type User   
UserDetails type Visitor   
UserDetails type VisitorSummary   
UserDetails   
UserEmailFilter element UserSearch   
UserGet   
UserGetResponse   
UserGetResult element UserGetResponse   
Username element ChartGet   
Username element CustomerGet   
Username element ExcelSend   
UserName element FormsGet   
Username element UserGet   
Username element UserSearch   
Username element VisitorCompletedForm   
Username element VisitorGet   
Username element VisitorSearch   
Username element VisitorWatchedSince   
Username element WebcastGet   
Username element WebcastSearch   
Username element WebcastSummaryGet   
UserName type UserDetails   
UserNameFilter element UserSearch   
UserOrdering   
UserSearch   
UserSearchResponse   
UserSearchResult element UserSearchResponse   
UserSummaries element UserSearchResponse   
UserSummary type UserSummaryList   
UserSummary   
UserSummaryList   
UserTagsFilter element UserSearch   
UserUsernameFilter element UserSearch   
Value type Answer   
Value type ChartItem   
Value type SpanPart   
Viewers type Views   
Viewers type WebcastSummary   
Views type Customer   
Views type Download   
Views type MediaStream   
Views type Visitor   
Views type Webcast   
Views   
Visited type UserSummary   
Visitor element VisitorGetResponse   
Visitor   
VisitorCompletedForm   
VisitorCompletedFormResponse   
VisitorCompletedFormResult element VisitorCompletedFormResponse   
VisitorGet   
VisitorGetResponse   
VisitorGetResult element VisitorGetResponse   
VisitorId element VisitorCompletedForm   
VisitorId element VisitorGet   
VisitorId element VisitorWatchedSince   
VisitorId type Answer   
VisitorId type WebcastUserSummary   
VisitorOrderBy type VisitorOrderByList   
VisitorOrderBy   
VisitorOrderByList   
Visitors type Views   
VisitorSearch   
VisitorSearchResponse   
VisitorSearchResult element VisitorSearchResponse   
VisitorSummaries element VisitorSearchResponse   
VisitorSummaries   
VisitorSummary type VisitorSummaries   
VisitorSummary   
VisitorWatchedSince   
VisitorWatchedSinceResponse   
VisitorWatchedSinceResult element VisitorWatchedSinceResponse   
Watched element VisitorWatchedSinceResponse   
WatchedAt type Session   
WatchedLive type VisitorSummary   
Webcast element WebcastGetResponse   
Webcast type WebcastUserSummary   
Webcast   
WebcastCode element ExcelSend   
WebcastCode element FormsGet   
WebcastCode element VisitorCompletedForm   
WebcastCode element VisitorGet   
WebcastCode element VisitorSearch   
WebcastCode element VisitorWatchedSince   
WebcastCode element WebcastGet   
WebcastCode element WebcastSummaryGet   
WebcastDetails   
WebcastFilter   
WebcastGet   
WebcastGetResponse   
WebcastGetResult element WebcastGetResponse   
WebcastOrdering   
WebcastSearch   
WebcastSearchResponse   
WebcastSearchResult element WebcastSearchResponse   
WebcastSummaries element WebcastSearchResponse   
WebcastSummary element WebcastSummaryGetResponse   
WebcastSummary type WebcastSummaryList   
WebcastSummary   
WebcastSummaryGet   
WebcastSummaryGetResponse   
WebcastSummaryGetResult element WebcastSummaryGetResponse   
WebcastSummaryList   
WebcastUserSummaries type User   
WebcastUserSummary type WebcastUserSummaryList   
WebcastUserSummary   
WebcastUserSummaryList   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Activity type Customer
Derived By

Type Activity

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Duration  long  0..1  The total amount of time spent during this activity
Total  int  0..1  Counts the amount of times activity has been registered
Referenced By
Name  Type 
Customer  Complex Type 
Definition

See Customer

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Activity type MediaStream
Derived By

Type Activity

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Duration  long  0..1  The total amount of time spent during this activity
Total  int  0..1  Counts the amount of times activity has been registered
Referenced By
Name  Type 
MediaStream  Complex Type 
Definition

See MediaStream

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Activity type Webcast
Derived By

Type Activity

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Duration  long  0..1  The total amount of time spent during this activity
Total  int  0..1  Counts the amount of times activity has been registered
Referenced By
Name  Type 
Webcast  Complex Type 
Definition

See Webcast

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Activity
Derived By

Type Activity

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Duration  long  0..1  The total amount of time spent during this activity
Total  int  0..1  Counts the amount of times activity has been registered
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ActualEnd type Webcast
Derived By

Type dateTime

Referenced By
Name  Type 
Webcast  Complex Type 
Definition

See Webcast

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ActualEnd type WebcastDetails
Derived By

Type dateTime

Referenced By
Name  Type 
WebcastDetails  Complex Type 
Definition

See WebcastDetails

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ActualStart type Webcast
Derived By

Type dateTime

Referenced By
Name  Type 
Webcast  Complex Type 
Definition

See Webcast

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ActualStart type WebcastDetails
Derived By

Type dateTime

Referenced By
Name  Type 
WebcastDetails  Complex Type 
Definition

See WebcastDetails

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Answer type Answers
Derived By

Type Answer

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Date  dateTime  0..1   
Label  string  0..1   
Value  string  0..1   
VisitorId  string  0..1   
Referenced By
Name  Type 
Answers  Complex Type 
Definition

See Answers

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Answer
Derived By

Type Answer

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Date  dateTime  0..1   
Label  string  0..1   
Value  string  0..1   
VisitorId  string  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Derived By

Type boolean

Referenced By
Name  Type 
VisitorCompletedFormResponse  Element 
VisitorCompletedForm  Method 
Definition

See VisitorCompletedFormResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Answers type Question
Derived By

Type Answers

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Answer  Answer  0..*   
Referenced By
Name  Type 
Question  Complex Type 
Definition

See Question

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Answers
Derived By

Type Answers

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Answer  Answer  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: anyType
Derived By

Type anyType

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: anyURI
Derived By

Type anyURI

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ArrayOfdateTime
Derived By

Type ArrayOfdateTime

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
dateTime  dateTime  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: base64Binary
Derived By

Type base64Binary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: boolean
Derived By

Type boolean

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: byte
Derived By

Type byte

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: char
Derived By

Type char

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Chart type Charts
Derived By

Type Chart

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Items  ChartItems  0..1   
Type  string  0..1   
Referenced By
Name  Type 
Charts  Complex Type 
Definition

See Charts

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Chart
Derived By

Type Chart

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Items  ChartItems  0..1   
Type  string  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ChartGet
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Username  string  0..1   
Password  string  0..1   
ObjectType  string  0..1   
ObjectIdentifier  string  0..1   
Start  dateTime  0..1   
Period  Period  0..1   
ChartTypes  string  0..1   
PageSize  int  0..1   
PageNumber  int  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ChartGetResponse
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
ChartGetResult  ReturnCode  0..1   
Charts  Charts  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ChartGetResult element ChartGetResponse
Derived By

Type ReturnCode

Enumeration
Value  Description 
ServerError  Unknown error caused on server.
Success  Completed successfully.
ClientNotAuthorizedOrUnkown  Username/password combination incorrect, unknown or not authorized.
NoData  This data document is not available.
InvalidInput   
InvalidChartForObject  Chart either unknown or not supported for supplied objecttype
Referenced By
Name  Type 
ChartGetResponse  Element 
ChartGet  Method 
Definition

See ChartGetResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ChartItem type ChartItems
Derived By

Type ChartItem

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Id  string  0..1   
Title  string  0..1   
Value  long  0..1   
Referenced By
Name  Type 
ChartItems  Complex Type 
Definition

See ChartItems

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ChartItem
Derived By

Type ChartItem

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Id  string  0..1   
Title  string  0..1   
Value  long  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ChartItems
Derived By

Type ChartItems

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
ChartItem  ChartItem  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Charts element ChartGetResponse
Derived By

Type Charts

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Chart  Chart  0..*   
Referenced By
Name  Type 
ChartGetResponse  Element 
ChartGet  Method 
Definition

See ChartGetResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Charts
Derived By

Type Charts

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Chart  Chart  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ChartTypes element ChartGet
Derived By

Type string

Referenced By
Name  Type 
ChartGet  Element 
ChartGet  Method 
Definition

See ChartGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ChatQuestions type Webcast
Derived By

Type int

Referenced By
Name  Type 
Webcast  Complex Type 
Definition

See Webcast

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: City type Session
Derived By

Type string

Referenced By
Name  Type 
Session  Complex Type 
Definition

See Session

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: City type SessionTotal
Derived By

Type string

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Code type Webcast
Derived By

Type string

Referenced By
Name  Type 
Webcast  Complex Type 
Definition

See Webcast

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Code type WebcastDetails
Derived By

Type string

Referenced By
Name  Type 
WebcastDetails  Complex Type 
Definition

See WebcastDetails

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ContinentCode type Session
Derived By

Type string

Referenced By
Name  Type 
Session  Complex Type 
Definition

See Session

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ContinentCode type SessionTotal
Derived By

Type string

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Country type Session
Derived By

Type string

Referenced By
Name  Type 
Session  Complex Type 
Definition

See Session

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Country type SessionTotal
Derived By

Type string

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Customer element CustomerGetResponse
Derived By

Type Customer

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Activity  Activity  0..1   
DownloadsTotal  int  0..1  The total amount of downloads
Id  string  0..1  This customer's id
Title  string  0..1  This customer's title
Views  Views  0..1   
Referenced By
Name  Type 
CustomerGetResponse  Element 
CustomerGet  Method 
Definition

See CustomerGetResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Customer
Derived By

Type Customer

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Activity  Activity  0..1   
DownloadsTotal  int  0..1  The total amount of downloads
Id  string  0..1  This customer's id
Title  string  0..1  This customer's title
Views  Views  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: CustomerCode element CustomerGet
Derived By

Type string

Referenced By
Name  Type 
CustomerGet  Element 
CustomerGet  Method 
Definition

See CustomerGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: CustomerCode element UserSearch
Derived By

Type string

Referenced By
Name  Type 
UserSearch  Element 
UserSearch  Method 
Definition

See UserSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: CustomerCode element WebcastSearch
Derived By

Type string

Referenced By
Name  Type 
WebcastSearch  Element 
WebcastSearch  Method 
Definition

See WebcastSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: CustomerGet
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Username  string  0..1   
Password  string  0..1   
CustomerCode  string  0..1   
Start  dateTime  0..1   
Period  Period  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: CustomerGetResponse
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
CustomerGetResult  ReturnCode  0..1   
Customer  Customer  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: CustomerGetResult element CustomerGetResponse
Derived By

Type ReturnCode

Enumeration
Value  Description 
ServerError  Unknown error caused on server.
Success  Completed successfully.
ClientNotAuthorizedOrUnkown  Username/password combination incorrect, unknown or not authorized.
NoData  This data document is not available.
InvalidInput   
InvalidChartForObject  Chart either unknown or not supported for supplied objecttype
Referenced By
Name  Type 
CustomerGetResponse  Element 
CustomerGet  Method 
Definition

See CustomerGetResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: CustomerUserName element UserGet
Derived By

Type string

Referenced By
Name  Type 
UserGet  Element 
UserGet  Method 
Definition

See UserGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Date type Answer
Derived By

Type dateTime

Referenced By
Name  Type 
Answer  Complex Type 
Definition

See Answer

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: dateTime type ArrayOfdateTime
Derived By

Type dateTime

Referenced By
Name  Type 
ArrayOfdateTime  Complex Type 
Definition

See ArrayOfdateTime

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: dateTime
Derived By

Type dateTime

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: decimal
Derived By

Type decimal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Details type UserSummary
Derived By

Type UserDetails

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Email  string  0..1   
Name  Name  0..1   
UserName  string  0..1   
Referenced By
Name  Type 
UserSummary  Complex Type 
Definition

See UserSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Details type WebcastSummary
Derived By

Type WebcastDetails

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
ActualEnd  dateTime  0..1   
ActualStart  dateTime  0..1   
Code  string  0..1   
Title  string  0..1   
Referenced By
Name  Type 
WebcastSummary  Complex Type 
Definition

See WebcastSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Domain type Session
Derived By

Type string

Referenced By
Name  Type 
Session  Complex Type 
Definition

See Session

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Domain type SessionTotal
Derived By

Type string

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: double
Derived By

Type double

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Download type Downloads
Derived By

Type Download

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Id  string  0..1   
Title  string  0..1   
Type  string  0..1   
Views  Views  0..1   
Referenced By
Name  Type 
Downloads  Complex Type 
Definition

See Downloads

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Download
Derived By

Type Download

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Id  string  0..1   
Title  string  0..1   
Type  string  0..1   
Views  Views  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Downloads type Visitor
Derived By

Type Downloads

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Download  Download  0..*   
Referenced By
Name  Type 
Visitor  Complex Type 
Definition

See Visitor

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Downloads
Derived By

Type Downloads

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Download  Download  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: DownloadsTotal type Customer
Description

The total amount of downloads

Derived By

Type int

Referenced By
Name  Type 
Customer  Complex Type 
Definition

See Customer

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: DownloadsTotal type VisitorSummary
Derived By

Type int

Referenced By
Name  Type 
VisitorSummary  Complex Type 
Definition

See VisitorSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Duration type Activity
Description

The total amount of time spent during this activity

Derived By

Type long

Referenced By
Name  Type 
Activity  Complex Type 
Definition

See Activity

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Duration type Views
Derived By

Type long

Referenced By
Name  Type 
Views  Complex Type 
Definition

See Views

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: duration
Derived By

Type duration

Restrictions
  • Value must match the following pattern: \-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?

  • The value must be greater than or equal to -P10675199DT2H48M5.4775808S.

  • The value must be less than or equal to P10675199DT2H48M5.4775807S.

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Email element ExcelSend
Derived By

Type string

Referenced By
Name  Type 
ExcelSend  Element 
ExcelSend  Method 
Definition

See ExcelSend

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Email element VisitorSearch
Derived By

Type string

Referenced By
Name  Type 
VisitorSearch  Element 
VisitorSearch  Method 
Definition

See VisitorSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Email type UserDetails
Derived By

Type string

Referenced By
Name  Type 
UserDetails  Complex Type 
Definition

See UserDetails

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Email type Visitor
Derived By

Type string

Referenced By
Name  Type 
Visitor  Complex Type 
Definition

See Visitor

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Email type VisitorSummary
Derived By

Type string

Referenced By
Name  Type 
VisitorSummary  Complex Type 
Definition

See VisitorSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: End type Session
Derived By

Type dateTime

Referenced By
Name  Type 
Session  Complex Type 
Definition

See Session

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: End type SessionTotal
Derived By

Type dateTime

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ExcelSend
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Username  string  0..1   
Password  string  0..1   
WebcastCode  string  0..1   
Email  string  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ExcelSendResponse
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
ExcelSendResult  ReturnCode  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ExcelSendResult element ExcelSendResponse
Derived By

Type ReturnCode

Enumeration
Value  Description 
ServerError  Unknown error caused on server.
Success  Completed successfully.
ClientNotAuthorizedOrUnkown  Username/password combination incorrect, unknown or not authorized.
NoData  This data document is not available.
InvalidInput   
InvalidChartForObject  Chart either unknown or not supported for supplied objecttype
Referenced By
Name  Type 
ExcelSendResponse  Element 
ExcelSend  Method 
Definition

See ExcelSendResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Filter element WebcastGet
Derived By

Type WebcastFilter

Referenced By
Name  Type 
WebcastGet  Element 
WebcastGet  Method 
Definition

See WebcastGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: First type Name
Derived By

Type string

Referenced By
Name  Type 
Name  Complex Type 
Definition

See Name

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: float
Derived By

Type float

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Form type Forms
Derived By

Type Form

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Id  guid  0..1   
Questions  Questions  0..1   
Title  string  0..1   
Type  string  0..1   
Referenced By
Name  Type 
Forms  Complex Type 
Definition

See Forms

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Form
Derived By

Type Form

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Id  guid  0..1   
Questions  Questions  0..1   
Title  string  0..1   
Type  string  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Derived By

Type string

Referenced By
Name  Type 
VisitorCompletedForm  Element 
VisitorCompletedForm  Method 
Definition

See VisitorCompletedForm

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Forms element FormsGetResponse
Derived By

Type Forms

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Form  Form  0..*   
Referenced By
Name  Type 
FormsGetResponse  Element 
FormsGet  Method 
Definition

See FormsGetResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Forms type Visitor
Derived By

Type Forms

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Form  Form  0..*   
Referenced By
Name  Type 
Visitor  Complex Type 
Definition

See Visitor

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Forms
Derived By

Type Forms

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Form  Form  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: FormsGet
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
UserName  string  0..1   
Password  string  0..1   
WebcastCode  string  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: FormsGetResponse
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
FormsGetResult  ReturnCode  0..1   
Forms  Forms  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: FormsGetResult element FormsGetResponse
Derived By

Type ReturnCode

Enumeration
Value  Description 
ServerError  Unknown error caused on server.
Success  Completed successfully.
ClientNotAuthorizedOrUnkown  Username/password combination incorrect, unknown or not authorized.
NoData  This data document is not available.
InvalidInput   
InvalidChartForObject  Chart either unknown or not supported for supplied objecttype
Referenced By
Name  Type 
FormsGetResponse  Element 
FormsGet  Method 
Definition

See FormsGetResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Derived By

Type dateTime

Referenced By
Name  Type 
VisitorWatchedSince  Element 
VisitorWatchedSince  Method 
Definition

See VisitorWatchedSince

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: From type Views
Derived By

Type dateTime

Referenced By
Name  Type 
Views  Complex Type 
Definition

See Views

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: guid
Derived By

Type guid

Restrictions
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Id type ChartItem
Derived By

Type string

Referenced By
Name  Type 
ChartItem  Complex Type 
Definition

See ChartItem

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Id type Customer
Description

This customer's id

Derived By

Type string

Referenced By
Name  Type 
Customer  Complex Type 
Definition

See Customer

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Id type Download
Derived By

Type string

Referenced By
Name  Type 
Download  Complex Type 
Definition

See Download

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Id type Form
Derived By

Type guid

Restrictions
Referenced By
Name  Type 
Form  Complex Type 
Definition

See Form

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Id type MediaStream
Derived By

Type string

Referenced By
Name  Type 
MediaStream  Complex Type 
Definition

See MediaStream

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Id type Option
Derived By

Type guid

Restrictions
Referenced By
Name  Type 
Option  Complex Type 
Definition

See Option

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Id type Question
Derived By

Type guid

Restrictions
Referenced By
Name  Type 
Question  Complex Type 
Definition

See Question

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Id type Session
Derived By

Type string

Referenced By
Name  Type 
Session  Complex Type 
Definition

See Session

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Id type SessionTotal
Derived By

Type string

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Id type Visitor
Derived By

Type string

Referenced By
Name  Type 
Visitor  Complex Type 
Definition

See Visitor

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Id type VisitorSummary
Derived By

Type string

Referenced By
Name  Type 
VisitorSummary  Complex Type 
Definition

See VisitorSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Id type Webcast
Derived By

Type string

Referenced By
Name  Type 
Webcast  Complex Type 
Definition

See Webcast

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: int
Derived By

Type int

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: IpAddress type Session
Derived By

Type string

Referenced By
Name  Type 
Session  Complex Type 
Definition

See Session

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: IpAddress type SessionTotal
Derived By

Type string

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: IsCorrect type Option
Derived By

Type boolean

Referenced By
Name  Type 
Option  Complex Type 
Definition

See Option

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Items type Chart
Derived By

Type ChartItems

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
ChartItem  ChartItem  0..*   
Referenced By
Name  Type 
Chart  Complex Type 
Definition

See Chart

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Label type Answer
Derived By

Type string

Referenced By
Name  Type 
Answer  Complex Type 
Definition

See Answer

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Last type Name
Derived By

Type string

Referenced By
Name  Type 
Name  Complex Type 
Definition

See Name

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Latitude type Session
Derived By

Type float

Referenced By
Name  Type 
Session  Complex Type 
Definition

See Session

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Latitude type SessionTotal
Derived By

Type float

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Live type MediaStream
Description

Is this a live stream?

Derived By

Type boolean

Referenced By
Name  Type 
MediaStream  Complex Type 
Definition

See MediaStream

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: LogModifiedAt type Webcast
Derived By

Type dateTime

Referenced By
Name  Type 
Webcast  Complex Type 
Definition

See Webcast

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: long
Derived By

Type long

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Longitude type Session
Derived By

Type float

Referenced By
Name  Type 
Session  Complex Type 
Definition

See Session

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Longitude type SessionTotal
Derived By

Type float

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Mandatory type Question
Derived By

Type boolean

Referenced By
Name  Type 
Question  Complex Type 
Definition

See Question

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: MediaStream type MediaStreams
Derived By

Type MediaStream

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Activity  Activity  0..1   
Id  string  0..1   
Live  boolean  0..1  Is this a live stream?
Title  string  0..1   
Views  Views  0..1   
Referenced By
Name  Type 
MediaStreams  Complex Type 
Definition

See MediaStreams

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: MediaStream
Derived By

Type MediaStream

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Activity  Activity  0..1   
Id  string  0..1   
Live  boolean  0..1  Is this a live stream?
Title  string  0..1   
Views  Views  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: MediaStreams type Webcast
Derived By

Type MediaStreams

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
MediaStream  MediaStream  0..*   
Referenced By
Name  Type 
Webcast  Complex Type 
Definition

See Webcast

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: MediaStreams
Derived By

Type MediaStreams

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
MediaStream  MediaStream  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Middle type Name
Derived By

Type string

Referenced By
Name  Type 
Name  Complex Type 
Definition

See Name

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: MinutesWatched type WebcastUserSummary
Derived By

Type int

Referenced By
Name  Type 
WebcastUserSummary  Complex Type 
Definition

See WebcastUserSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ModifiedAt type Webcast
Derived By

Type dateTime

Referenced By
Name  Type 
Webcast  Complex Type 
Definition

See Webcast

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Name type UserDetails
Derived By

Type Name

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
First  string  0..1   
Last  string  0..1   
Middle  string  0..1   
Title  string  0..1   
Referenced By
Name  Type 
UserDetails  Complex Type 
Definition

See UserDetails

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Name
Derived By

Type Name

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
First  string  0..1   
Last  string  0..1   
Middle  string  0..1   
Title  string  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ObjectIdentifier element ChartGet
Derived By

Type string

Referenced By
Name  Type 
ChartGet  Element 
ChartGet  Method 
Definition

See ChartGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ObjectType element ChartGet
Derived By

Type string

Referenced By
Name  Type 
ChartGet  Element 
ChartGet  Method 
Definition

See ChartGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Option type Options
Derived By

Type Option

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Id  guid  0..1   
IsCorrect  boolean  0..1   
Text  string  0..1   
Total  int  0..1   
Referenced By
Name  Type 
Options  Complex Type 
Definition

See Options

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Option
Derived By

Type Option

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Id  guid  0..1   
IsCorrect  boolean  0..1   
Text  string  0..1   
Total  int  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Options type Question
Derived By

Type Options

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Option  Option  0..*   
Referenced By
Name  Type 
Question  Complex Type 
Definition

See Question

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Options
Derived By

Type Options

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Option  Option  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Order element UserSearch
Derived By

Type UserOrdering

Enumeration
Value  Description 
UserNameAsc  sort by user name ascending
UserNameDesc  sort by user name descending
VisitedAsc  sort by visited ascending
VisitedDesc  sort by visited descending
SubscribedAsc  sort by subscribed ascending
SubscribedDesc  sort by subscribed descending
Referenced By
Name  Type 
UserSearch  Element 
UserSearch  Method 
Definition

See UserSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Order element WebcastSearch
Derived By

Type WebcastOrdering

Enumeration
Value  Description 
CodeAsc   
CodeDesc   
TitleAsc   
TitleDesc   
SubscribersAsc   
SubscribersDesc   
StartAsc   
StartDesc   
ViewersAsc   
ViewersDesc   
Referenced By
Name  Type 
WebcastSearch  Element 
WebcastSearch  Method 
Definition

See WebcastSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Ordering element VisitorSearch
Derived By

Type VisitorOrderByList

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
VisitorOrderBy  VisitorOrderBy  0..*   
Referenced By
Name  Type 
VisitorSearch  Element 
VisitorSearch  Method 
Definition

See VisitorSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: PageNumber element ChartGet
Derived By

Type int

Referenced By
Name  Type 
ChartGet  Element 
ChartGet  Method 
Definition

See ChartGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: PageNumber element UserSearch
Derived By

Type int

Referenced By
Name  Type 
UserSearch  Element 
UserSearch  Method 
Definition

See UserSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: PageNumber element VisitorSearch
Derived By

Type int

Referenced By
Name  Type 
VisitorSearch  Element 
VisitorSearch  Method 
Definition

See VisitorSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: PageNumber element WebcastSearch
Derived By

Type int

Referenced By
Name  Type 
WebcastSearch  Element 
WebcastSearch  Method 
Definition

See WebcastSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: PageSize element ChartGet
Derived By

Type int

Referenced By
Name  Type 
ChartGet  Element 
ChartGet  Method 
Definition

See ChartGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: PageSize element UserSearch
Derived By

Type int

Referenced By
Name  Type 
UserSearch  Element 
UserSearch  Method 
Definition

See UserSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: PageSize element VisitorSearch
Derived By

Type int

Referenced By
Name  Type 
VisitorSearch  Element 
VisitorSearch  Method 
Definition

See VisitorSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: PageSize element WebcastSearch
Derived By

Type int

Referenced By
Name  Type 
WebcastSearch  Element 
WebcastSearch  Method 
Definition

See WebcastSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Passed type VisitorSummary
Derived By

Type boolean

Referenced By
Name  Type 
VisitorSummary  Complex Type 
Definition

See VisitorSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Password element ChartGet
Derived By

Type string

Referenced By
Name  Type 
ChartGet  Element 
ChartGet  Method 
Definition

See ChartGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Password element CustomerGet
Derived By

Type string

Referenced By
Name  Type 
CustomerGet  Element 
CustomerGet  Method 
Definition

See CustomerGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Password element ExcelSend
Derived By

Type string

Referenced By
Name  Type 
ExcelSend  Element 
ExcelSend  Method 
Definition

See ExcelSend

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Password element FormsGet
Derived By

Type string

Referenced By
Name  Type 
FormsGet  Element 
FormsGet  Method 
Definition

See FormsGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Password element UserGet
Derived By

Type string

Referenced By
Name  Type 
UserGet  Element 
UserGet  Method 
Definition

See UserGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Password element UserSearch
Derived By

Type string

Referenced By
Name  Type 
UserSearch  Element 
UserSearch  Method 
Definition

See UserSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Password element VisitorCompletedForm
Derived By

Type string

Referenced By
Name  Type 
VisitorCompletedForm  Element 
VisitorCompletedForm  Method 
Definition

See VisitorCompletedForm

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Password element VisitorGet
Derived By

Type string

Referenced By
Name  Type 
VisitorGet  Element 
VisitorGet  Method 
Definition

See VisitorGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Password element VisitorSearch
Derived By

Type string

Referenced By
Name  Type 
VisitorSearch  Element 
VisitorSearch  Method 
Definition

See VisitorSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Password element VisitorWatchedSince
Derived By

Type string

Referenced By
Name  Type 
VisitorWatchedSince  Element 
VisitorWatchedSince  Method 
Definition

See VisitorWatchedSince

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Password element WebcastGet
Derived By

Type string

Referenced By
Name  Type 
WebcastGet  Element 
WebcastGet  Method 
Definition

See WebcastGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Password element WebcastSearch
Derived By

Type string

Referenced By
Name  Type 
WebcastSearch  Element 
WebcastSearch  Method 
Definition

See WebcastSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Password element WebcastSummaryGet
Derived By

Type string

Referenced By
Name  Type 
WebcastSummaryGet  Element 
WebcastSummaryGet  Method 
Definition

See WebcastSummaryGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: PercentageWatched type SessionTotal
Derived By

Type decimal

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Period element ChartGet
Derived By

Type Period

Enumeration
Value  Description 
All  All time periods
Year  Year period
Month  Month period
Day  Day period
Hour  Hour period
Minute  Minute period
Referenced By
Name  Type 
ChartGet  Element 
ChartGet  Method 
Definition

See ChartGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Period element CustomerGet
Derived By

Type Period

Enumeration
Value  Description 
All  All time periods
Year  Year period
Month  Month period
Day  Day period
Hour  Hour period
Minute  Minute period
Referenced By
Name  Type 
CustomerGet  Element 
CustomerGet  Method 
Definition

See CustomerGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Period element VisitorGet
Derived By

Type Period

Enumeration
Value  Description 
All  All time periods
Year  Year period
Month  Month period
Day  Day period
Hour  Hour period
Minute  Minute period
Referenced By
Name  Type 
VisitorGet  Element 
VisitorGet  Method 
Definition

See VisitorGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Period element VisitorSearch
Derived By

Type Period

Enumeration
Value  Description 
All  All time periods
Year  Year period
Month  Month period
Day  Day period
Hour  Hour period
Minute  Minute period
Referenced By
Name  Type 
VisitorSearch  Element 
VisitorSearch  Method 
Definition

See VisitorSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Period element WebcastGet
Derived By

Type Period

Enumeration
Value  Description 
All  All time periods
Year  Year period
Month  Month period
Day  Day period
Hour  Hour period
Minute  Minute period
Referenced By
Name  Type 
WebcastGet  Element 
WebcastGet  Method 
Definition

See WebcastGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Period type SpanPart
Derived By

Type Period

Enumeration
Value  Description 
All  All time periods
Year  Year period
Month  Month period
Day  Day period
Hour  Hour period
Minute  Minute period
Referenced By
Name  Type 
SpanPart  Complex Type 
Definition

See SpanPart

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Period
Derived By

Type Period

Enumeration
Value  Description 
All  All time periods
Year  Year period
Month  Month period
Day  Day period
Hour  Hour period
Minute  Minute period
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: PlayerUrl type Session
Derived By

Type string

Referenced By
Name  Type 
Session  Complex Type 
Definition

See Session

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: PlayerUrl type SessionTotal
Derived By

Type string

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: QName
Derived By

Type QName

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Question type Questions
Derived By

Type Question

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Answers  Answers  0..1   
Id  guid  0..1   
Mandatory  boolean  0..1   
Options  Options  0..1   
Text  string  0..1   
Type  string  0..1   
Referenced By
Name  Type 
Questions  Complex Type 
Definition

See Questions

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Question
Derived By

Type Question

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Answers  Answers  0..1   
Id  guid  0..1   
Mandatory  boolean  0..1   
Options  Options  0..1   
Text  string  0..1   
Type  string  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Questions type Form
Derived By

Type Questions

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Question  Question  0..*   
Referenced By
Name  Type 
Form  Complex Type 
Definition

See Form

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Questions
Derived By

Type Questions

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Question  Question  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: QuestionsIncorrect type SessionTotal
Derived By

Type int

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Referer type Session
Derived By

Type string

Referenced By
Name  Type 
Session  Complex Type 
Definition

See Session

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Referer type SessionTotal
Derived By

Type string

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Region type Session
Derived By

Type string

Referenced By
Name  Type 
Session  Complex Type 
Definition

See Session

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Region type SessionTotal
Derived By

Type string

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: ReturnCode
Derived By

Type ReturnCode

Enumeration
Value  Description 
ServerError  Unknown error caused on server.
Success  Completed successfully.
ClientNotAuthorizedOrUnkown  Username/password combination incorrect, unknown or not authorized.
NoData  This data document is not available.
InvalidInput   
InvalidChartForObject  Chart either unknown or not supported for supplied objecttype
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Session type Sessions
Derived By

Type Session

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
City  string  0..1   
ContinentCode  string  0..1   
Country  string  0..1   
Domain  string  0..1   
End  dateTime  0..1   
Id  string  0..1   
IpAddress  string  0..1   
Latitude  float  0..1   
Longitude  float  0..1   
PlayerUrl  string  0..1   
Referer  string  0..1   
Region  string  0..1   
Start  dateTime  0..1   
UserAgentString  string  0..1   
WatchedAt  ArrayOfdateTime  0..1   
Referenced By
Name  Type 
Sessions  Complex Type 
Definition

See Sessions

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Session type VisitorSummary
Derived By

Type SessionTotal

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
City  string  0..1   
ContinentCode  string  0..1   
Country  string  0..1   
Domain  string  0..1   
End  dateTime  0..1   
Id  string  0..1   
IpAddress  string  0..1   
Latitude  float  0..1   
Longitude  float  0..1   
PercentageWatched  decimal  0..1   
PlayerUrl  string  0..1   
QuestionsIncorrect  int  0..1   
Referer  string  0..1   
Region  string  0..1   
Start  dateTime  0..1   
UserAgentString  string  0..1   
Referenced By
Name  Type 
VisitorSummary  Complex Type 
Definition

See VisitorSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Session
Derived By

Type Session

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
City  string  0..1   
ContinentCode  string  0..1   
Country  string  0..1   
Domain  string  0..1   
End  dateTime  0..1   
Id  string  0..1   
IpAddress  string  0..1   
Latitude  float  0..1   
Longitude  float  0..1   
PlayerUrl  string  0..1   
Referer  string  0..1   
Region  string  0..1   
Start  dateTime  0..1   
UserAgentString  string  0..1   
WatchedAt  ArrayOfdateTime  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Sessions type Visitor
Derived By

Type Sessions

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Session  Session  0..*   
Referenced By
Name  Type 
Visitor  Complex Type 
Definition

See Visitor

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Sessions type WebcastSummary
Derived By

Type int

Referenced By
Name  Type 
WebcastSummary  Complex Type 
Definition

See WebcastSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Sessions
Derived By

Type Sessions

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Session  Session  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: SessionTotal
Derived By

Type SessionTotal

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
City  string  0..1   
ContinentCode  string  0..1   
Country  string  0..1   
Domain  string  0..1   
End  dateTime  0..1   
Id  string  0..1   
IpAddress  string  0..1   
Latitude  float  0..1   
Longitude  float  0..1   
PercentageWatched  decimal  0..1   
PlayerUrl  string  0..1   
QuestionsIncorrect  int  0..1   
Referer  string  0..1   
Region  string  0..1   
Start  dateTime  0..1   
UserAgentString  string  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Settings type WebcastUserSummary
Derived By

Type Settings

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
string  string  0..*   
Referenced By
Name  Type 
WebcastUserSummary  Complex Type 
Definition

See WebcastUserSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Settings
Derived By

Type Settings

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
string  string  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: short
Derived By

Type short

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Span type Views
Derived By

Type Span

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
SpanPart  SpanPart  0..*   
Referenced By
Name  Type 
Views  Complex Type 
Definition

See Views

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Span
Derived By

Type Span

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
SpanPart  SpanPart  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: SpanPart type Span
Derived By

Type SpanPart

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Period  Period  0..1   
Start  dateTime  0..1   
Value  int  0..1   
Referenced By
Name  Type 
Span  Complex Type 
Definition

See Span

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: SpanPart
Derived By

Type SpanPart

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Period  Period  0..1   
Start  dateTime  0..1   
Value  int  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Start element ChartGet
Derived By

Type dateTime

Referenced By
Name  Type 
ChartGet  Element 
ChartGet  Method 
Definition

See ChartGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Start element CustomerGet
Derived By

Type dateTime

Referenced By
Name  Type 
CustomerGet  Element 
CustomerGet  Method 
Definition

See CustomerGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Start element VisitorGet
Derived By

Type dateTime

Referenced By
Name  Type 
VisitorGet  Element 
VisitorGet  Method 
Definition

See VisitorGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Start element VisitorSearch
Derived By

Type dateTime

Referenced By
Name  Type 
VisitorSearch  Element 
VisitorSearch  Method 
Definition

See VisitorSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Start element WebcastGet
Derived By

Type dateTime

Referenced By
Name  Type 
WebcastGet  Element 
WebcastGet  Method 
Definition

See WebcastGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Start type Session
Derived By

Type dateTime

Referenced By
Name  Type 
Session  Complex Type 
Definition

See Session

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Start type SessionTotal
Derived By

Type dateTime

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Start type SpanPart
Derived By

Type dateTime

Referenced By
Name  Type 
SpanPart  Complex Type 
Definition

See SpanPart

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: string type Settings
Derived By

Type string

Referenced By
Name  Type 
Settings  Complex Type 
Definition

See Settings

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: string type TagList
Derived By

Type string

Referenced By
Name  Type 
TagList  Complex Type 
Definition

See TagList

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: string
Derived By

Type string

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Subscribed type UserSummary
Derived By

Type int

Referenced By
Name  Type 
UserSummary  Complex Type 
Definition

See UserSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Subscribed type Webcast
Derived By

Type int

Referenced By
Name  Type 
Webcast  Complex Type 
Definition

See Webcast

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Subscribers type WebcastSummary
Derived By

Type int

Referenced By
Name  Type 
WebcastSummary  Complex Type 
Definition

See WebcastSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: TagList
Derived By

Type TagList

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
string  string  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Tags element WebcastSearch
Derived By

Type TagList

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
string  string  0..*   
Referenced By
Name  Type 
WebcastSearch  Element 
WebcastSearch  Method 
Definition

See WebcastSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Tags type WebcastSummary
Derived By

Type TagList

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
string  string  0..*   
Referenced By
Name  Type 
WebcastSummary  Complex Type 
Definition

See WebcastSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Text type Option
Derived By

Type string

Referenced By
Name  Type 
Option  Complex Type 
Definition

See Option

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Text type Question
Derived By

Type string

Referenced By
Name  Type 
Question  Complex Type 
Definition

See Question

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Title element WebcastSearch
Derived By

Type string

Referenced By
Name  Type 
WebcastSearch  Element 
WebcastSearch  Method 
Definition

See WebcastSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Title type ChartItem
Derived By

Type string

Referenced By
Name  Type 
ChartItem  Complex Type 
Definition

See ChartItem

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Title type Customer
Description

This customer's title

Derived By

Type string

Referenced By
Name  Type 
Customer  Complex Type 
Definition

See Customer

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Title type Download
Derived By

Type string

Referenced By
Name  Type 
Download  Complex Type 
Definition

See Download

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Title type Form
Derived By

Type string

Referenced By
Name  Type 
Form  Complex Type 
Definition

See Form

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Title type MediaStream
Derived By

Type string

Referenced By
Name  Type 
MediaStream  Complex Type 
Definition

See MediaStream

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Title type Name
Derived By

Type string

Referenced By
Name  Type 
Name  Complex Type 
Definition

See Name

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Title type Webcast
Derived By

Type string

Referenced By
Name  Type 
Webcast  Complex Type 
Definition

See Webcast

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Title type WebcastDetails
Derived By

Type string

Referenced By
Name  Type 
WebcastDetails  Complex Type 
Definition

See WebcastDetails

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: To type Views
Derived By

Type dateTime

Referenced By
Name  Type 
Views  Complex Type 
Definition

See Views

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Total type Activity
Description

Counts the amount of times activity has been registered

Derived By

Type int

Referenced By
Name  Type 
Activity  Complex Type 
Definition

See Activity

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Total type Option
Derived By

Type int

Referenced By
Name  Type 
Option  Complex Type 
Definition

See Option

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Total type Views
Derived By

Type int

Referenced By
Name  Type 
Views  Complex Type 
Definition

See Views

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Type type Chart
Derived By

Type string

Referenced By
Name  Type 
Chart  Complex Type 
Definition

See Chart

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Type type Download
Derived By

Type string

Referenced By
Name  Type 
Download  Complex Type 
Definition

See Download

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Type type Form
Derived By

Type string

Referenced By
Name  Type 
Form  Complex Type 
Definition

See Form

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Type type Question
Derived By

Type string

Referenced By
Name  Type 
Question  Complex Type 
Definition

See Question

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UniqueMinutesWatched type WebcastUserSummary
Derived By

Type int

Referenced By
Name  Type 
WebcastUserSummary  Complex Type 
Definition

See WebcastUserSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: unsignedByte
Derived By

Type unsignedByte

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: unsignedInt
Derived By

Type unsignedInt

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: unsignedLong
Derived By

Type unsignedLong

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: unsignedShort
Derived By

Type unsignedShort

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: User element UserGetResponse
Derived By

Type User

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
UserDetails  UserDetails  0..1   
WebcastUserSummaries  WebcastUserSummaryList  0..1   
Referenced By
Name  Type 
UserGetResponse  Element 
UserGet  Method 
Definition

See UserGetResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: User
Derived By

Type User

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
UserDetails  UserDetails  0..1   
WebcastUserSummaries  WebcastUserSummaryList  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserAgentString type Session
Derived By

Type string

Referenced By
Name  Type 
Session  Complex Type 
Definition

See Session

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserAgentString type SessionTotal
Derived By

Type string

Referenced By
Name  Type 
SessionTotal  Complex Type 
Definition

See SessionTotal

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserDetails type User
Derived By

Type UserDetails

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Email  string  0..1   
Name  Name  0..1   
UserName  string  0..1   
Referenced By
Name  Type 
User  Complex Type 
Definition

See User

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserDetails type Visitor
Derived By

Type UserDetails

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Email  string  0..1   
Name  Name  0..1   
UserName  string  0..1   
Referenced By
Name  Type 
Visitor  Complex Type 
Definition

See Visitor

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserDetails type VisitorSummary
Derived By

Type UserDetails

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Email  string  0..1   
Name  Name  0..1   
UserName  string  0..1   
Referenced By
Name  Type 
VisitorSummary  Complex Type 
Definition

See VisitorSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserDetails
Derived By

Type UserDetails

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Email  string  0..1   
Name  Name  0..1   
UserName  string  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserEmailFilter element UserSearch
Derived By

Type string

Referenced By
Name  Type 
UserSearch  Element 
UserSearch  Method 
Definition

See UserSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserGet
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Username  string  0..1   
Password  string  0..1   
CustomerUserName  string  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserGetResponse
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
UserGetResult  ReturnCode  0..1   
User  User  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserGetResult element UserGetResponse
Derived By

Type ReturnCode

Enumeration
Value  Description 
ServerError  Unknown error caused on server.
Success  Completed successfully.
ClientNotAuthorizedOrUnkown  Username/password combination incorrect, unknown or not authorized.
NoData  This data document is not available.
InvalidInput   
InvalidChartForObject  Chart either unknown or not supported for supplied objecttype
Referenced By
Name  Type 
UserGetResponse  Element 
UserGet  Method 
Definition

See UserGetResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Username element ChartGet
Derived By

Type string

Referenced By
Name  Type 
ChartGet  Element 
ChartGet  Method 
Definition

See ChartGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Username element CustomerGet
Derived By

Type string

Referenced By
Name  Type 
CustomerGet  Element 
CustomerGet  Method 
Definition

See CustomerGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Username element ExcelSend
Derived By

Type string

Referenced By
Name  Type 
ExcelSend  Element 
ExcelSend  Method 
Definition

See ExcelSend

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserName element FormsGet
Derived By

Type string

Referenced By
Name  Type 
FormsGet  Element 
FormsGet  Method 
Definition

See FormsGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Username element UserGet
Derived By

Type string

Referenced By
Name  Type 
UserGet  Element 
UserGet  Method 
Definition

See UserGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Username element UserSearch
Derived By

Type string

Referenced By
Name  Type 
UserSearch  Element 
UserSearch  Method 
Definition

See UserSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Username element VisitorCompletedForm
Derived By

Type string

Referenced By
Name  Type 
VisitorCompletedForm  Element 
VisitorCompletedForm  Method 
Definition

See VisitorCompletedForm

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Username element VisitorGet
Derived By

Type string

Referenced By
Name  Type 
VisitorGet  Element 
VisitorGet  Method 
Definition

See VisitorGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Username element VisitorSearch
Derived By

Type string

Referenced By
Name  Type 
VisitorSearch  Element 
VisitorSearch  Method 
Definition

See VisitorSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Username element VisitorWatchedSince
Derived By

Type string

Referenced By
Name  Type 
VisitorWatchedSince  Element 
VisitorWatchedSince  Method 
Definition

See VisitorWatchedSince

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Username element WebcastGet
Derived By

Type string

Referenced By
Name  Type 
WebcastGet  Element 
WebcastGet  Method 
Definition

See WebcastGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Username element WebcastSearch
Derived By

Type string

Referenced By
Name  Type 
WebcastSearch  Element 
WebcastSearch  Method 
Definition

See WebcastSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Username element WebcastSummaryGet
Derived By

Type string

Referenced By
Name  Type 
WebcastSummaryGet  Element 
WebcastSummaryGet  Method 
Definition

See WebcastSummaryGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserName type UserDetails
Derived By

Type string

Referenced By
Name  Type 
UserDetails  Complex Type 
Definition

See UserDetails

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserNameFilter element UserSearch
Derived By

Type string

Referenced By
Name  Type 
UserSearch  Element 
UserSearch  Method 
Definition

See UserSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserOrdering
Derived By

Type UserOrdering

Enumeration
Value  Description 
UserNameAsc  sort by user name ascending
UserNameDesc  sort by user name descending
VisitedAsc  sort by visited ascending
VisitedDesc  sort by visited descending
SubscribedAsc  sort by subscribed ascending
SubscribedDesc  sort by subscribed descending
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserSearch
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Username  string  0..1   
Password  string  0..1   
CustomerCode  string  0..1   
UserNameFilter  string  0..1   
UserUsernameFilter  string  0..1   
UserEmailFilter  string  0..1   
UserTagsFilter  TagList  0..1   
PageSize  int  0..1   
PageNumber  int  0..1   
Order  UserOrdering  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserSearchResponse
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
UserSearchResult  ReturnCode  0..1   
UserSummaries  UserSummaryList  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserSearchResult element UserSearchResponse
Derived By

Type ReturnCode

Enumeration
Value  Description 
ServerError  Unknown error caused on server.
Success  Completed successfully.
ClientNotAuthorizedOrUnkown  Username/password combination incorrect, unknown or not authorized.
NoData  This data document is not available.
InvalidInput   
InvalidChartForObject  Chart either unknown or not supported for supplied objecttype
Referenced By
Name  Type 
UserSearchResponse  Element 
UserSearch  Method 
Definition

See UserSearchResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserSummaries element UserSearchResponse
Derived By

Type UserSummaryList

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
UserSummary  UserSummary  0..*   
Referenced By
Name  Type 
UserSearchResponse  Element 
UserSearch  Method 
Definition

See UserSearchResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserSummary type UserSummaryList
Derived By

Type UserSummary

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Details  UserDetails  0..1   
Subscribed  int  0..1   
Visited  int  0..1   
Referenced By
Name  Type 
UserSummaryList  Complex Type 
Definition

See UserSummaryList

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserSummary
Derived By

Type UserSummary

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Details  UserDetails  0..1   
Subscribed  int  0..1   
Visited  int  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserSummaryList
Derived By

Type UserSummaryList

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
UserSummary  UserSummary  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserTagsFilter element UserSearch
Derived By

Type TagList

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
string  string  0..*   
Referenced By
Name  Type 
UserSearch  Element 
UserSearch  Method 
Definition

See UserSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: UserUsernameFilter element UserSearch
Derived By

Type string

Referenced By
Name  Type 
UserSearch  Element 
UserSearch  Method 
Definition

See UserSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Value type Answer
Derived By

Type string

Referenced By
Name  Type 
Answer  Complex Type 
Definition

See Answer

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Value type ChartItem
Derived By

Type long

Referenced By
Name  Type 
ChartItem  Complex Type 
Definition

See ChartItem

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Value type SpanPart
Derived By

Type int

Referenced By
Name  Type 
SpanPart  Complex Type 
Definition

See SpanPart

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Viewers type Views
Derived By

Type int

Referenced By
Name  Type 
Views  Complex Type 
Definition

See Views

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Viewers type WebcastSummary
Derived By

Type int

Referenced By
Name  Type 
WebcastSummary  Complex Type 
Definition

See WebcastSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Views type Customer
Derived By

Type Views

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Duration  long  0..1   
From  dateTime  0..1   
Span  Span  0..1   
To  dateTime  0..1   
Total  int  0..1   
Viewers  int  0..1   
Visitors  int  0..1   
Referenced By
Name  Type 
Customer  Complex Type 
Definition

See Customer

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Views type Download
Derived By

Type Views

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Duration  long  0..1   
From  dateTime  0..1   
Span  Span  0..1   
To  dateTime  0..1   
Total  int  0..1   
Viewers  int  0..1   
Visitors  int  0..1   
Referenced By
Name  Type 
Download  Complex Type 
Definition

See Download

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Views type MediaStream
Derived By

Type Views

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Duration  long  0..1   
From  dateTime  0..1   
Span  Span  0..1   
To  dateTime  0..1   
Total  int  0..1   
Viewers  int  0..1   
Visitors  int  0..1   
Referenced By
Name  Type 
MediaStream  Complex Type 
Definition

See MediaStream

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Views type Visitor
Derived By

Type Views

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Duration  long  0..1   
From  dateTime  0..1   
Span  Span  0..1   
To  dateTime  0..1   
Total  int  0..1   
Viewers  int  0..1   
Visitors  int  0..1   
Referenced By
Name  Type 
Visitor  Complex Type 
Definition

See Visitor

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Views type Webcast
Derived By

Type Views

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Duration  long  0..1   
From  dateTime  0..1   
Span  Span  0..1   
To  dateTime  0..1   
Total  int  0..1   
Viewers  int  0..1   
Visitors  int  0..1   
Referenced By
Name  Type 
Webcast  Complex Type 
Definition

See Webcast

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Views
Derived By

Type Views

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Duration  long  0..1   
From  dateTime  0..1   
Span  Span  0..1   
To  dateTime  0..1   
Total  int  0..1   
Viewers  int  0..1   
Visitors  int  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Visited type UserSummary
Derived By

Type int

Referenced By
Name  Type 
UserSummary  Complex Type 
Definition

See UserSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Visitor element VisitorGetResponse
Derived By

Type Visitor

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Downloads  Downloads  0..1   
Email  string  0..1   
Forms  Forms  0..1   
Id  string  0..1   
Sessions  Sessions  0..1   
UserDetails  UserDetails  0..1   
Views  Views  0..1   
Referenced By
Name  Type 
VisitorGetResponse  Element 
VisitorGet  Method 
Definition

See VisitorGetResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Visitor
Derived By

Type Visitor

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Downloads  Downloads  0..1   
Email  string  0..1   
Forms  Forms  0..1   
Id  string  0..1   
Sessions  Sessions  0..1   
UserDetails  UserDetails  0..1   
Views  Views  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorCompletedForm
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Username  string  0..1   
Password  string  0..1   
WebcastCode  string  0..1   
VisitorId  string  0..1   
FormId  string  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorCompletedFormResponse
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
VisitorCompletedFormResult  ReturnCode  0..1   
Answered  boolean  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorCompletedFormResult element VisitorCompletedFormResponse
Derived By

Type ReturnCode

Enumeration
Value  Description 
ServerError  Unknown error caused on server.
Success  Completed successfully.
ClientNotAuthorizedOrUnkown  Username/password combination incorrect, unknown or not authorized.
NoData  This data document is not available.
InvalidInput   
InvalidChartForObject  Chart either unknown or not supported for supplied objecttype
Referenced By
Name  Type 
VisitorCompletedFormResponse  Element 
VisitorCompletedForm  Method 
Definition

See VisitorCompletedFormResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorGet
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Username  string  0..1   
Password  string  0..1   
WebcastCode  string  0..1   
VisitorId  string  0..1   
Start  dateTime  0..1   
Period  Period  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorGetResponse
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
VisitorGetResult  ReturnCode  0..1   
Visitor  Visitor  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorGetResult element VisitorGetResponse
Derived By

Type ReturnCode

Enumeration
Value  Description 
ServerError  Unknown error caused on server.
Success  Completed successfully.
ClientNotAuthorizedOrUnkown  Username/password combination incorrect, unknown or not authorized.
NoData  This data document is not available.
InvalidInput   
InvalidChartForObject  Chart either unknown or not supported for supplied objecttype
Referenced By
Name  Type 
VisitorGetResponse  Element 
VisitorGet  Method 
Definition

See VisitorGetResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorId element VisitorCompletedForm
Derived By

Type string

Referenced By
Name  Type 
VisitorCompletedForm  Element 
VisitorCompletedForm  Method 
Definition

See VisitorCompletedForm

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorId element VisitorGet
Derived By

Type string

Referenced By
Name  Type 
VisitorGet  Element 
VisitorGet  Method 
Definition

See VisitorGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorId element VisitorWatchedSince
Derived By

Type string

Referenced By
Name  Type 
VisitorWatchedSince  Element 
VisitorWatchedSince  Method 
Definition

See VisitorWatchedSince

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorId type Answer
Derived By

Type string

Referenced By
Name  Type 
Answer  Complex Type 
Definition

See Answer

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorId type WebcastUserSummary
Derived By

Type string

Referenced By
Name  Type 
WebcastUserSummary  Complex Type 
Definition

See WebcastUserSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorOrderBy type VisitorOrderByList
Derived By

Type VisitorOrderBy

Enumeration
Value  Description 
PercentageWatchedDesc   
PercentageWatchedAsc   
SessionFromAsc   
SessionFromDesc   
SessionToAsc   
SessionToDesc   
VisitorIdDesc   
VisitorIdAsc   
TotalMinutesViewedDesc   
TotalMinutesViewedAsc   
QuestionsIncorrectDesc   
QuestionsIncorrectAsc   
EmailAsc   
EmailDesc   
DomainAsc   
DomainDesc   
ContinentCodeAsc   
ContinentCodeDesc   
RegionAsc   
RegionDesc   
CountryAsc   
CountryDesc   
CityAsc   
CityDesc   
LongitudeAsc   
LongitudeDesc   
LatitudeAsc   
LatitudeDesc   
IpAddressAsc   
IpAddressDesc   
RefererAsc   
RefererDesc   
PlayerUrlAsc   
PlayerUrlDesc   
UserAgentStringAsc   
UserAgentStringDesc   
WatchedLiveAsc   
WatchedLiveDesc   
Referenced By
Name  Type 
VisitorOrderByList  Complex Type 
Definition

See VisitorOrderByList

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorOrderBy
Derived By

Type VisitorOrderBy

Enumeration
Value  Description 
PercentageWatchedDesc   
PercentageWatchedAsc   
SessionFromAsc   
SessionFromDesc   
SessionToAsc   
SessionToDesc   
VisitorIdDesc   
VisitorIdAsc   
TotalMinutesViewedDesc   
TotalMinutesViewedAsc   
QuestionsIncorrectDesc   
QuestionsIncorrectAsc   
EmailAsc   
EmailDesc   
DomainAsc   
DomainDesc   
ContinentCodeAsc   
ContinentCodeDesc   
RegionAsc   
RegionDesc   
CountryAsc   
CountryDesc   
CityAsc   
CityDesc   
LongitudeAsc   
LongitudeDesc   
LatitudeAsc   
LatitudeDesc   
IpAddressAsc   
IpAddressDesc   
RefererAsc   
RefererDesc   
PlayerUrlAsc   
PlayerUrlDesc   
UserAgentStringAsc   
UserAgentStringDesc   
WatchedLiveAsc   
WatchedLiveDesc   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorOrderByList
Derived By

Type VisitorOrderByList

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
VisitorOrderBy  VisitorOrderBy  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Visitors type Views
Derived By

Type int

Referenced By
Name  Type 
Views  Complex Type 
Definition

See Views

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorSearch
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Username  string  0..1   
Password  string  0..1   
WebcastCode  string  0..1   
Email  string  0..1   
Start  dateTime  0..1   
Period  Period  0..1   
PageSize  int  0..1   
PageNumber  int  0..1   
Ordering  VisitorOrderByList  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorSearchResponse
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
VisitorSearchResult  ReturnCode  0..1   
VisitorSummaries  VisitorSummaries  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorSearchResult element VisitorSearchResponse
Derived By

Type ReturnCode

Enumeration
Value  Description 
ServerError  Unknown error caused on server.
Success  Completed successfully.
ClientNotAuthorizedOrUnkown  Username/password combination incorrect, unknown or not authorized.
NoData  This data document is not available.
InvalidInput   
InvalidChartForObject  Chart either unknown or not supported for supplied objecttype
Referenced By
Name  Type 
VisitorSearchResponse  Element 
VisitorSearch  Method 
Definition

See VisitorSearchResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorSummaries element VisitorSearchResponse
Derived By

Type VisitorSummaries

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
VisitorSummary  VisitorSummary  0..*   
Referenced By
Name  Type 
VisitorSearchResponse  Element 
VisitorSearch  Method 
Definition

See VisitorSearchResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorSummaries
Derived By

Type VisitorSummaries

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
VisitorSummary  VisitorSummary  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorSummary type VisitorSummaries
Derived By

Type VisitorSummary

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
DownloadsTotal  int  0..1   
Email  string  0..1   
Id  string  0..1   
Passed  boolean  0..1   
Session  SessionTotal  0..1   
UserDetails  UserDetails  0..1   
WatchedLive  boolean  0..1   
Referenced By
Name  Type 
VisitorSummaries  Complex Type 
Definition

See VisitorSummaries

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorSummary
Derived By

Type VisitorSummary

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
DownloadsTotal  int  0..1   
Email  string  0..1   
Id  string  0..1   
Passed  boolean  0..1   
Session  SessionTotal  0..1   
UserDetails  UserDetails  0..1   
WatchedLive  boolean  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorWatchedSince
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Username  string  0..1   
Password  string  0..1   
WebcastCode  string  0..1   
VisitorId  string  0..1   
From  dateTime  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorWatchedSinceResponse
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
VisitorWatchedSinceResult  ReturnCode  0..1   
Watched  ArrayOfdateTime  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: VisitorWatchedSinceResult element VisitorWatchedSinceResponse
Derived By

Type ReturnCode

Enumeration
Value  Description 
ServerError  Unknown error caused on server.
Success  Completed successfully.
ClientNotAuthorizedOrUnkown  Username/password combination incorrect, unknown or not authorized.
NoData  This data document is not available.
InvalidInput   
InvalidChartForObject  Chart either unknown or not supported for supplied objecttype
Referenced By
Name  Type 
VisitorWatchedSinceResponse  Element 
VisitorWatchedSince  Method 
Definition

See VisitorWatchedSinceResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Derived By

Type ArrayOfdateTime

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
dateTime  dateTime  0..*   
Referenced By
Name  Type 
VisitorWatchedSinceResponse  Element 
VisitorWatchedSince  Method 
Definition

See VisitorWatchedSinceResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WatchedAt type Session
Derived By

Type ArrayOfdateTime

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
dateTime  dateTime  0..*   
Referenced By
Name  Type 
Session  Complex Type 
Definition

See Session

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WatchedLive type VisitorSummary
Derived By

Type boolean

Referenced By
Name  Type 
VisitorSummary  Complex Type 
Definition

See VisitorSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Webcast element WebcastGetResponse
Derived By

Type Webcast

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Activity  Activity  0..1   
ActualEnd  dateTime  0..1   
ActualStart  dateTime  0..1   
ChatQuestions  int  0..1   
Code  string  0..1   
Id  string  0..1   
LogModifiedAt  dateTime  0..1   
MediaStreams  MediaStreams  0..1   
ModifiedAt  dateTime  0..1   
Subscribed  int  0..1   
Title  string  0..1   
Views  Views  0..1   
Referenced By
Name  Type 
WebcastGetResponse  Element 
WebcastGet  Method 
Definition

See WebcastGetResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Webcast type WebcastUserSummary
Derived By

Type WebcastDetails

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
ActualEnd  dateTime  0..1   
ActualStart  dateTime  0..1   
Code  string  0..1   
Title  string  0..1   
Referenced By
Name  Type 
WebcastUserSummary  Complex Type 
Definition

See WebcastUserSummary

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: Webcast
Derived By

Type Webcast

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Activity  Activity  0..1   
ActualEnd  dateTime  0..1   
ActualStart  dateTime  0..1   
ChatQuestions  int  0..1   
Code  string  0..1   
Id  string  0..1   
LogModifiedAt  dateTime  0..1   
MediaStreams  MediaStreams  0..1   
ModifiedAt  dateTime  0..1   
Subscribed  int  0..1   
Title  string  0..1   
Views  Views  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastCode element ExcelSend
Derived By

Type string

Referenced By
Name  Type 
ExcelSend  Element 
ExcelSend  Method 
Definition

See ExcelSend

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastCode element FormsGet
Derived By

Type string

Referenced By
Name  Type 
FormsGet  Element 
FormsGet  Method 
Definition

See FormsGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastCode element VisitorCompletedForm
Derived By

Type string

Referenced By
Name  Type 
VisitorCompletedForm  Element 
VisitorCompletedForm  Method 
Definition

See VisitorCompletedForm

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastCode element VisitorGet
Derived By

Type string

Referenced By
Name  Type 
VisitorGet  Element 
VisitorGet  Method 
Definition

See VisitorGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastCode element VisitorSearch
Derived By

Type string

Referenced By
Name  Type 
VisitorSearch  Element 
VisitorSearch  Method 
Definition

See VisitorSearch

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastCode element VisitorWatchedSince
Derived By

Type string

Referenced By
Name  Type 
VisitorWatchedSince  Element 
VisitorWatchedSince  Method 
Definition

See VisitorWatchedSince

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastCode element WebcastGet
Derived By

Type string

Referenced By
Name  Type 
WebcastGet  Element 
WebcastGet  Method 
Definition

See WebcastGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastCode element WebcastSummaryGet
Derived By

Type string

Referenced By
Name  Type 
WebcastSummaryGet  Element 
WebcastSummaryGet  Method 
Definition

See WebcastSummaryGet

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastDetails
Derived By

Type WebcastDetails

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
ActualEnd  dateTime  0..1   
ActualStart  dateTime  0..1   
Code  string  0..1   
Title  string  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastFilter
Derived By

Type WebcastFilter

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastGet
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Username  string  0..1   
Password  string  0..1   
WebcastCode  string  0..1   
Start  dateTime  0..1   
Period  Period  0..1   
Filter  WebcastFilter  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastGetResponse
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
WebcastGetResult  ReturnCode  0..1   
Webcast  Webcast  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastGetResult element WebcastGetResponse
Derived By

Type ReturnCode

Enumeration
Value  Description 
ServerError  Unknown error caused on server.
Success  Completed successfully.
ClientNotAuthorizedOrUnkown  Username/password combination incorrect, unknown or not authorized.
NoData  This data document is not available.
InvalidInput   
InvalidChartForObject  Chart either unknown or not supported for supplied objecttype
Referenced By
Name  Type 
WebcastGetResponse  Element 
WebcastGet  Method 
Definition

See WebcastGetResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastOrdering
Derived By

Type WebcastOrdering

Enumeration
Value  Description 
CodeAsc   
CodeDesc   
TitleAsc   
TitleDesc   
SubscribersAsc   
SubscribersDesc   
StartAsc   
StartDesc   
ViewersAsc   
ViewersDesc   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastSearch
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Username  string  0..1   
Password  string  0..1   
CustomerCode  string  0..1   
Title  string  0..1   
Tags  TagList  0..1   
PageSize  int  0..1   
PageNumber  int  0..1   
Order  WebcastOrdering  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastSearchResponse
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
WebcastSearchResult  ReturnCode  0..1   
WebcastSummaries  WebcastSummaryList  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastSearchResult element WebcastSearchResponse
Derived By

Type ReturnCode

Enumeration
Value  Description 
ServerError  Unknown error caused on server.
Success  Completed successfully.
ClientNotAuthorizedOrUnkown  Username/password combination incorrect, unknown or not authorized.
NoData  This data document is not available.
InvalidInput   
InvalidChartForObject  Chart either unknown or not supported for supplied objecttype
Referenced By
Name  Type 
WebcastSearchResponse  Element 
WebcastSearch  Method 
Definition

See WebcastSearchResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastSummaries element WebcastSearchResponse
Derived By

Type WebcastSummaryList

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
WebcastSummary  WebcastSummary  0..*   
Referenced By
Name  Type 
WebcastSearchResponse  Element 
WebcastSearch  Method 
Definition

See WebcastSearchResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastSummary element WebcastSummaryGetResponse
Derived By

Type WebcastSummary

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Details  WebcastDetails  0..1   
Sessions  int  0..1   
Subscribers  int  0..1   
Tags  TagList  0..1   
Viewers  int  0..1   
Referenced By
Name  Type 
WebcastSummaryGetResponse  Element 
WebcastSummaryGet  Method 
Definition

See WebcastSummaryGetResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastSummary type WebcastSummaryList
Derived By

Type WebcastSummary

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Details  WebcastDetails  0..1   
Sessions  int  0..1   
Subscribers  int  0..1   
Tags  TagList  0..1   
Viewers  int  0..1   
Referenced By
Name  Type 
WebcastSummaryList  Complex Type 
Definition

See WebcastSummaryList

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastSummary
Derived By

Type WebcastSummary

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Details  WebcastDetails  0..1   
Sessions  int  0..1   
Subscribers  int  0..1   
Tags  TagList  0..1   
Viewers  int  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastSummaryGet
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Username  string  0..1   
Password  string  0..1   
WebcastCode  string  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastSummaryGetResponse
Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
WebcastSummaryGetResult  ReturnCode  0..1   
WebcastSummary  WebcastSummary  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastSummaryGetResult element WebcastSummaryGetResponse
Derived By

Type ReturnCode

Enumeration
Value  Description 
ServerError  Unknown error caused on server.
Success  Completed successfully.
ClientNotAuthorizedOrUnkown  Username/password combination incorrect, unknown or not authorized.
NoData  This data document is not available.
InvalidInput   
InvalidChartForObject  Chart either unknown or not supported for supplied objecttype
Referenced By
Name  Type 
WebcastSummaryGetResponse  Element 
WebcastSummaryGet  Method 
Definition

See WebcastSummaryGetResponse

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastSummaryList
Derived By

Type WebcastSummaryList

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
WebcastSummary  WebcastSummary  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastUserSummaries type User
Derived By

Type WebcastUserSummaryList

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
WebcastUserSummary  WebcastUserSummary  0..*   
Referenced By
Name  Type 
User  Complex Type 
Definition

See User

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastUserSummary type WebcastUserSummaryList
Derived By

Type WebcastUserSummary

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
MinutesWatched  int  0..1   
Settings  Settings  0..1   
UniqueMinutesWatched  int  0..1   
VisitorId  string  0..1   
Webcast  WebcastDetails  0..1   
Referenced By
Name  Type 
WebcastUserSummaryList  Complex Type 
Definition

See WebcastUserSummaryList

Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastUserSummary
Derived By

Type WebcastUserSummary

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
MinutesWatched  int  0..1   
Settings  Settings  0..1   
UniqueMinutesWatched  int  0..1   
VisitorId  string  0..1   
Webcast  WebcastDetails  0..1   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Element: WebcastUserSummaryList
Derived By

Type WebcastUserSummaryList

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
WebcastUserSummary  WebcastUserSummary  0..*   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Attributes: ReportService

Attributes
Name  Description 
FactoryType   
Id   
Ref   
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Attribute: FactoryType
Description
Type
QName
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Attribute: Id
Description
Type
ID
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.

Attribute: Ref
Description
Type
IDREF
Notice

This document was created with the trial version of TechWriter. This notice is removed once a valid license is purchased. Visit www.adivo.com for purchase options.