Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 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

    195

    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

    1.1K

    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

    289

    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

    193

    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

    388

    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

    207

    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

    131

    Likes

    0

    Replies

    0
  • 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

    354

    Like

    1

    Replies

    2
  • 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

    234

    Likes

    0

    Replies

    3
  • 11/15/23
    Hello,I am running an A/A test and started including a second control in all my tests so I can do an A/A comparison (10% of traffic to second control) in every test.  The issue is that the two controls perform differently a lot of the time, even with a even 50/50 split. Questions:At what point do yo...

    Views

    159

    Like

    1

    Replies

    1