TulioBento / gapi-google-analytics-php-interface

Automatically exported from code.google.com/p/gapi-google-analytics-php-interface
0 stars 0 forks source link

"... No valid root parameter or aggregate metric called "transactions" ..." #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. $ga->gettransactions();
2.
3.

What is the expected output? What do you see instead?
like $ga->gettransactionRevenue(). "transactions" should give total number of 
transactions for the given period. According to Google "Dimensions & Metrics 
Reference

What version of the product are you using? On what operating system?
gapi 1.3, on win7, xampp, php 5.3.1

Please provide any additional information below.
All other requests works well...

Original issue reported on code.google.com by euron...@astrups.com on 7 Aug 2011 at 10:26

GoogleCodeExporter commented 9 years ago
 $ga->getTransactions();

Original comment by mo...@abesmarket.com on 22 Jul 2012 at 5:31