Hi,I am implementing experience target activity using the at.js approach through Tealium.I don't have access to Tealium as its managed by different team and I can ensure its loading correctly through Adobe Experience Platform Debugger.After saving the modifications for injecting html and styling for...
Good afternoon community.I'm looking for advice on where to go to install a local instance of Target?I'm currently training on the platform and am hoping to add my own version to my own laptop to train building activities, texts, etc. I have a local version of AEM (WKND Site) I'm unsure of you can a...
Use Case: Create an XT activity for specific CRM IDs In Launch: There's an existing Target Load and Fire rule. In that rule, there's an Add Params to Page Load Request action.Name: mbox3rdpartyidValue: (a variable that contains the CRM ID value, from a data element)I believe this part works, it's ho...
Ok - I would like to set some frequency capping on some experiences. I know this involves passing some kind of unique identifier of that experience, creating a profile script so it can be counted and then creating an audience depending on my how many times I'd like customers to see the experience. W...
Hi All,I have done adobe target integration using below approach1.Download the latest at.js from the adobe target implementation.2.Create the clientlibs in aem and added that at.js3.calling this clientlibs in my headlibs.html.4.In the network tab verified delivery related call happened and gives ...
Hi all. I am attempting to track click and page view events in an AB test I'm running. However, I'm having some issues as the site we are working on is both a multi-page and a SPA website.In the test, we are primarily tracking a button click from the home page, which navigates the user to a separat...
Hello, I was using at.js to get recommendation offers for my website. However, I was using the following code with at.js and I am not sure how to convert it to use webSDK. ### code ###adobe.target.getOffer({ "mbox": "DemoBox2", "params":{ "entity.id":"target-global-mbox" }, "success": function(offe...
Hi! I have implemented views on SPA using web sdk. When I am on home page, xdm object returns view name as "index" and page name as "home".when I proceed further and click a SPA component, xdm object returns view name as "men" and page name as "men category". I want to run an activity on view name "...