Skip to content

Instantly share code, notes, and snippets.

@ApigeeSamples
Created May 29, 2012 11:04
Show Gist options
  • Save ApigeeSamples/2827776 to your computer and use it in GitHub Desktop.
Save ApigeeSamples/2827776 to your computer and use it in GitHub Desktop.
Statistics Collector policy
<StatisticsCollector name="publishPurchaseDetails">
<Statistics>
<Statistic name="productID" ref="product.id" type="string">{defaultval}</Statistic>
<Statistic name="price" ref="product.price" type="string">{defaultval}</Statistic>
</Statistics>
</StatisticsCollector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment