Hi, I am looking to see if there is any sample project where A4T is integrated with Server Side Adobe Target inside an Angular applications. I looked at examples and documentation but I haven't found any specific related to Angular + Target Server Side + A4T
Here is situation .. we are using adobe target client side calls for few mboxes and server side calls for few mboxes. In both the cases we are using one 3rd party Id as Unique Id but attribute names are different likein client calls we are using "visitor ID" : 1234 in server side calls "...
Hi Team, We are using bulk upload API to update profiles in Target. Is there any way that we can export all the available profiles form Target. Any sugesstions. Thank You
We are running a relatively simple A/B test on two versions of a page using AEM and Target - both pages exist on AEM, the variant is the child of the control. When it launched, our group noticed that the control page was loading for a second or two and then the variant would load. We were told by ou...
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...