GetUsageStats Example Usage
Other Versions: 1 | Printable Version
Last updated: 2006-03-27 16:19:37
Basic Example
This example shows how a hypothetical GetUsageStats call might look if we want to get statistics for our account from between March 15th and March 19th, 2006.
<GetUsageStats>
   <Version>1</Version>
   <RequesterCredentials>
      <Token>your token here </Token>
      <DeveloperName>your developer name here </DeveloperName>
      <UserToken>your user token here </UserToken>
   </RequesterCredentials>
   <Filters>
      <StartDate>2006-03-15</StartDate>
      <EndDate>2006-03-19</EndDate>
   </Filters>
</GetUsageStats>
The statistics below show that we made a total of 4624 calls between March 15th and 19th, with our highest total being on March 17th (1549 calls).
<GetUsageStats>
   <Timestamp>2006-03-21 12:34:12</Timestamp>
   <ProcessingTime>0.143</ProcessingTime>
   <Statistics>
      <TotalCalls>4624</TotalCalls>
      <DailyStatistics>
         <Calls date="2005-03-15">561</Calls>
         <Calls date="2005-03-16">997</Calls>
         <Calls date="2005-03-17">1549</Calls>
         <Calls date="2005-03-18">812</Calls>
         <Calls date="2005-03-19">705</Calls>
      </DailyStatistics>
   </Statistics>
</GetUsageStats>
No Comments FoundPost A Comment 
Use of this Web site constitutes acceptance of the
DataUnison Terms and Privacy Policy.
Copyright © 2005-2008 DataUnison. All Rights Reserved.
eBay and the eBay Logo are Trademarks of eBay Inc.