Interesting.I have seen this on another implementation (all iphones registered as 320 x 480 even if they were an iphone 7). We got round it by adding resolution as an evar.However my current implementation shows everything as expected with 375px being the most popular (as you might expect). I assume...
Hi there,I highly recommend using the Adobe Datafeeds if you are moving to an azure blob.It's not as easy to get going and will require more work but the end result is night and day vs a data ware house extract or an API pull.ThanksDave
Hi Lalit,I think there may be some confusion. :-)If you look at my solution (post at 21-Aug-2019 00:37) you will see I reference a before and after.In the after I have removed the 30 day reference.ThanksDave
Hi ya,The segment is dynamic.The approx distinct count (day) will return a value of 1 if you pick just yesterday, 7 if you pick last week, 28 if you select the last 4 weeks etc).So if for example you have sold 3,444 units in the last 4 weeks and 300 in the last 7 days you would see the following:28 ...
Hi there,Yes you can do that. There are two parts to this.Part 1 - Dynamic datesIf you create a calculated metric (I have called it count of days):This will tell you how many days there are in the time period selected.In my original (and very long metric) you can then switch the basic logic from:to:...
Afraid you are correct - it absolutely will over right the existing dimension and time based classifications have now been removed.It will be interesting to see if anybody has an idea for this because I can only think of two solutions at this point:A)Crunch the data in SQL from a data feed and keep ...
One other - better way however (if I was doing this for myself) - would be to use the Adobe data feed into your data lake. Create a daily calculation here in SQL and then push that back in as a classification each day via automated FTP.More likely one for your data scientists and I.T team however.
So - I think this is what you are after (using the 1 to 5 system I mentioned this morning).Based on some data today, I see the following:The logic to get the ranking system is as follows:and the last 30 days segment is simply "visits in the last 30 days".Hope that helps.Dave
Just adding to this - hopefully bringing this back to the front page.This would be incredibly useful and would save on an evar / prop. As a side note - Coremetrics used to have the ability to do this 11 years ago!