Jump to Content
Woopra DocumentationHomeSetup and Product ManualAPI and SDK ReferenceWoopra
HomeSetup and Product ManualAPI and SDK Reference
HomeSetup and Product ManualAPI and SDK ReferenceWoopraLog InWoopra Documentation
API and SDK Reference
Log In

Server and Mobile Tracking SDK's

  • Intro: Tracking SDK's
  • iOS SDK
  • Android SDK
  • PHP SDK
  • Node.js SDK
  • Java SDK
  • Django SDK
  • Python SDK
  • Ruby on Rails SDK

Browse Javascript API

  • Intro: Javascript API
  • The Javascript Snippet
  • woopra.config()
  • woopra.track()
  • woopra.identify()
  • woopra.push()
  • woopra.update()
  • woopra.cancelAction()

HTTP Tracking API

  • Intro: HTTP Tracking API
  • /track/ce
  • /track/identify
  • Examples
  • Advanced

Data Query APIs

  • Intro
  • Reporting API
    • /trendsget
    • /profilesget
    • /journeysget
    • /retentionget
    • /attributionget
    • /activityget
  • Profiles API
    • Profile Retrieveget
    • Profile Activityget
    • Profile Deletedel
    • Profile Editpost
    • Profile Actions Editpost
  • The Export API
    • /logs/exportget
  • The Import API
    • /logs/importput
    • /logs/importget

Data Api

  • Getting Started With Your API
Powered by 

Examples

Examples of tracking code

Tracking Request Examples

Track a purchase event with some visitor data, and purchase event properties

http://www.woopra.com/track/ce
  ?host=mywebsite.com
  &response=json
  &cookie=AH47DHS5SF182DIQZJD
  &timeout=300000
  &cv_name=John+Smith 
  &[email protected]
  &event=purchase
  &ce_item=Coffee+Machine 
  &ce_category=Electric+Appliances
  &ce_sku=K5236532 
  • Table of Contents
    • Tracking Request Examples