-
Notifications
You must be signed in to change notification settings - Fork 4
Remove assumesPageView option #12
Conversation
This helps to future proof for companies using the latest version of the embeddable
…ytics.js-integration-elevio * 'master' of https://github.com/segment-integrations/analytics.js-integration-elevio: Bump a.js-int-tester version to ^3.1.0 (segment-integrations#7) Pin karma, karma-mocha dev dependencies (segment-integrations#6) Release 2.1.0 # Conflicts: # HISTORY.md # package.json
Had double quotes instead of single. Sorry.
…ytics.js-integration-elevio * 'master' of https://github.com/segment-integrations/analytics.js-integration-elevio: Added support for using new setUser method (segment-integrations#9) # Conflicts: # HISTORY.md # lib/index.js # package.json
* analytics-master: Release 2.2.1
…ration-elevio * 'master' of https://github.com/elevio/analytics.js-integration-elevio: Reversal of setUser function check logic Changing setUser function exists test to be more explicit Linting issue Re-instating package.json updates that a merge missed Updated version to 2.2.0 Added support for using new setUser method Release 2.1.0 Added support for using plan as group
Updated test to remove the call to assumesPageView
Codecov Report
@@ Coverage Diff @@
## master #12 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 34 34
=====================================
Hits 34 34
Continue to review full report at Codecov.
|
|
Just looping in @hankim813 since you accepted the last PR for this project, hoping you can do the same here :) |
|
Hi @duellsy ! I believe that all that |
|
Oh, I see. How can we have the script be loaded immediately rather than
waiting for page() to be called?
You can test with account id: konami
…On Fri, 5 Jan. 2018, 1:33 pm Justin Lee, ***@***.***> wrote:
Hi @duellsy <https://github.com/duellsy> ! I believe that all that
assumesPageView does is cause the first page call to be ignored, and has
no effect on when the script is loaded. Would you mind providing me with a
valid Elevio account id I can use to test this knowledge myself on the
integration? If I end up being wrong about that then this PR looks great to
me.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAULK8UE4YJHcUg6b3L1MhmDJ-G2NCSyks5tHYoCgaJpZM4RSkc9>
.
|
|
Hey @duellsy I'm currently looking into this and will get back to you later today |
|
@duellsy One question I have is whether the Elevio script does some kind of |
|
@duellsy Elevio is using version 2 of My final recommendation is to first update the |
|
@jlee9595 ooh, ok. Am I correct in thinking if we upgrade Essentially, in the example here, we'd like the elevio script to be loaded immediately, rather than waiting for the https://jsfiddle.net/duellsy/xcfzygcp/ Is this something that is possible, can you foresee issues with this? |
|
@duellsy That's correct! Upgrading to 3.2 should give you what you want. |
|
Fantastic, thanks @jlee9595, just updated to 3.2 and pushed 🎉 |
…ytics.js-integration-elevio * 'master' of https://github.com/segment-integrations/analytics.js-integration-elevio: Remove assumesPageView option (segment-integrations#12) # Conflicts: # HISTORY.md # package.json
Removes confusion for customers who aren't immediately calling page(), and wondering why the elevio script hasn't loaded yet.