Hi guys, We are trying to create some test profiles in our sandbox environment, and in order to do that we are executing the following command for calling the Batch Update profile API v2 (according to Adobe Target docs, that should be possible with v2 of the API): curl --request POST --header 'Auth...
HI Team , I need to add Target page parameter from my mobile App , I am not able to find any way to achieve this . I found there is a way for web in at.js by calling a function addTagetPageParams. Immediate help will be appriciated.
Hey guys, I am trying to access the customer attributes directly into offer as referred in this Post.Following is the code snippet that I have used.var a = "${crs.personalized experience.blog page visitors}"console.log('offer ran!')console.log(a) When this block executes error is thrown in with stat...
Hi guys, I have written an offer code referencing customer attribute. This code is written just to test connection and data.Following is the snippet. var a = "${crs.personalized experience.blog page visitors}"console.log('offer ran!')console.log(a)I am directly referencing the audience from offer. W...
I'm working on getting a banner added to an web-based SPA using Target 2.3.1 via the newest Adobe Launch extension and I've got a banner set up to be added before a certain div. However, when I navigate around the app, I keep getting additional banners inserted above the one that's already been add...
We have implemented Adobe Target on our website and I have noticed that some of our pages now load twice. Could anyone provide some insights as to why this is happening?
My client wants to know how many hits have been sent to Adobe Target during their current contract period. Is such a report available in Target's interface? Or is it only available through Client Care?
Hi, My requirement is to show each experience only for 3 times. Once user seen 1st experience as per the order show 2nd experience and so on.I understand that we can use below script for frequency but this would work based on mbox name but looking option at the experience level Any thoughts?mbox_loc...
Hi all, I see that for SPAs, triggerView() fires a 'delivery' network request for a 'notification', much like a metric used under adobe.target.trackEvent(), rather than 'content' as seen with adobe.target.applyOffer(). I understand how to configure builds against triggerView in the VEC, but we have ...