I often use the calculator to decide how long to run an A/B test. Up until recently we've just used Target as the reporting source, but have recently enabled CJA which we're beginning to use. When using CJA to report out on Target activities (via the Experimentation Panel), I've noticed that the lif...
Hi guys, I have a new Adobe Target integration coming up for a client & just wanted to know that we configure Target with AEP or AEM to get all the user details from the website? I had mentioned AEP & I was said its not right. Kindly help. Thank You.
I have set up reporting like that:How to send the mbox with web sdk?alloy("sendEvent", {xdm: { ...},decisionScopes: ["renuve-generating"]})Something like that?
Hi there, I wanted to know if we have an option or a method to have the historical data?We are demerging our firm from the main company & we want to have all the historical data from this main company Adobe Target, as per my knowledge we don't have an option to get that data as you clone or migrate ...
Hello everyone, has anyone idea about why Target server-side integration for A/B testing in no-local environment stop working? I'm using the Target nodejs SDK with this on-device config:export const CONFIG = { client: process.env.NEXT_PUBLIC_TARGET_CLIENT_ID, organizationId: process.env.NEXT_PUB...
Hi All,We are passing batch audience from Adobe CDP to target for next page personalization. There are two pages which we are activating personalization on. Here are the scenario:User lands on Page 1 and on their next visit to the site they are served page 2 as the first tab. This works fine as we h...
How do I enable the delivery call only when a particular section is available in the DOM?I am using the Adobe Target V2 extension. If you need any details from me, please feel free to ask.
Hi,I am trying to access mbox parameter in profile script, for WebSDK implementation. Below is the code- For triggering mbox in Target activity-alloy("sendEvent", { xdm: { eventType: "decisioning.propositionDisplay", _experience: { decisioning: { propositions: [{ s...