Skip to content

Commit

Permalink
update AQL to count customer
Browse files Browse the repository at this point in the history
  • Loading branch information
trieu committed Oct 15, 2024
1 parent 718ce0f commit 4002f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/database-query-template.aql
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ AQL_PROFILE_STATS_COLLECTOR =>
FILTER p.type == 0
COLLECT WITH COUNT INTO length RETURN length)

LET customerBehaviors = ["subscribe","purchase","order-failed", "product-return", "order-checkout","repurchase","call-for-support","chat-for-support","add-to-cart"]
LET customerBehaviors = ["subscribe","purchase","order-failed", "product-return", "order-checkout","repurchase"]
LET totalCustomerProfile = FIRST(
FOR p IN cdp_profile
FILTER p.status > 0
Expand Down

0 comments on commit 4002f38

Please sign in to comment.