Please enable JavaScript.
Coggle requires JavaScript to display documents.
GBP 地球 - Coggle Diagram
GBP 地球
技术途径
Google API
获取 business website
自建爬虫
检查 business website 是否接到了 Rushable
检查逻辑
有 GBP biz website
没有 brand external homepage
对比 GBP biz website 和 brand domains
有相符
gbp_website_exists = true
没有相符
gbp_website_exists = false
有 brand external homepage
对比 GBP biz website 和 external homepage
不相符
gbp_website_exists = false
相符
爬 external homepage
找到 gbp_ordering_link_overwrite 链接
gbp_website_exists = true
没找到 gbp_ordering_link_overwrite 链接
找到 brand domains
gbp_website_exists = true
没找到 brand domains
gbp_website_exists = false
没有 GBP biz website
gbp_website_exists = false
作用
餐厅 GBP 卡片上的 website button/link 是否能接到 Rushable 页面
数据库建表
新建表格
命名
location_google_connections
内容
id
location_id
gbp_website_link_overwrite
gbp_website_exists
gbp_ordering_link_overwrite
gbp_ordering_link_exists
created_at
updated_at