I've got buttons for which i want to track the number of click on it.[-][+]$('.button-more').click(function(event){adobe.target.trackEvent({'mbox':'buttomMore'})});By using the code above, i can see each time the same button is clicked, a hit fired on the Chrome Network Tab.Ex: clicked 3 timesjson?m...
I want to do an A / B test with redirection. Option A will be the original website.com/landing/ and Option B will be the new websiente.com/landingb/. I have 2 questions:Should I put the Adobe Target code and in the new URL(landingb)?Will I keep in "landingb" the parameters that I have defined for "l...
Hi Team, We followed these instruction to track the visitor between App and Mobile view:Android: https://marketing.adobe.com/resources/help/en_US/mobile/android/hybrid_app.htmliOS: https://marketing.adobe.com/resources/help/en_US/mobile/ios/hybrid_app.htmlDo I need to pass any sdid also to m-web pag...
Hi everyone, We try to integrate AEM with Adobe Target. For this purpose, we create a project on Adobe I/O and add Adobe Target API on it. Then we try to give necessary permission to this Integration on Admin Console but we could not see Integrations tab shown below. My user is in Admin and Develop...
I'm using targetPageParams to add a parameter into the mbox (default mbox), lets call it "MyParam". In my script its pulling in a querystring parameter and setting a custom mbox parameter to the value found there.Example URL: [my URL]?TESTParam=xyz123I know Target has seen "MyParam" in the mbox bec...
Hello Team, I would like to automate bearer token generation . I am planning to create REST API to get bearer by following below steps 1. Generating JWT 2. Pass that JWT token to exchange/jwt and generate bearer.. Any ideas which way is better or please share if somebody already using it. Thank...
Hi! We have set up an experiment on our server-side using Target Java SDK. We are returning an experience for users, however 2 things are happening:The experience isn't sticky. If a user logs out and then back in, they will be randomly assigned a new experience. We are currently using our company mb...
Wondering if its possible to show an activity based on asynchronous params, I know there is the targetPageParams but how would I trigger these params on a dynamic value that populated after Adobe Target is loaded such as an API call. Then how would I trigger the updated Param to the activity? Is thi...