Hi everyone!I want to start using recommendations in Target. I use Adobe Launch to deploy Target. I was wondering what the best way was of getting the product information data into Target using Launch?Can I use the 'Add Params to Page Load Request' action and send over entity.id etc. with the approp...
Hey all, We are just about to start trying Auto Personalization, Auto Allocate and Auto Targeting tests but I understand you can only use Adobe Target to report with these. I remember in Adobe Target Classic, when we reported into target, we were able to select metrics from Adobe Analytics to use in...
Hey Guys, I'm new to Adobe Target and I was asked to migrate a current solution that is using the old Adobe 4.x version with PhoneGap. In their code which by the way is not totally available for me they use the method ADB.targetLoadRequest(success, fail, name, defaultContent, parameters);to get the ...
I found this documentation (https://docs.adobe.com/content/help/en/target/using/experiences/offers/passing-profile-attributes-to-the-html-offer.html) which allows us to use profile data in our offers. This works however, I cannot figure out how to pull in updated data values without reloading the pa...
Hi, When i view Target reports in Adobe Analytics, i see that all the activities are reported as 12 PM even though user might be active during the different time of the day. What do i need to do in order to get Hour of the day working for Target Activities? Thanks and Regards,Nitin
Hello , I have been working on a personalization use case, for which the audience groups are segmented and shared from audience manager. This was a site level personalization where in the audiences are divided into 5 audience segments. There has been a request to include a 20% control group who are...
Hi Guys, I'm using AEM 6.2 which is integrated with Target thru cloud services for a/b testing and rules based personalization. The logic works properly for both activity types, but there is a bug in the AEM author environment. After targeting any components they look good unless I leave page. If I ...
Hi everyone!Just looking for a step-by-step explanation of the getOffer() and applyOffer code. adobe.target.getOffer({ "mbox": "target-global-mbox", "params": { "a": 1, "b": 2 }, "success": function(offer) { adobe.target.applyOffer( { "mbox":...