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

  • 11/27/23
    Hello Team,  In my current assignment, my client using Google analytics 4 and Adobe Target.  For now, we're sharing the the Google Analytics 4 segment data in adobe Target using Customer Attribute functionality however seems this is not feasible solution going forward - as lot of manual steps involv...

    Views

    1.2K

    Like

    1

    Replies

    3
  • 11/23/23
    Hi all, I'm trying to update weightage, frequency and recency for models, and here is the code written. It is updating the frequency and recency but weightage is not working, any help would be appreciated. Would be happy to add any further details you need. 

    Views

    562

    Like

    1

    Replies

    1
  • 11/23/23
    Hello!I am trying to implement the Adobe Target Delivery API using PHP code in order to get data about our current AB test experiences. This is what my request looks like: $client = new Client(); $url = self::ADOBE_API_URL . '?client=' . self::ADOBE_CLIENT_ID . '&sessionId=' . self::ADOBE_SESSION_I...

    Views

    5.0K

    Like

    1

    Replies

    21
  • 11/22/23
    Hi,I am trying to turn on "Require Authentication" for Profile API in a Sandbox Target account.When I do that in the UI, it displays "Invalid Payload" error message, and I see the following response in the debugger: { "errors": [ { "message": "Invalid payload", ...

    Views

    760

    Likes

    0

    Replies

    2
  • 11/22/23
    I am trying to a/b test a pop up but it keeps showing up on every page even after users closed it i am struggling to find a straight forward solution from adobe target interface. I have tried to store the session on js on the pop-up code but it doesn't work, seems like adobe may be overriding it. An...

    Views

    666

    Like

    1

    Replies

    1
  • 11/21/23
    Hi there I would like to A/B Test the "Auto-Allocate" activity Type VS. the "Auto-Target" activity type for RPV.Has anyone experience with this i.e. how this could be achieved?It's for retail and we are wondering what would work better in terms of maximizing RPV?(or should we assume Auto-Target to w...

    Views

    1.7K

    Like

    1

    Replies

    3
  • 11/17/23
    I'm running an XT personalization for a list of zip codes that I set up in a Target audience.  How can I verify if it's actually running?  I am not located in the targeted zip code so I can't see the personalization.  I know about the ?mboxOverride.browserIp= feature but that is IP based and determi...

    Views

    625

    Like

    1

    Replies

    1
  • 11/17/23
    I am currently exploring the integration of an Ionic Framework mobile application with adobe target. Unfortunately, Adobe does not provide a dedicated SDK for Ionic. If anyone in the community has the experience or insights into integration Ionic mobile application with Target. I would greatly appre...

    Views

    537

    Likes

    0

    Replies

    1
  • 11/17/23
    Hello, can someone advice if I handle onClick with vanilla js is working but if I use the onclick with Solidjs is not working.I do not get any errors:  import { JSX, createSignal } from 'solid-js';import { render } from 'solid-js/web';const App = (): JSX.Element => {   document.addEventListener('DOM...

    Views

    1.5K

    Like

    1

    Replies

    3
  • 11/16/23
    Hello, I'm implementing Adobe Target with at.js 2.x on a non-SPA (Single Page Application) website.Despite reading through the documentation, it's not entirely clear whether calling applyOffers is mandatory for impression logging after getOffers has been called with the execute option.There's nothin...

    Views

    697

    Likes

    0

    Replies

    3