mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-15 04:41:34 +00:00
Merge pull request #2479 from overleaf/jel-optimize-plans
Add Google Optimize to plans payment page GitOrigin-RevId: 4c710fa1c904eed244c9fda5653a880e5dfab3cc
This commit is contained in:
parent
3fc6757094
commit
096576538a
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ module.exports = SubscriptionController = {
|
|||
showCouponField: req.query.scf,
|
||||
showVatField: req.query.svf,
|
||||
couponCode: req.query.cc || '',
|
||||
gaOptimize: true,
|
||||
ITMCampaign: req.query.itm_campaign,
|
||||
ITMContent: req.query.itm_content
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue