Skip to content

Commit

Permalink
- 1.21.2 Upgraded GA tracking to Universal Analytics, analytics.js li…
Browse files Browse the repository at this point in the history
…brary
  • Loading branch information
damanic committed Aug 13, 2016
1 parent f1addac commit d1ac18b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ Adds support for fetching google analytics report data with OAuth2.0
- 1.20.1 Allows for GA tracking code to be used, separating it from the broken ClientLogin integration.
- 1.21.0 Google Analytics OAUTH2 dashboard statistic integration. Fixed issue with 1.20.1 where statistic integration toggle switch was also disabling some tracking codes. GA Tracking and Statistic Integration can be switched on/off independently.
- 1.21.1 Minor improvement to GA authentication: cache file uses lemonstand temp directory.
- 1.21.2 Upgraded GA tracking to Universal Analytics, analytics.js library
- 1.21.2 Upgraded GA tracking to Universal Analytics, analytics.js library
- 1.21.3 Fixed syntax error on GA ecommerce:addTransaction
2 changes: 1 addition & 1 deletion models/cms_stats_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public function get_ga_ec_tracking_code($order)
'affiliation': '{$company_name}',
'revenue': '{$order->total}',
'shipping': '{$order->shipping_quote}',
'tax': {$order_tax}'
'tax': '{$order_tax}'
});\n";

foreach ($order->items as $item)
Expand Down
3 changes: 2 additions & 1 deletion updates/version.dat
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,5 @@
#1.20.1|@1.20.1 Allows for GA tracking code to be used, separating it from the broken ClientLogin integration.
#1.21.0|@1.21.0 Google Analytics OAUTH2 dashboard statistic integration. Fixed issue with 1.20.1 where statistic integration toggle switch was also disabling some tracking codes. GA Tracking and Statistic Integration can be switched on/off independently.
#1.21.1 Minor improvement to GA authentication: cache file uses lemonstand temp directory.
#1.21.2 Upgraded GA tracking to Universal Analytics, analytics.js library
#1.21.2 Upgraded GA tracking to Universal Analytics, analytics.js library
#1.21.3 Fixed syntax error on GA ecommerce:addTransaction

0 comments on commit d1ac18b

Please sign in to comment.