ckanext-googleanalytics icon indicating copy to clipboard operation
ckanext-googleanalytics copied to clipboard

API tracking: missing dataset id in api calls

Open cezio opened this issue 7 years ago • 0 comments

Event tracking which is added to API calls doesn't extract package id correctly, leaving no label in GA:

image

This can be fixed by extending https://github.com/ckan/ckanext-googleanalytics/blob/master/ckanext/googleanalytics/controller.py#L56 to check also for name_or_id.

cezio avatar Sep 27 '18 16:09 cezio