Update to listing count in new dash overview
This commit is contained in:
parent
4bef83f432
commit
82829db3d2
6 changed files with 55 additions and 46 deletions
|
|
@ -20,14 +20,15 @@ select
|
|||
total_active_user_product_bundles as total_active_user_product_bundles,
|
||||
total_listings as total_listings,
|
||||
total_active_listings as total_active_listings,
|
||||
total_listings_with_product_bundle_with_paid_service
|
||||
as total_listings_with_product_bundle_with_paid_service,
|
||||
total_listings_with_active_product_bundle_with_paid_service
|
||||
as total_listings_with_active_product_bundle_with_paid_service,
|
||||
total_active_listings_with_active_product_bundle
|
||||
as total_active_listings_with_active_product_bundle,
|
||||
total_active_listings_with_active_product_bundle_with_paid_service
|
||||
as total_active_listings_with_active_product_bundle_with_paid_service,
|
||||
has_active_listings as has_active_listings,
|
||||
has_listings_with_paid_service_applied as has_listings_with_paid_service_applied,
|
||||
has_listings_with_active_paid_service_applied
|
||||
as has_listings_with_active_paid_service_applied,
|
||||
has_active_listings_with_active_product_bundle_applied
|
||||
as has_active_listings_with_active_product_bundle_applied,
|
||||
has_active_listings_with_active_paid_service_applied
|
||||
as has_active_listings_with_active_paid_service_applied,
|
||||
total_bookings_with_product_bundle as total_bookings_with_product_bundle,
|
||||
total_bookings_with_product_bundle_with_paid_service
|
||||
as total_bookings_with_product_bundle_with_paid_service,
|
||||
|
|
|
|||
|
|
@ -1235,19 +1235,15 @@ models:
|
|||
description: |
|
||||
Count of listings that the user owns.
|
||||
It contains only those that can accept bookings (hard
|
||||
activation - not to be confused with activity-based
|
||||
segmentation).
|
||||
|
||||
- name: total_listings_with_product_bundle_with_paid_service
|
||||
activation - not to be confused with activity-based- name: total_active_listings_with_active_product_bundle
|
||||
data_type: integer
|
||||
description: |
|
||||
Count of listings that have, or have had, a paid service
|
||||
product bundle activated.
|
||||
Count of active listings that currently have an active product bundle.
|
||||
|
||||
- name: total_listings_with_active_product_bundle_with_paid_service
|
||||
- name: total_active_listings_with_active_product_bundle_with_paid_service
|
||||
data_type: integer
|
||||
description: |
|
||||
Count of listings that currently have an active paid service
|
||||
Count of active listings that currently have an active paid service
|
||||
product bundle.
|
||||
|
||||
- name: has_active_listings
|
||||
|
|
@ -1255,15 +1251,17 @@ models:
|
|||
description: |
|
||||
Integer-based flag version of total_active_listings.
|
||||
|
||||
- name: has_listings_with_paid_service_applied
|
||||
- name: has_active_listings_with_active_product_bundle_applied
|
||||
data_type: integer
|
||||
description: |
|
||||
Integer-based flag version of total_listings_with_product_bundle_with_paid_service.
|
||||
Integer-based flag version of
|
||||
total_active_listings_with_active_product_bundle.
|
||||
|
||||
- name: has_listings_with_active_paid_service_applied
|
||||
- name: has_active_listings_with_active_paid_service_applied
|
||||
data_type: integer
|
||||
description: |
|
||||
Integer-based flag version of total_listings_with_active_product_bundle_with_paid_service.
|
||||
Integer-based flag version of
|
||||
total_active_listings_with_active_product_bundle_with_paid_service.
|
||||
|
||||
- name: total_bookings_with_product_bundle
|
||||
data_type: integer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue