mysql> select * from afrtb_carrier where name like ‘%China mobile%’;
+—–+————–+——-+————+————–+———-+
| id | name | code | country_id | brand | group_id |
+—–+————–+——-+————+————–+———-+
| 255 | China Mobile | 46000 | 45 | China Mobile | 201 |
| 257 | China Mobile | 46002 | 45 | China Mobile | 201 |
| 261 | China Mobile | 46007 | 45 | China Mobile | 201 |
对于以上数据情况,统一个国家下面会有name相同的carrier,因为他们的code不一样,所以这些carrier确实是不同的,这样如果在前端直接显示的话,会出现同一个国家下面有相同name的carrier,所以新增加一个group_id,同一个country下面,name相同的carrier,他们的group_id相同.
在dsp系统中,后端和web的交互完全使用group_id,脚本和rtb的交互则会把group_id转成code