Dumb Question.  Setting up a API modular input. 
 Is it possible to track keywords with spaces.  
For example  
url_args = track=joeypizza, "joey pizza"^stall_warnings=true 
 Or would that be more like a regex capture group (joey pizza)  
Or url encoding like joey%20pizza 
						
					
					... View more