Expand my Community achievements bar.

chrisw78940856
chrisw78940856
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • We've come across a use case where it's important for us to track when a visitor completes a transaction within their first session upon entry in to an activity.My question is: What's the best way to do this?I thought about incrementing a cookie value by 1 for each new session, and only tracking eve...

    Type

    Questions

    Views

    962

    Likes

    0

    Replies

    0
  • Thanks very much, it appears to work fine now.Chris

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • Sure, script below:if (mbox.name == 'dashboard_header_banner') {      var signUpDate = mbox.param('registration_date'); //"yyyy-mm-dd"      var day = signUpDate.split("-")[2];      var month = signUpDate.split("-")[1];      var year = signUpDate.split("-")[0];      var dateText = year + month + day;...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Hi,I've created a profile script which is taking an mbox parameter for 'Sign up date' (which is a text string: "yyyy-mm-dd"), and converting it into a number, whose digits are YYYYMMDD. The value returned in mboxTrace for my test account is ''2.0170713E7" (13th July 2017).My hope is to then create a...

    Type

    Questions

    Views

    2.8K

    Likes

    0

    Replies

    4
  • Hi,I'm using the form based editor for an AB test, and am measuring click through rate on plain text containing a link vs. a banner.I just want to confirm exactly when the success metric option "Clicked on mbox" triggers? As the link in the plain text variation only covers a small portion of the tex...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    1
  • Nevermind, issue resolved.Leaving this up in case anyone encounters something similar: the activity in question didn't work because it had apostrophes in its name.

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hi,In the last day or so we've noticed that some of the content we're serving through Target is no longer showing.We have an XT activity set up and live. The preview link shows the content as expected, but despite my meeting the audience criteria, I'm not seeing the content in a live environment. We...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    1
  • Hi Løjmann,Thanks for replying. I have tried testing this and it doesn't appear to be working. The test only appears when I go to the login page in the same session.Also, I tried adding the following to the test to see if anything was being passed:var param = user.get('Has_Seen_Login_Page') alert(pa...

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    0
  • I recently created a profile script which captures whether or not the login page has been seen by a visitor: if(page.url.indexOf("/login") > -1){  return "hasSeenLogin"} Checking with mboxTrace, I have seen the user parameter working within the same session as the login page view. However when I go ...

    Type

    Questions

    Views

    4.9K

    Likes

    0

    Replies

    5
  • Thanks Daniel.Not yet using at.js, but will be in the future. For now, would this be possible using mboxDefine() and mboxUpdate?Chris

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
Top badges earned by chrisw78940856
Customize the badges you want to showcase on your profile