Lior Delouya
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
Comments
Recent activity by Lior Delouya-
Hi Veronica, The appropriate way to use DY with AMP, is to use our "pure" Server-Side integration - AKA personalization APIs. You can learn about it here - https://dy.dev/
-
Hi Max, In your case, a user can start a search with "herd" term - which means the use case will render twice - one time because of the real page load, and another because of the SPA. My recommend...
-
Hi Al Lee, First, you need to have the stock level numeric value in a separate column. You can then use the getSocialProof/getProductsData API with includeProductData parameter. https://support....
-
Hi, We do not have an official reference for this. I would recommend that you will share the need with your CSM which might be able to provide you with something. I'm not a developer BUT, In gen...
-
Hi Manuel, There is a feature on the way to support this. The best way, for now, is to have a JS code that is looking into the context lng parameter/URL and picking the lng variable for you. Bas...
-
Hi Raphael, For sure. Thank you for sharing.
-
One disclaimer for this method - what happens if a user is getting in, and out of an audience. Having an event with contains will not get the user out of the audience in DY platform. One possible s...
-
Hi Ben, It is possible using DY APIs only in case the customer is currently on the cart page. Use DY.recommendationContext.data to access the cart SKU array. Hope this is helpful.
-
Hi Jordan, Personalizing a (landing) page based on URL parameters is a pretty standard experience to create using DY. With regards to downsides, the question is what alternatives do you have... f...
-
Hi, It seems like the API you are using is only part of the solution DY.API('consent_optout'); is the API you are looking for, and I believe you can invoke it for any user - if user consent to d...