Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 7/13/21
    The "Create a Multivariate Test" documentation and the Adobe Target UI suggest that Visual Experience Composer is required to run Multivariate Tests. Is this true? Can I instead setup and run a MVT with JSON Offers or anything other than VEC? https://experienceleague.adobe.com/docs/target/using/acti...

    Views

    758

    Like

    1

    Replies

    1
  • 7/12/21
    We have the following business requirements for a given audience: profile attribute "stateA" is present AND does not equal "CT" OR profile attribute "stateA" equals "CT" AND mbox param zipCode equals one of a list of 300 zip codes This has been implemented successfully into an audience. Where we for...

    Views

    517

    Like

    1

    Replies

    0
  • 7/12/21
    Hi everyone, I have noticed that the activity targeted ONLY to the Chrome browser gets delivered to some other browsers too. The list includes the following:Yandex (Yandex.Browser)Samsung (Samsung Browser)Other (MIUI Browser, Maxthon Browser)(the data is retrieved from Adobe Analytics, A4T integrati...

    Views

    545

    Like

    1

    Replies

    0
  • 7/10/21
    Hi Experts, I have a scenario in our Production environment.We are creating True Production environment to point our Production website to resolve Target Catalog Data corruption due to lower environments pointing to Target Production. When we do this we need to move our prod host to point to True Pr...

    Views

    974

    Like

    1

    Replies

    2
  • 7/8/21
    This Profile script  doesn't increment after 30 minutes of inactivity -Is anything missing in this profile script. if(user.sessionId!=user.getLocal('lastSessionId')) {  user.setLocal('lastSessionId', user.sessionId);  return (user.get('visitCount') || 0) + 1;}

    Views

    807

    Likes

    0

    Replies

    0
  • 7/8/21
    What is the difference between the audience under the Geo  - City vs DMAFor Example -  If we Target same city under both for example (LA).Will they fetch same results?If not, what is the major difference

    Views

    1.4K

    Like

    1

    Replies

    2
  • 7/8/21
    I am trying to create recommendation based on current product's entity.contentType parameter. The contentType value varied by site language e.g. English, French etc. The catalog is getting replaced by the recently visited product since the entity.id is unique across these site sections.The solution ...

    Views

    967

    Likes

    2

    Replies

    1
  • 7/8/21
    Hi All, On our site we are storing some data in localStorage that we'd love to reference for a Target audience. We tried to reference it through a profile script, but are presented with an error: "Your updates did not publish to Adobe's delivery network : Invalid script - Syntax or runtime error whi...

    Views

    2.4K

    Like

    1

    Replies

    2
  • 7/8/21
    I was trying to implement target via Adobe launch. Installed the extension as follows(Screenshot attached) and created a rule for loading target and firing page load request.   I've also added the prehide snippet above the launch code, the code is as follows.   <script> //prehiding snippet for Adobe...

    Views

    2.3K

    Like

    1

    Replies

    6
  • 7/6/21
    In docs referencing Target profile parameters, I see two different ways of interacting with Target profile. user.THING  and profile.THING What's the difference and when do you use one vs. the other?Note: https://experienceleague.adobe.com/docs/target/using/audiences/visitor-profiles/profile-paramete...

    Views

    2.6K

    Likes

    0

    Replies

    4