Alexander Mikhaylov
- Total activity 79
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 38
- Subscriptions 30
Activity overview
Latest activity by Alexander Mikhaylov-
Alexander Mikhaylov commented,
Hi! :) unfortunately your code does nothing, since your element has class "price-box", not "pricebox". If you change the selector to the correct one - you will get an error: Uncaught ReferenceError...
-
Alexander Mikhaylov commented,
Hi, there is an issue in your JS code. You are assigning a value to a variable, but not replacing innerHTML value. If I understood your idea correctly, then you should have something like this: var...
-
Alexander Mikhaylov commented,
Hi Mark, you can use a simple targeting condition like this
-
Alexander Mikhaylov commented,
Hi Marwa Salem Send it via support ticket.
-
Alexander Mikhaylov commented,
I may be wrong, but if I understood correctly - then https://prnt.sc/tvm89l - this allows you to exclude recently viewed
-
Alexander Mikhaylov commented,
Logan Mcbride hi, can can you share the details about proxy calls method?
-
Alexander Mikhaylov commented,
As far as I understand your case, you can just send the event name without properties. DY.API('event', { name: 'purchase_insurance' }); You can also add any properties to the event. There are no re...
-
Alexander Mikhaylov commented,
can you tell us more about your case? what data do you have in the feed? I can only guess…At least, you can compare the current date before generating the feed on your backend side or in the DY par...
-
Alexander Mikhaylov commented,
Maybe I suggest not the most elegant solution, but…if you need filters by day of the week and they are in the feed: Choose column “day” with value “sunday” on step 2. Choose additional targeting c...
-
Alexander Mikhaylov commented,
DY.API(‘spa’, {context: DY.recommendationContext,url: ‘https://store.example.com/buy/product-sku.html’,countAsPageview: false});