Expand my Community achievements bar.

kandersen
kandersen
Online
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • @DevakrishnaRa2  Sorry, try this instead - i was a bit too quick on the previous one: // Profile script to control session-only display of a banner if (user.sessionId != user.getLocal('sessionIdBannerShown')) { // First time in this session, allow the banner to display user.setLocal('session...

    Type

    Questions

    Views

    33

    Like

    1

    Replies

    0
  • Hi @DevakrishnaRa2    I think it should something like this: // Profile script to control session-only display of a banner if (user.sessionId !== profile.sessionIdBannerShown) { // First time in this session, allow the banner to display profile.sessionIdBannerShown = user.sessionId; retu...

    Type

    Questions

    Views

    79

    Like

    1

    Replies

    2
  • It shouldn't apply/be needed if you've set it to all visitors.   I'm not sure i follow. If the Target libraries are not implemented on the page, then the QA URLs and the Activity itself when published won't work. I understand that not everyone will have the Target add-on installed on their browsers,...

    Type

    Questions

    Views

    38

    Likes

    0

    Replies

    0
  • To have Target show product recommendations you need to use the getoffer and applyoffer functions instead of the trackEvent: https://experienceleague.adobe.com/en/docs/target-dev/developer/client-side/at-js-implementation/functions-overview/adobe-target-getoffer 

    Type

    Questions

    Views

    213

    Likes

    0

    Replies

    1
  • Oh, and the trackEvent function will not return any activity - it will only collect conversion/behaviour.

    Type

    Questions

    Views

    287

    Likes

    0

    Replies

    3
  • I'm not a developer, but it seems that the code is sending all the relevant entities.  Heres the things i would look into when validating things are correct configured:   1. confirm products are collected correctly, if you search for the products in the product catalogue are they then showing up as ...

    Type

    Questions

    Views

    290

    Likes

    0

    Replies

    5
  • I've actually just posted an article about it, so it will be easier to reference an alternative approach to the QA links - you can find it here: https://experienceleaguecommunities.adobe.com/t5/adobe-target-blogs/struggling-with-qa-links-here-s-your-work-around/ba-p/713477

    Type

    Questions

    Views

    130

    Like

    1

    Replies

    0
  • Sometimes those helpful QA links just don’t work as expected. Instead of constantly resetting and copying them only to find they still aren’t working, save yourself the frustration. Follow this guide for an alternative approach to QA your activity without the hassle.

    Type

    Blogs

    Views

    69

    Likes

    2

    Replies

    0
  • @ManasaKo1 Here's my understanding of what you've done so far/the expected journey: The activity you've created involves displaying different promotions based on the visitor's location: If a visitor is from Hyderabad (HYD), a 40% discount banner is shown on the homepage hero section.If a visitor is ...

    Type

    Questions

    Views

    315

    Likes

    0

    Replies

    7
  • @ManasaKo1  Can you elaborate on what your question is?

    Type

    Questions

    Views

    362

    Likes

    0

    Replies

    9
Top badges earned by kandersen
Customize the badges you want to showcase on your profile