Changeset 2726823
- Timestamp:
- 05/19/2022 12:53:19 PM (4 years ago)
- Location:
- amp-google-analytics-4-support
- Files:
-
- 13 added
- 3 edited
-
tags/1.1.2 (added)
-
tags/1.1.2/LICENSE (added)
-
tags/1.1.2/README.md (added)
-
tags/1.1.2/ampanalyticssupport.php (added)
-
tags/1.1.2/ga4.json (added)
-
tags/1.1.2/ga4.json-license.txt (added)
-
tags/1.1.2/inc (added)
-
tags/1.1.2/inc/ampanalyticssupport-plugin-activate.php (added)
-
tags/1.1.2/index.php (added)
-
tags/1.1.2/readme.txt (added)
-
tags/1.1.2/templates (added)
-
tags/1.1.2/templates/admin.php (added)
-
tags/1.1.2/uninstall.php (added)
-
trunk/ampanalyticssupport.php (modified) (1 diff)
-
trunk/ga4.json (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amp-google-analytics-4-support/trunk/ampanalyticssupport.php
r2726085 r2726823 4 4 * Plugin URI: https://github.com/rolandfarkasCOM/ampanalyticssupport/ 5 5 * Description: Google Analytics 4 (GA4) AMP support plugin. 6 * Version: 1.1. 16 * Version: 1.1.2 7 7 * Author: Roland Farkas 8 8 * Author URI: https://rolandfarkas.com -
amp-google-analytics-4-support/trunk/ga4.json
r2721826 r2726823 88 88 "requestOrigin": "https://${GA4_ENDPOINT_HOSTNAME}", 89 89 "requests": { 90 "ga4IsFirstVisit": "$IF($EQUALS($CALC(SESSION_COUNT, $CALC(${timestamp},SESSION_TIMESTAMP, subtract), add),0),_fv,__nfv)",91 "ga4IsSessionStart": "$IF($EQUALS($CALC($ {timestamp},SESSION_TIMESTAMP, subtract),-1),_ss,__nss)",90 "ga4IsFirstVisit": "$IF($EQUALS($CALC(SESSION_COUNT, $CALC($CALC(${timestamp}, 1000, divide, true),$CALC(SESSION_TIMESTAMP, 1000, divide, true), subtract), add),1), _fv, __nfv )", 91 "ga4IsSessionStart": "$IF($EQUALS($CALC($CALC(${timestamp}, 1000, divide, true),$CALC(SESSION_TIMESTAMP, 1000, divide, true), subtract),0), _ss, __nss)", 92 92 "ga4SharedPayload": "v=2&tid=${GA4_MEASUREMENT_ID}&ds=${dataSource}&_p=${pageViewId}&cid=${clientId}&ul=${browserLanguage}&sr=${screenWidth}x${screenHeight}&_s=${requestCount}&dl=${documentLocation}&dr=${externalReferrer}&dt=${title}&${ga4IsFirstVisit}=1&${ga4IsSessionStart}=1", 93 93 "ga4Pageview": { -
amp-google-analytics-4-support/trunk/readme.txt
r2726085 r2726823 4 4 Requires at least: 4.9 5 5 Tested up to: 5.9 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 63 63 = 1.1.1 = 64 64 * Added more options in the admin settings 65 = 1.1.2 = 66 * Fix session calculator
Note: See TracChangeset
for help on using the changeset viewer.