luisp46672881, mboxes have been designed to replace a particular DIV completely using a designated offer. I think that you should try using Visual Experience Composer which has the notion of CSS selectors, so you could be more specific about which elements on the page should be changed. You can fou...
KRAZ, we have an Angular 2/4/5 specific module that you can use as an inspiration. The Angular module can be found here: target-atjs-extensions/angular2/module at master · Adobe-Marketing-Cloud/target-atjs-extensions · GitHub. You can open GitHub issues if you have specific questions related to Ang...
maurom47653698, there is no replacement for this API. During our analysis we didn't find a use case for this API, hence it is not part of at.js.It would be great if you could share your use case. Also awhile ago we have introduced Response Tokens that you can use to retrieve Target request executio...
In Adobe Target users have different roles. Only users with Approver role can "activate" an activity. You can find more about roles here: Users.Besides that Adobe Target has the concept of Hosts and Environments. You can choose to associate hosts with environments and you can choose to which environ...
Hello manoharr17567932,You could try the following approaches. (Here we assume that you use at.js and at.js is deployed into your page HTML HEAD).1. Try setting up an activity for your Angular 4 application using Visual Experience Composer, if everything works and the offer is properly applied, the...
hello bhanuc99794808,If you could provide more details regarding what are you trying to accomplish that would help us provide more concrete steps.Regarding your question, at.js supports mboxUpdate(), however to make sure it behaves as expected, just as with mbox.js, you have to make sure that you f...
hi bkmills1,We have a couple of examples here: Single-Page Application Implementation. There are a couple of samples that use Angular 1.X directives and ngRoute approach. We haven't used requestAnimationFrame or MutationObserver. Our samples rely on developers being able to add the necessary bits a...
abbyd77023085, modern browsers like Chrome and FireFox try to optimize resource usage as much as possible, so when we use code like this:<script>$('a').click(function(){ adobe.target.trackEvent({mbox:'quicklinkclick'})});</script>What happens behind the scenes is the following:- User clicks the li...
The are a couple of root causes for this error: "AT: Adobe Target content delivery is disabled. Ensure that you can save cookies to your current domain, there is no "mboxDisable" cookie and there is no "mboxDisable" parameter in query string"- mboxDisable cookie or query string is present- at.js can...