adswerve / universal-analytics-python

Universal Analytics Python module
BSD 3-Clause "New" or "Revised" License
107 stars 41 forks source link

MAX_PRODUCT undefined #5

Closed lucasoptimizely closed 10 years ago

lucasoptimizely commented 10 years ago

Line 411 in Tracker.py is returning an error, the constant MAX_PRODUCTS in

for product_index in range(1, MAX_PRODUCTS): is undefined.

samba commented 10 years ago

Thanks for catching that, @lucasoptimizely!