Changeset 1037896
- Timestamp:
- 12/04/2014 02:13:21 AM (11 years ago)
- Location:
- gravity-forms-google-analytics-event-tracking/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
gravity-forms-event-tracking.php (modified) (1 diff)
-
public/class-gravity-forms-event-tracking.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gravity-forms-google-analytics-event-tracking/trunk/README.txt
r1037512 r1037896 4 4 Requires at least: 3.5.2 5 5 Tested up to: 4.1 6 Stable tag: 1.4. 46 Stable tag: 1.4.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 77 77 == Changelog == 78 78 79 = 1.4.5 = 80 * Fixed a bug where the source/medium was not being tracked correctly for PayPal Standard IPN Notification based conversions. 81 79 82 = 1.4.4 = 80 83 * Added some information to the event settings section -
gravity-forms-google-analytics-event-tracking/trunk/gravity-forms-event-tracking.php
r1037512 r1037896 11 11 * Plugin URI: https://wordpress.org/plugins/gravity-forms-google-analytics-event-tracking/ 12 12 * Description: Add Google Analytics event tracking to your Gravity Forms with ease. 13 * Version: 1.4. 413 * Version: 1.4.5 14 14 * Author: Nathan Marks 15 15 * Author URI: http://www.nvisionsolutions.ca -
gravity-forms-google-analytics-event-tracking/trunk/public/class-gravity-forms-event-tracking.php
r1035716 r1037896 192 192 // Fetch the cookie we saved previously and set it into the cookie global 193 193 // The php analytics library looks for this 194 $_COOKIE['_ga'] = gform_get_meta( $entry[' ID'], 'ga_cookie' );194 $_COOKIE['_ga'] = gform_get_meta( $entry['id'], 'ga_cookie' ); 195 195 196 196 $form = GFFormsModel::get_form_meta( $entry['form_id'] );
Note: See TracChangeset
for help on using the changeset viewer.