Leiste mit Community-Erfolgen erweitern.

chongkan01
chongkan01
Offline
Typ
  • Alle
  • Fragen
  • Diskussionen
  • Ideen
  • Blogs
Nach Beiträgen filtern
  • For testing dynamic content I do the following: 1- Before attempting to change any content, verify that the content is loading. Check every 300ms for the content presence, once it is loaded, replace it. Abort after say 5 attempts. 2- If the Search results are returned with a page reload, you can use...

    Typ

    Fragen

    Zugriffe

    1.3K

    Likes

    0

    Antworten

    0
  • Can you try the following? - When saving the value with the mboxUpdate call, use: mboxDefine('myMbox'); mboxUpdate('myMbox', 'profile.myCustomValue='+myCustomValue);- When reading the data in the offer, use:<script> window.myCustomValue = profile.get('myCustomValue'); ... ... ... </script>

    Typ

    Fragen

    Zugriffe

    1.5K

    Likes

    0

    Antworten

    0
  • Can you maybe post a screenshot of what you see? I'm curious about it but I'm not sure of what you are seeing/not seeing. 

    Typ

    Fragen

    Zugriffe

    2.1K

    Likes

    0

    Antworten

    0
  • - In order to be able to see an experience directly you can use URL parameters for offer level targeting.- if you are testing the random/even distribution among offers, you will need to wait until a large amount of visits is counted. I have experienced differences of 30-50 visits at the very beginni...

    Typ

    Fragen

    Zugriffe

    1.4K

    Likes

    0

    Antworten

    0
  • Hello, I am able to get/set campaign configuration settings using the T&T API, but I cannot find a way to get or set NOTES to the campaign. T&T API: https://marketing.adobe.com/developer/en_US/documentation/test-target/pdf Does anyone knows of a way to achieve any of the following goals with the T&T...

    Typ

    Fragen

    Zugriffe

    1.9K

    Likes

    0

    Antworten

    2
  • See if this helps: Option 1: Use the Back-End of your Site to read the cookie and pass some flag to the mboxcreate method during page load. This can be used in the TnT console for targeting.  e.g. mboxCreate('orderConfirmPage', parameter=true);Then, when targeting, if you don't see the mbox paramete...

    Typ

    Fragen

    Zugriffe

    2.0K

    Likes

    0

    Antworten

    0