Hi in this article we will learn how we can store and fetch the profile script in Adobe target webSdk, As in webSdk we use alloy send event method to push the data on the edge server and to fetch the data from the edge server , in websdk version all the adobe target data […]
In this article we will learn how we can iterate through the resouce list and create our frontend, according to sightly documentation of resource block, so supose if i want to create a slider, you first need the sightly responce and after then you will be able to itrate the list in sightly so lets […]
Velocity scripting is most common used language, that is used in some tools like adobe target emailers tool, so we need to apply som oprations in velocity scriptiing to show the item in frontend and the most common method is the itrations of list in velocity script Lets suppose a senario where we need to […]
The Below is the example by which you can diractly call the all profile script data in Adobe target recommendations as adobe targer recommendations use velocity script, so its not easy to call profile script in recommendations , to resolve that wethe below code will call the the profile data through which you can easily […]
Hi When We are creating A/B Testing activity with the help of adobe target some of the es6 features are not working because $ is That syntax is used by Target for dynamic data in offers which is why it’s getting removed/replaced We will create a profile script like ${profile.name} wich is used by server side rendering […]
If you are creating a website for your client, then your client expects to deliver the best code into the website, so the perofmace of the website will not get effected by your code and website will load fast on the browser without any error and continues looping, so through this article we will try […]
Some time we stuck how to do some change outside the iframe on iframe click event or on click of iframe button make change in its parent window, its not easy to write some code and on iframe DOM event you can change its parent iframe. So we can resolve this by using PostMessage API […]
In this blog we eill discuss how to create a simple wordpress plugin from scratch this is bery helpfull for Beginner’s to create wordpress plugin, so we will learn step by step process to create simple wordpress plugin we eill create a simple folder with name worpress-test-plugin and inside the we eill create a PHP […]
This tutorial we learn about how we can do velocity split string. Velocity has a minimal number of its own objects and methods. Instead, it empowers you to interact with authentic Java objects and invoke genuine Java methods on those objects. The Velocity documentation specifies that the delimiter is a string.Furthermore, due to Velocity being […]
In this blog, we are implementing a basic mutation observer example that will observe the DOM changes and fire the events. So first, we have to understand what a mutation observer is. and how to use mutation observer in javascript What Is a Mutation Obsever ? The MutationObserver interface offers the potential to observe for adjustments being made to the DOM tree. it’s […]
If you appreciate our content, kindly consider supporting our site by disabling your adblocker. Our ability to continue producing high-quality content, which you can enjoy without any cost, relies on the revenue generated from advertisements.