n Name: HQJDW Popular Posts Cache * Description: Caches the Zimeiti popular-posts widget and prevents per-request view-count sorting. */ defined( 'ABSPATH' ) || exit; function hqjdw_popular_posts_cache_key( WP_Query $query ) { $excluded = $query->get( 'post__not_in' ); $excluded = is_array( $excluded ) ? array_map( 'absint', $excluded ) : array(); sort( $excluded, SORT_NUMERIC ); return 'hqjdw_popular_posts_' . md5( implode( ',', $excluded ) ); } add_filter( 'posts_pre_query', static function ( $posts, $query ) { if ( is_admin() || 'post_views_count' !== $query->get( 'meta_key' ) || 'meta_value_num' !== $query->get( 'orderby' ) || 5 !== (int) $query->get( 'posts_per_page' ) ) { return $posts; } $cache_key = hqjdw_popular_posts_cache_key( $query ); $ids = get_transient( $cache_key ); if ( false === $ids ) { $query->set( '_hqjdw_popular_cache_key', $cache_key ); $query->set( 'no_found_rows', true ); return $posts; } $ids = array_values( array_filter( array_map( 'absint', (array) $ids ) ) ); if ( ! $ids ) { return array(); } $query->found_posts = count( $ids ); $query->max_num_pages = 1; return get_posts( array( 'post__in' => $ids, 'orderby' => 'post__in', 'post_type' => 'post', 'post_status' => 'publish', 'posts_per_page' => count( $ids ), 'no_found_rows' => true, 'ignore_sticky_posts' => true, 'suppress_filters' => true, ) ); }, 10, 2 ); add_filter( 'posts_results', static function ( $posts, $query ) { $cache_key = $query->get( '_hqjdw_popular_cache_key' ); if ( $cache_key && $posts ) { set_transient( $cache_key, wp_list_pluck( $posts, 'ID' ), 10 * MINUTE_IN_SECONDS ); } return $posts; }, 10, 2 ); :wq 2019年10月份传祺GM8销量2299台, 同比增长6.98% – 环球焦点
首页 汽车 2019年10月份传祺GM8销量2299台, 同比增长6.98%

2019年10月份传祺GM8销量2299台, 同比增长6.98%

       





【车主之家 销量数据】






日前,车主之家从中国乘用车联席会获得了最新公布的销量数据。2019年10月传祺GM8销量为2299辆,在广汽乘用车销量中占比8.28%,在MPV销量中排名第23位。

传祺GM8销量走势图 (单位:辆)

       2019年10月,传祺GM8销量同比增长6.98%,环比增长30.77%;最近12个月中,传祺GM8销量在2018年12月达到最高,销量为3075辆。

传祺GM8最近一年销量数据

月份 销量 占广汽乘用车份额 占MPV份额 在MPV中排名 2019-10 2299 8.28% 2.01% 23 2019-09 1758 5.56% 1.54% 23 2019-08 980 3.34% 0.86% 29 2019-07 713 2.81% 0.62% 30 2019-06 1755 3.85% 1.54% 20 2019-05 2026 7.32% 1.77% 19 2019-04 2456 9.10% 2.15% 17 2019-03 1768 5.05% 1.55% 27 2019-02 906 4.35% 0.79% 26 2019-01 1792 5.61% 1.57% 21 2018-12 3075 6.52% 2.69% 17 2018-11 1883 4.58% 1.65% 22

       在MPV市场,传祺GM8在2019年10月份的市场份额同比下降了0.03%, 2019年1-10月,传祺GM8的累计销量达到16453辆,
同比下降46.53%, 在MPV销量排名为第25位。

广汽乘用车2019年10月销量情况

车型 销量 所属级别 在级别中排名 占该厂商份额 传祺GS3 7307 SUV 39 26.31% 传祺GA8 3777 中大型车 4 13.60% 传祺GS8 3766 SUV 68 13.56% 传祺GS5 Super 3723 SUV 70 13.40% 传祺GM6 3228 MPV 15 11.62% 传祺GA6 2391 中型车 20 8.61% 传祺GM8 2299 MPV 23 8.28% 传祺GS7 1127 SUV 134 4.06% 传祺GA4 155 紧凑型车 85 0.56% 传祺GA3 1 紧凑型车 107 0.01% 传祺GS5 — SUV — — 传祺GS4 — SUV — —

传祺GM8与竞品车型销量对比(2019年10月)

车型 销量 所属级别 在级别中排名 所属厂商 占该厂商份额 传祺GM8 2299

MPV 23 广汽乘用车 8.28% 奥德赛 3720

MPV 13 广汽本田 5.80% 别克GL8 14695

MPV 2 上汽通用别克 18.92% 朗逸 40322

紧凑型车 2 上汽大众 28.50% 艾力绅 4798

MPV 9 东风本田 6.48% 上汽MAXUS G10 3246

MPV 14 上汽大通 50.48%



传祺GM8
17.68-26.48万

       综述 |
参配 |
图片 |
报价 |
文章 |
油耗 |
销量 |
经销商

       特别说明:

       1、本文引用的销量数据来自中国乘用车联席会对外公布,销量数据不包含进口车型,仅供参考,请以汽车厂商公布的销量数据为准。

       2、竞品车型根据车主之家网友访问行为数据产生,不包含进口车型。

热门文章

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注