diff --git a/third_party/subscriptions-project/config.js b/third_party/subscriptions-project/config.js index d8ffacdfaeb80..bd11429e1a20c 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 f7290264084ad..2f5bb4c23da00 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', }); }