google bigquery - How to get pending cart users from Firebase analytics -


i have integrated firebase analytics data google bigquery , everyday new table gets created date stamp.

one sample table "projectid.com_dev_sambhav_android.app_events_20170821" 1 sample table shown below enter image description here

i have events add_items_to_cart, placed_order , cancelled_order. want query these bigquery tables see users have items in cart haven't placed order.

the problem: if user adds few items cart , places order, cart wont updated in firebase events. still shows items in cart.

example:

before placing order: cart items count 5 , placed order count 0

after placing order: cart items count 5 , placed order count 5

thats why not able pending cart information.

please advise


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -