From b4dea056547390c66d209ce4f8af550ef529a022 Mon Sep 17 00:00:00 2001 From: Dipak Date: Tue, 22 Oct 2019 13:21:04 -0700 Subject: [PATCH] SwG Release 0.1.22.78 (#25202) --- third_party/subscriptions-project/config.js | 2 +- third_party/subscriptions-project/swg.js | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/third_party/subscriptions-project/config.js b/third_party/subscriptions-project/config.js index d8ffacdfaeb8..bd11429e1a20 100644 --- a/third_party/subscriptions-project/config.js +++ b/third_party/subscriptions-project/config.js @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -/** Version: 0.1.22.77 */ +/** Version: 0.1.22.78 */ /** * Copyright 2018 The Subscribe with Google Authors. All Rights Reserved. * diff --git a/third_party/subscriptions-project/swg.js b/third_party/subscriptions-project/swg.js index f7290264084a..2f5bb4c23da0 100644 --- a/third_party/subscriptions-project/swg.js +++ b/third_party/subscriptions-project/swg.js @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -/** Version: 0.1.22.77 */ +/** Version: 0.1.22.78 */ /** * Copyright 2018 The Subscribe with Google Authors. All Rights Reserved. * @@ -43,6 +43,7 @@ const AnalyticsEvent = { IMPRESSION_CLICK_TO_SHOW_OFFERS_OR_ALREADY_SUBSCRIBED: 8, IMPRESSION_SUBSCRIPTION_COMPLETE: 9, IMPRESSION_ACCOUNT_CHANGED: 10, + IMPRESSION_PAGE_LOAD: 11, ACTION_SUBSCRIBE: 1000, ACTION_PAYMENT_COMPLETE: 1001, ACTION_ACCOUNT_CREATED: 1002, @@ -4164,7 +4165,7 @@ function feCached(url) { */ function feArgs(args) { return Object.assign(args, { - '_client': 'SwG 0.1.22.77', + '_client': 'SwG 0.1.22.78', }); }