Python Forum

Full Version: add more than 1 metric to py script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,

have a script which (amongst other mets and dims) extract the ga: sessions. it looks like this: 'metrics ': [{'expression': 'ga:sessions')] but if I want to add a second or third metric what would be the best option? 'metrics ': [{'expression': 'ga:sessions'),{'expression': 'ga.users'), {'expression':'ga.newUsers'}] or???
thanks for helping out...
m