mg2connext / connext

6 stars 0 forks source link

Unable to use multiple javascript variables. #21

Closed kamini1208 closed 7 years ago

kamini1208 commented 7 years ago

image

mg2dael commented 7 years ago

We're working on a patch but it won't be available before your desired go live. We can create the code to combine more than one JS variable and input it for you, but we'd need details on what specifically you're hoping to do on each action.

mkoza178 commented 7 years ago

Right now we are working with Gwen. Awaiting the details back from her on the JS variables for each action.

kamini1208 commented 7 years ago

Springfield.com_Default Assumption is that I don’t need to include membercenter.connextData.referrerType not= Search, since it is in the Dynamic meter and will not trigger article count and/or Meter setting.

Welcome 1 – Modal Non Social/Search Logged Out image membercenter.connextData.referrerType = “” membercenter.connextData.isAuthenticated = false articleviews = 1

Welcome 1a – Modal Non Social/Search Logged In Non Sub image membercenter.connextData.referrerType = “” membercenter.connextData.isAuthenticated = true membercenter.connextData.isSubscriber = false articleviews = 1

Welcome 2 – Modal Social Logged Out membercenter.connextData.referrerType = Social membercenter.connextData.isAuthenticated = false articleviews = 2 image

Login 3 - Banner: Non Logged In image membercenter.connextData.isAuthenticated = false articleviews = 3

Subscribe 3 - Banner: Logged in Non Subscribers image membercenter.connextData.isAuthenticated = true membercenter.connextData.isSubscriber = false articleviews = 3

Subscribe 7 - Banner: Non Subscriber image membercenter.connextData.isSubscriber = false articleviews = 7

Roadblock 9 - Paywall: Non Subscriber membercenter.connextData.isAuthorized = false articleviews >=9 image

mg2dael commented 7 years ago

These are updated in stage, please test them.

Our QA team did some testing and had one question on expected behavior. When they used membercenter.connextData.referrerType = "Social" for testing it behaved as expected when clicking an article from the Facebook Newsfeed or from Twitter. However, if they clicked a link sent to them through Facebook Messenger it behaved as if the user was NOT Social. Is this correct behavior?

kamini1208 commented 7 years ago

good question Dael. I don't think that was ever specified in the requirements -- i will follow up. thanks. +K :)

mg2dael commented 7 years ago

@kamini1208 If it helps, here's the article @NatalliaMikhailava and our dev team used when solving for this issue on a different product https://www.ohow.co/facebook-referrals-l-lm-m-google-analytics/

kamini1208 commented 7 years ago

closing ticket