MySQL Forums
Forum List  »  Newbie

Help need in query
Posted by: Kumar Vivek
Date: September 23, 2016 11:25PM

So, I have a table which contains following columns - event_id, domain_userid, collector_tstamp, se_action.

I want to funnel analysis. Website has 3 levels -

Level 1 - SERP (search page)
Level 2 - view ad
Level 3 - conversion (something like checkout)

Based on level se_action can be following - SERP based on category, SERP based on location, AdDetails, SomeConversion.

I want events/users who has exactly followed this pattern

(SERP based on category -> AdDetails -> SomeConversion)

Some of the possibilities:

Possibility 1: consider

SERP-category ->Addeatils ->conversion

Possibility 2: don't consider

SERP category ->SERP location ->Ad details

Possibilty 3: consider and count should be 2 for SERP -> Ad detail and count 1 for SERP category ->Ad details -> conversion

SERP category -> Ad details ->Back to SERP category ->Another Ad -> conversion


I am unable to figure out query for this situation

Options: ReplyQuote


Subject
Written By
Posted
Help need in query
September 23, 2016 11:25PM
September 24, 2016 01:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.