February 4, 2010
Posted by Shane at 12:39 am |
Permalink
Comments (0)
Topics: programing, woopra | Tags: api, php, soap, tutorial
Topics: programing, woopra | Tags: api, php, soap, tutorial
Questions are already starting to surface on the Woopra forums on how to use the new SOAP interface. There really isn’t a lot of documentation on how to do this on the Woopra site itself, but I am going to give you a quick lesson right now on how to use the Woopra API with your programing project.
I can say that the documentation on the Woopra site is wrong, but in the process of being updated. The SOAP keys are incorrectly listed. We are going to be using the ‘Global’ query in this example.
Useful URLS:
- http://api.woopra.com/v0/Analytics?WSDL – Overall Method Listing
- http://api.woopra.com/v0/Analytics?xsd=1 – Current Methods with the fields needed to query them and in which order.
- http://api.woopra.com/v0/Analytics?Tester — Run a sample query.
The keys that are valid are:
- website
- apiKey
- type*
- dateFormat
- startDay
- endDay
- limit
- offset
- filters
* Only used if using the ‘getReferrers’ method
The array must be sent in the order listed above and be excat in the formatting and spelling — otherwise it will not work correctly and you will be a sad panda.
Page Navagation: 1 2
Page: 1 / 2




March 12, 2010 at 6:31 am | Permalink | Live Comment Preivew