Hey everyone, Can someone help me where to find a documentation regarding how to use/switch to different env on mobile via using Target? For example create an activity for QA build and after that Prod build. Thanks in advance.
What are the best practices for structuring "interact" and "collect" calls to optimize performanceWhat happens if the “interact” or “collect” request to the Adobe Experience Platform API fails or times out?
Hi! I'm creating audiences in Adobe Target and adding multiple values in the custom parameter filter. I’d like to know if there’s a defined maximum limit or a recommended number of values for this configuration. At what point could performance be impacted, or is there a limit that’s generally not ad...
I am qualified into 2 activities for the same piece of content. Activity 1 audience is a CDP audience that I know I've qualified into because I can see it in AEP. That is the higher priority activity so I have set that at 900. Activity 2 is basically the catch-all default activity to target those t...
Hello team,Based on Adobe's documentation, "on-device decisioning" is currently available only in AT.js, NOT in WebSDK.For new projects, we’re recommending WebSDK since it unifies multiple AEP capabilities we use, such as Target, Analytics, and more, making it easier to maintain a single solution go...
I have AJO Ultimate. In VEC I do not see Offer decisions like in that documentation.https://experienceleague.adobe.com/en/docs/target/using/integrate/ajo/offer-decisionWhy is that?
Hi guys,I'm trying to do the same as in at.js but in SDK with getOffer() and applyOffer() functions.I need to reload the AT SDK library (interact) with all the experiences because one experience needs to reload the ‘view’ to launch another one. That is, in the first experience a profile parameter is...
Dear All, Please guide.We are currently running a few A/B tests and personalization activities using Adobe Target.For some of these, We faced challenges in retrieving real-time data from the page, such as selected products in a shopping cart, to use for audience targeting.Due to suboptimal Adobe Tar...
Hello.I have a profile script where I create a local variable using user.setLocal('name', 'value');Is it possible to remove this varialbe as if it was never created before instead of using this approach ?:user.setLocal('name', undefined);