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
|
|
@ -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