Website click counter data

Extract All the Web Click/Click Counter Data From Website Database for Given Period of Time[AydenfuA]

Use the below query by changing the clickDates.

SELECT [refrenceCode] as 'Reference Code'

      ,[Origin]

      ,[departureDate] as 'Departure Date'

      ,[Destination]

      ,[returnDate] as 'Return Date'

      ,[IP]

      ,[costPerClick]

      ,[clickDates]

  FROM [dbo].[ClickCounter] where [clickDates] between '2018-01-01' AND '2018-02-02'

  order by [clickDates]


For more information ream on our ACE portal page link