コミュニティアチーブメントバーを展開する。

chrisw78940856
chrisw78940856
オフライン
タイプ
  • すべて
  • 質問
  • ディスカッション
  • アイデア
  • ブログ
ユーザー投稿による絞り込み
  •    Adobe Target Questions 2017/08/04
    Thanks very much, it appears to work fine now.Chris

    タイプ

    質問

    表示

    2.7K

    いいね!

    0

    返信

    0
  •    Adobe Target Questions 2017/07/28
    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;...

    タイプ

    質問

    表示

    2.6K

    いいね!

    0

    返信

    0
  •    Adobe Target Questions 2017/07/28
    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...

    タイプ

    質問

    表示

    3.7K

    いいね!

    0

    返信

    4
  •    Adobe Target Questions 2017/07/20
    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...

    タイプ

    質問

    表示

    2.2K

    いいね!

    0

    返信

    1
  •    Adobe Target Questions 2017/06/21
    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.

    タイプ

    質問

    表示

    1.5K

    いいね!

    0

    返信

    0
  •    Adobe Target Questions 2017/06/20
    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...

    タイプ

    質問

    表示

    1.6K

    いいね!

    0

    返信

    1
  •    Adobe Target Questions 2017/05/15
    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...

    タイプ

    質問

    表示

    3.2K

    いいね!

    0

    返信

    0
  •    Adobe Target Questions 2017/05/11
    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 ...

    タイプ

    質問

    表示

    5.8K

    いいね!

    0

    返信

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

    タイプ

    質問

    表示

    2.1K

    いいね!

    0

    返信

    0
  •    Adobe Target Questions 2017/05/09
    Hi, potentially very niche conversion tracking logic below:We have a series of actions on our secure site which do not trigger a confirmation page on a uniquely identifiable URL. Instead, the visitor is taken back to the account overview page, and shown a 'Successful transaction' type message (withi...

    タイプ

    質問

    表示

    3.6K

    いいね!

    0

    返信

    3