实体读取文件格式 - V2
    
    
      
    
    
      
      使用集合让一切井井有条
    
    
      
      根据您的偏好保存内容并对其进行分类。
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
  
  
  
  
  
  
  
  
  
  
  
  
   
   
   
   共享类型
   这些类型用于定义某些表中的嵌套字段;这些字段没有自己的表。
   Numeric Id 类型
   
    | 标量 | 说明 | 
|---|
    | integer | 一个数字 ID 号,用作实体的标识符。这些 ID 不应被视为通用 ID,例如,广告系列可能使用与像素相同的 ID 值。 | 
   
   Enum 类型
   
    | 标量 | 说明 | 
|---|
    | integer | 一个枚举,包含多个可能的选项。父级类型中详细介绍了不同的选项。 | 
   
   Time 类型
   
    | 标量 | 说明 | 
|---|
    | integer | 以微秒(1/1,000,000 秒)为单位的 Unix 时间,例如 1330403779608570 表示 2012 年 2 月 28 日(星期二)04:36:19.608570。 | 
   
   Currency Micro 类型
   
    | 标量 | 说明 | 
|---|
    | integer | 以微单位表示的货币具体金额(货币单位的 1/1,000,000),例如,如果货币是 EUR, 75000000表示 75 欧元;如果货币是美元,250000表示 0.25 美元。既无法换算为美元金额,也无法换算为美元金额。 | 
   
   Percentage Milli 类型
   
    | 标量 | 说明 | 
|---|
    | integer | 以毫秒表示的百分比(百分比的 1/1,000),例如 100表示 0.1%。 | 
   
   FileSummary 类型
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | name | string | 文件的文件名(不包括存储分区或目录名称)。 | 
    | num_records | integer | 文件中的实体数量。 | 
    | version | integer | 文件的主要版本号。如果将来创建了实体数据格式的新版本,此编号可能会发生变化。 | 
   
   EntityCommonData 类型
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | id | Numeric Id | 每个实体类型中的唯一 ID - 例如,对于合作伙伴实体,此 ID 为合作伙伴 ID;对于广告客户,此 ID 为广告客户 ID,依此类推。 | 
    | name | string | 实体在界面中显示的名称。 | 
    | active | boolean | 用户设置的状态 - 实体可能因其他原因(例如预算用尽、广告排期已过等)无法投放广告。 | 
    | integration_code | string | 用户设置的集成代码 | 
   
   ExchangeSettings 类型
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | exchange_id | Numeric Id | 广告交易平台的 ID。可与 SupportedExchange.id 联接 | 
    | seat_id | string | 广告交易平台的账号 ID | 
    | seat_user_name | string | 与此座位相关的用户名(仅适用于 Right Media 非 RTB 座位)。 | 
   
   ApprovalStatus 类型
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | auditor | Enum | 0=DOUBLECLICK_BID_MANAGER1=DOUBLECLICK_AD_EXCHANGE
 2=APPNEXUS
 3=APPNEXUS_MICROSOFT
 4=RIGHT_MEDIA_NON_RTB
 | 
    | status | Enum | 0=APPROVED1=REJECTED
 2=PENDING
 3=NO_AUDIT
 4=UN_AUDITABLE
 5=UNKNOWN
 6=IN_AUDIT
 | 
    | feedback | string | 审核员的反馈,其中可能包含拒绝原因等其他信息。 | 
    | sync_time | Time | 实体上次与 auditor同步的时间 | 
    | external_id | Numeric Id | 仅当 auditor为APPNEXUS、APPNEXUS_MICROSOFT或RIGHT_MEDIA_NON_RTB时才填充。这是审核员聊天室中的实体的 ID。 | 
   
   Budget 类型
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | start_time_usec | Time | 预算周期的开始时间。 | 
    | end_time_usec | Time | 预算周期的结束时间。 | 
    | max_impressions | integer | 此预算的展示次数上限。如果缺少此字段,则表示展示次数预算不受限。 | 
    | max_spend_advertiser_micros | integer | 此预算的支出上限(以广告客户币种的微分表示)。如果缺少此字段,则表示预算没有支出限制。 | 
    | pacing_type | Enum | 0=FLIGHT1=DAILY
 | 
    | pacing_max_impressions | integer | 由 pacing_type设置的每次节奏间隔的展示次数上限。如果缺少此字段,则对展示次数没有限制。 | 
    | pacing_max_spend_advertiser_micros | integer | pacing_type设置的每个节奏间隔的最高支出(以广告客户币种的百万分之一表示)。如果此字段缺失,则表示没有支出限制。 | 
    | pacing_distribution | Enum | 0=ASAP1=EVEN
 2=AHEAD
 | 
   
   FrequencyCap 类型
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | max_impressions | integer | 每个展示次数上限间隔内的展示次数上限。 | 
    | time_unit | Enum | 时间单位: 
 0=MINUTE1=HOUR
 2=DAY
 3=WEEK
 4=MONTH
 5=LIFE_TIME
 | 
    | time_range | integer | time_units的数量,例如,如果time_unit为1,则time_range的值为 6 表示 6 小时。 | 
   
   PartnerCosts 类型
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | cpm_fee_1_advertiser_micros | integer | CPM 1 费用(以广告客户币种为单位,小数点后 4 位)。 | 
    | cpm_fee_2_advertiser_micros | integer | CPM 2 费用(以广告客户币种为单位)。 | 
    | cpm_fee_3_advertiser_micros | integer | CPM 3 费用(以广告客户币种为单位)。 | 
    | cpm_fee_4_advertiser_micros | integer | CPM 4 费用(以广告客户币种的微单位表示)。 | 
    | cpm_fee_5_advertiser_micros | integer | CPM 5 费用(以广告客户币种为单位)。 | 
    | media_fee_percent_1_millis | integer | Percentage Milli中的媒体费用 1 | 
    | media_fee_percent_2_millis | integer | Percentage Milli中的媒体费用 2 | 
    | media_fee_percent_3_millis | integer | Percentage Milli中的媒体费用 3 | 
    | media_fee_percent_4_millis | integer | Percentage Milli中的媒体费用 4 | 
    | media_fee_percent_5_millis | integer | Percentage Milli中的媒体费用 5 | 
    | cpm_fee_1_cost_type | Enum | 0=DEFAULT_COST_TYPE1=BID_MANAGER_FEE
 2=THIRDPARTY_AD_SERVER
 3=DOUBLE_VERIFY
 4=ADSAFE
 5=ADXPOSE
 6=VIZU
 7=AGGREGATE_KNOWLEDGE
 8=TERACENT
 9=EVIDON
 10=ATD_FEE
 11=DMP_FEE
 12=INTEGRAL_AD_SCIENCE_PREBID
 13=DOUBLE_VERIFY_PREBID
 14=SHOP_LOCAL
 15=TRUST_METRICS
 16=MEDIACOST_DATA
 17=INTEGRAL_AD_SCIENCE_VIDEO
 18=MOAT_VIDEO
 19=NIELSON_OCR
 20=COMSCORE_VCE
 21=ADLOOX
 22=ADLOOX_PREBID
 23=EXTRA_XBID_FEE
 24=ADLINGO_FEE
 25=CUSTOM_FEE_1
 26=CUSTOM_FEE_2
 27=CUSTOM_FEE_3
 28=CUSTOM_FEE_4
 29=CUSTOM_FEE_5
 ATD_FEE表示代理机构交易公司费用。 | 
    | cpm_fee_2_cost_type | Enum | 与 cpm_fee_1_cost_type相同。 | 
    | cpm_fee_3_cost_type | Enum | 与 cpm_fee_1_cost_type相同。 | 
    | cpm_fee_4_cost_type | Enum | 与 cpm_fee_1_cost_type相同。 | 
    | cpm_fee_5_cost_type | Enum | 与 cpm_fee_1_cost_type相同。 | 
    | media_fee_percent_1_cost_type | Enum | 与 cpm_fee_1_cost_type相同。 | 
    | media_fee_percent_2_cost_type | Enum | 与 cpm_fee_1_cost_type相同。 | 
    | media_fee_percent_3_cost_type | Enum | 与 cpm_fee_1_cost_type相同。 | 
    | media_fee_percent_4_cost_type | Enum | 与 cpm_fee_1_cost_type相同。 | 
    | media_fee_percent_5_cost_type | Enum | 与 cpm_fee_1_cost_type相同。 | 
    | cpm_fee_1_bill_to_type | Enum | 0=DEFAULT_BILL_TO_TYPE1=INVITE_MEDIA
 2=PARTNER
 | 
    | cpm_fee_2_bill_to_type | Enum | 与 cpm_fee_1_bill_to_type相同。 | 
    | cpm_fee_3_bill_to_type | Enum | 与 cpm_fee_1_bill_to_type相同。 | 
    | cpm_fee_4_bill_to_type | Enum | 与 cpm_fee_1_bill_to_type相同。 | 
    | cpm_fee_5_bill_to_type | Enum | 与 cpm_fee_1_bill_to_type相同。 | 
    | media_fee_percent_1_bill_to_type | Enum | 与 cpm_fee_1_bill_to_type相同。 | 
    | media_fee_percent_2_bill_to_type | Enum | 与 cpm_fee_1_bill_to_type相同。 | 
    | media_fee_percent_3_bill_to_type | Enum | 与 cpm_fee_1_bill_to_type相同。 | 
    | media_fee_percent_4_bill_to_type | Enum | 与 cpm_fee_1_bill_to_type相同。 | 
    | media_fee_percent_5_bill_to_type | Enum | 与 cpm_fee_1_bill_to_type相同。 | 
   
   PartnerRevenueModel 类型
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | type | Enum | 0=CPM1=MEDIA_COST_MARKUP
 2=TOTAL_MEDIA_COST_MARKUP
 | 
    | amount_advertiser_micros | integer | 广告客户当前的微单位收入金额。只有当类型为 CPM时,才会设置此值。 | 
    | media_cost_markup_percent_millis | integer | Percentage Milli中的收入百分比加价。只有当类型为MEDIA_COST_MARKUP或TOTAL_MEDIA_COST_MARKUP时,才会设置此值。 | 
    | post_view_conversion_tracking_fraction | float | 在转化跟踪中要统计的浏览后转化次数所占的比例。如果此值为 0,则仅统计点击后转化;如果为 1.0,则跟踪所有转化。 | 
   
   CostTrackingPixel 类型
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | pixel_id | Numeric Id | 跟踪像素的 ID。请注意,两个 CostTrackingPixel可以共用相同的pixel_id,但具有不同的查看或点击时间范围值。
 此值可以与
 Pixel.common_data.id联接。 | 
    | view_window_minutes | integer | 查找观看后转化的时长。 | 
    | click_window_minutes | integer | 用于查找点击后转化的分钟数。 | 
    | floodlight_activity_id | 数字 ID | CM Floodlight 活动 ID。此值可以与 Pixel.dcm_floodlight_id联接。 | 
   
   Target 类型
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | criteria_id | Numeric Id | 可与其他表联接,具体取决于 TargetList中定义的类型。此值可能缺失。 | 
    | parameter | string | 其他参数,其定义取决于 TargetList中定义的类型。此值可能缺失。 | 
    | excluded | boolean | 如果为 true,则表示排除了目标。缺失值表示false。 | 
   
   TargetUnion 类型
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | union | [Target] | 一个 Target类型的数组,表示目标的并集。 | 
    | excluded | boolean | 如果为 true,则表示排除了目标联合。缺失值意味着false。 | 
   
   TargetList 类型
   
   SummaryFile 类型
   
   UserListAdvertiserPricing 类型
   
   UserListPricing 类型
   
     | 字段名称 | 类型 | 说明 | 
|---|
     | cost_type | string |  | 
     | currency_code | string | 符合 ISO 4217 标准、由 3 个字母组成的货币代码,例如 USD 表示美元。 | 
     | cost_micros | Currency Micro |  | 
   
   
   
   私享表
   Partner 个表
   
   Advertiser 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | common_data | EntityCommonData | 包含与此广告客户相关的常用数据,例如名称和 ID。 | 
    | partner_id | Numeric Id | 父级合作伙伴对象的 ID。可与 Partner.common_data.id联接。 | 
    | currency_code | string | 符合 ISO 4217 标准、由 3 个字母组成的货币代码,例如 USD表示美元。 | 
    | timezone_code | string | 规范时区代码,例如“America/Los_Angeles”。如果 dfa_configuration设置为NORMAL或HYBRID,此值将与关联的 DFA 广告客户的时区相同。 | 
    | landing_page_url | string | 默认着陆页网址。 | 
    | available_channel_ids | [integer] | 一个整数数组,包含与此广告客户关联的可用渠道。可与 UniversalChannel.id联接。 | 
    | blacklist_channel_id | [integer] | 包含此广告客户的黑名单渠道的整数数组。可与 UniversalChannel.id联接。 | 
    | dcm_configuration | Enum | 0=NONE1=NORMAL
 2=HYBRID
 | 
    | dcm_network_id | Numeric Id | CM360 广告网络的 ID。如果 dcm_configuration设置为NONE,则此值将缺失。 | 
    | dcm_advertiser_id | Numeric Id | CM360 广告客户的 ID。如果 dcm_configuration设置为NONE,则此值将缺失。 | 
    | dcm_floodlight_group_id | Numeric Id | 如果 dcm_configuration设置为NONE,则此值将缺失。 | 
    | dcm_syncable_site_ids | [Numeric Id] | 此广告客户的每个可同步网站的 Numeric Id类型数组。 | 
    | enable_oba_tags | boolean | 将此值设置为 true时,系统会启用 OBA 代码。 | 
   
   Campaign 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | common_data | EntityCommonData | 包含与此广告系列相关的常用数据,例如名称和 ID。 | 
    | advertiser_id | Numeric Id | 父级广告客户对象的 ID。可与 Advertiser.common_data.id联接 | 
    | budget | Budget | 此广告系列的计划预算。包含开始时间和结束时间。 | 
    | frequency_cap | FrequencyCap | 此广告系列的有效频次上限。如果未设置频次上限,则此值将缺失。 | 
    | default_target_list | TargetList | 包含对此广告系列有效的定位条件的相关信息。 | 
    | uses_video_creatives | boolean | 如果设置为 true,系统会推荐视频广告订单。 | 
    | uses_display_creatives | boolean | 如果设为 true,系统会推荐展示广告订单。 | 
    | uses_audio_creatives | boolean | 如果设为 true,系统会推荐音频广告订单。 | 
    | objective | Enum | 值包括: 
 1 = BRAND_AWARENESS
 2 = ONLINE_ACTION
 3 = OFFLINE_ACTION
 4 = APP_INSTALL | 
    | metric | Enum | 关键绩效指标。您可以使用此字段跟踪将用来评估广告系列成效的主要指标。
          可能的值包括: 
 1 = IMPRESSIONS
 2 = VIEWABLE_IMPRESSIONS
 3 = CPM
 4 = CPV
 5 = UNIQUES
 6 = GRP
 7 = TRP
 8 = VCR
 9 = CPA
 10 = ROAS
 11 = CTR
 12 = CPC
 13 = CVR
 14 = CPI
 15 = VIEWABLE_PERCENT
 16 = CPIAVC
 17 = OTHER | 
    | objective_description | String | 当指标为 OTHER时,这是指标的简短说明。 | 
    | metric_amount_micros | integer | 指标的目标金额(以微单位表示)。 | 
   
   InsertionOrder 个表
   
   LineItem 个表
  | 字段名称 | 类型 | 说明 | 
|---|
  | common_data | EntityCommonData |  | 
| line_item_type | Enum | 0=RTB1=RMX_NON_RTB
 2=RTB_EXPANDABLE
 3=RTB_MOBILE
 4=RTB_VIDEO
 5=TRUEVIEW
 6=NON_RTB_EXCHANGES
 7=RTB_AUDIO
 8=GMAIL
 9=ADWORDS_UAC
 11=OUT_OF_HOME
 | 
  
    | insertion_order_id | Numeric Id | 父级广告订单对象的 ID。可与 InsertionOrder.common_data.id联接。 | 
  | creative_ids | [Numeric Id] | 分配给此订单项的广告素材的数组。可与 Creative.common_data.id联接。 | 
  | max_cpm_advertiser_micros | integer | 广告客户币种的每千次展示费用最高值(百万分之一单位)。 | 
  | performance_goal | Enum | 0=NONE(每千次可见展示费用已停用)
 1=CPC2=CPA
 3=ROI
 4=CPCV
 5=CPM
 6=AVCPM
 7=IMP_VALUE_ROAS
 8=CIVA
 9=IVO_TEN
 10=AV_VIEWED
 11=INCREMENTAL_CONVERSIONS
 | 
  | goal_advertiser_micros | integer | 以广告客户币种微单位表示的每千次可见展示费用目标值。如果 performance_goal设置为NONE,则此值将缺失。 | 
  | partner_revenue_model | PartnerRevenueModel | 此订单项使用的合作伙伴收入模式。 | 
  | cost_tracking_pixels | [CostTrackingPixel] | 分配用于跟踪此订单项的 CostTrackingPixel 的数组。 | 
  | Budget | Budget | 此订单项的总预算。包括开始时间和结束时间。 | 
  | frequency_cap | FrequencyCap | 此订单项有效的频次上限。如果未设置频次上限,则此值将缺失。 | 
  | partner_costs | PartnerCosts |  | 
    | target_list | TargetList | 包含有关此订单项有效定位条件的信息。 | 
   
   Creative 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | common_data | EntityCommonData |  | 
    | advertiser_id | Numeric Id | 父级广告客户对象的 ID。可通过 Advertiser.common_data.id加入。 | 
    | dcm_placement_id | Numeric Id | 与此广告素材相关联的 CM360 展示位置 ID。 | 
    | width_pixels | integer | 广告素材的宽度(以像素为单位)。 | 
    | height_pixels | integer | 广告素材的高度(以像素为单位)。 | 
    | approval_status | [ApprovalStatus] | 一个数组,包含 ApprovalStatus对象,用于表示批准广告素材的广告交易平台中的广告素材状态。 | 
    | expanding_direction | Enum | 0=Not Expandable1=Expanding Up
 2=Expanding Down
 3=Expanding Left
 4=Expanding Right
 5=Expanding Up Left
 6=Expanding Up Right
 7=Expanding Down Left
 8=Expanding Down Right
 9=Expanding Up or Down
 10=Expanding Left or Right
 11=Expanding Any Diagonal
 | 
  
    | creative_type | Enum | 0=Image or HTML51=Expandable
 2=Video
 3=Mobile
 4=Native Site
 5=Facebook Exchange Page Post (News Feed) Ads
 6=Templated App Install Mobile Ads (Banner)
 10=Native Site Square
 12=Templated App Install Mobile Ads (Interstitial/Video Interstitial)
 13=Lightbox
 14=Native App Install
 15=Native App Install Square
 16=Audio
 17=Publisher Hosted
 18=Native Video
 22=Flipbook
 23=Templated App Install Video
 24=TRACKING
 | 
   
   Pixel 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | common_data | EntityCommonData |  | 
    | advertiser_id | Numeric Id | 父级广告客户对象的 ID。可与 Advertiser.common_data.id联接。 | 
    | partner_id | Numeric Id | 父级合作伙伴对象的 ID。可与 Partner.common_data.id联接。 | 
    | dcm_floodlight_id | Numeric Id | 与此像素相关联的 DFA Floodlight ID。 | 
    | allow_google_redirect | boolean |  | 
    | allow_rm_redirect | boolean | 如果设为 true,系统将启用像素重设到 Right Media 中。 | 
    | remarketing_enabled | boolean | 设置为 true后,此像素将处于启用状态,可用于定位。只有当父级广告客户的dfa_configuration设置为NONE时,此值才会出现。 | 
    | is_secure | boolean | 设置为 true时,此像素将使用 HTTPS。只有当父级广告客户的dfa_configuration设为NONE时,此值才会显示。 | 
   
   Floodlight Activity 个表
   
     | 字段名称 | 类型 | 说明 | 
|---|
     | common_data | EntityCommonData |  | 
     | advertiser_id | Numeric Id | 父级广告客户对象的 ID。可与 Advertiser.common_data.id联接。 | 
     | partner_id | Numeric Id | 父级广告客户的总管理合作伙伴对象的 ID。可与 Partner.common_data.id联接。 | 
     | remarketing_enabled | boolean | 如果设为 true,系统将启用此活动以用于定位。 | 
     | ssl_required | boolean | 设置为 true时,代码必须符合规定。 | 
   
   InventorySource 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | id | Numeric Id | 广告资源来源的唯一键。 | 
    | unclassified | boolean | 如果设置为 true,则会包含所有未分类的广告资源。 | 
    | inventory_name | string | 广告资源来源的名称,如界面中所示。此字段可能不存在。如果 inventory_name不存在且unclassified为 true,则表示广告交易平台的未分类广告资源。如果此字段不存在且unclassified为 false,则广告资源来源为广告交易平台级广告资源。 | 
    | exchange_id | Numeric Id | 提供此广告资源来源的广告交易平台的 ID。可与 SupportedExchange.id联接。 | 
    | accessing_advertisers | [Numeric Id] | 有权使用此广告资源来源的一系列广告客户 ID,可与“ Advertiser.common_data.id”联接起来。注意:如果某个广告资源来源可供所有广告客户使用,此字段将不会显示。 | 
    | external_id | string | 分配给此广告资源来源并由广告交易平台定义的外部 ID,通常称为交易 ID 或卖方 ID。此字段可能不存在。 | 
    | min_cpm_micros | integer | 此广告资源来源的有效底价(以货币微分表示)。 | 
    | min_cpm_currency_code | string | 用于 min_cpm_micros的 ISO 4217 货币代码(由 3 个字母组成)。 | 
   
   UserList 个表
      CustomAffinity 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    
          | id | Numeric Id | 自定义亲和度的唯一键。 | 
    
          | name | string | 自定义亲和度的名称(如界面中所示)。 | 
    
          | description | string | 自定义亲和度的说明,如界面中所示。 | 
    
          | advertiser_id | Numeric Id | 父级广告客户对象的 ID。可与 Advertiser.common_data.id联接。 | 
   
   UniversalChannel 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | id | Numeric Id | 频道的唯一键。 | 
    | name | string | 界面中显示的频道名称。 | 
    | site_ids | [Numeric Id] | 一个数组,其中包含此渠道中的 UniversalSite的 ID。可与UniversalSite.id联接。 | 
    | accessing_advertisers | [Numeric Id] | 广告客户 ID 的数组,可与 Advertiser.common_data.id联接,并且有权使用此渠道。注意:如果某个渠道面向所有广告客户开放,则不会显示此字段。 | 
    | is_deleted | boolean | 设置为 true后,任何新订单项都无法定位到此渠道,但已定位到此渠道的现有订单项将继续保持原设置。 | 
    | is_brand_safe_channel | boolean | 将此渠道设置为 true后,即可用于品牌保障过滤。目前,该指标仅对 4 个内置品牌保障等级而言为true。 | 
   
      NegativeKeywordList 个表
   
  
   
   公共表
   SupportedExchange 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | id | Numeric Id | 广告交易平台的唯一键。 | 
    | name | string | 广告交易平台的名称,例如 Ad Exchange。 | 
   
   DataPartner 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | id | Numeric Id | 第三方数据提供商的唯一键。 | 
    | name | string | 第三方数据提供商的名称,例如 BlueKai。 | 
   
   UniversalSite 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | id | Numeric Id | 通用网站的唯一键。 | 
    | name | string | 网站网址或名称,例如 google.com或Google Unclassified。 | 
   
   SiteIdToPlacementId 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | siteId | Numeric Id | 从通用网站 ID 映射到网站展示位置 ID。 | 
    | placementId | Numeric Id | 网站展示位置网址或名称,例如 google.com或Google Unclassified。 | 
   
   GeoLocation 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | id | Numeric Id | 地理位置的唯一键。 | 
    | canonical_name | string | 相应位置及其父级位置的逗号连接字符串。示例:“美国华盛顿州西雅图”。 | 
    | geo_name | string | 营业地点的名称。示例:“Seattle”。 | 
    | country_code | string | 此地理位置的 ISO-3166 alpha-2 国家/地区代码,例如 US。 | 
    | region_code | string | 此地理位置的 ISO-3166-2 子区域代码,例如 US-WA。可能缺少此字段。 | 
    | city_name | string | 此地理位置所在城市的名称,例如 Seattle。此字段可能缺失。 | 
    | postal_code | string | 此地理位置的邮政编码,例如 98033。可能缺少此字段。 | 
    | dma_code | integer | 此地理位置的 DMA 代码,例如 510。可能缺少此字段。 | 
   
   Language 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | id | Numeric Id | 此语言的唯一键。 | 
    | code | string | 此语言的 ISO 639-1 代码,或 zh_CN(简体中文)、zh_TW(繁体中文)或other(其他语言)之一。 | 
   
   DeviceCriteria 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | id | Numeric Id | 此设备条件的唯一键。 | 
    | is_mobile | boolean | 如果为 true,则此条件仅涵盖移动设备。如果为 false,则此条目仅涵盖非移动设备,即使其名称(如“其他”)并不表示如此。 | 
    | name | string | 设备条件熟悉的名称。 | 
    | criteria_type | Enum | 0=OPERATING_SYSTEM1=MOBILE_MAKE_MODEL
 2=DEVICE_TYPE
 | 
    | operating_system_id | Numeric Id | 标识操作系统。仅当 criteria_type为0时,系统才会填充此字段。 | 
    | mobile_brand_name | string | 设备的品牌名称。仅当 criteria_type为1时,系统才会填充此字段。 | 
    | mobile_model_name | string | 设备的型号名称。仅当 criteria_type为1时,系统才会填充此字段。可选。 | 
    | mobile_make_model_id | Numeric Id | 标识设备的型号。仅当 criteria_type为1时,系统才会填充此字段。可选。 | 
    | device_type | Enum | 指示设备类型。仅当 criteria_type为2时,系统才会填充此字段。0=COMPUTER1=OTHER
 2=SMARTPHONE
 3=TABLET
 4=SMARTTV
 5=CONNECTEDTV
 6=SET_TOP_BOX
 7=CONNECTEDDEVICE
 | 
   
   Browser 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | id | Numeric Id | 此浏览器的唯一键。 | 
    | is_mobile | boolean | 如果为 true,则此条件仅涵盖移动设备。如果为 false,则此条目仅涵盖非移动设备,即使其名称(如“其他”)并不表示如此。 | 
        | name | string | 浏览器的常用名称,例如 Safari 5。不包含完整的用户代理字符串。 | 
   
   Isp 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | id | Numeric Id | 此互联网服务提供商的唯一键。 | 
    | is_mobile | boolean | 如果为 true,则此条件仅涵盖移动设备。如果为 false,则此条目仅涵盖非移动设备,即使其名称(如“其他”)并不表示如此。 | 
        | name | string | 此互联网服务提供商的名称。 | 
        | secondary_criteria_id | integer | 可选的备用 ID,可用于标识实体。 | 
   
   AppCollection 个表
   
    | 字段名称 | 类型 | 说明 | 
|---|
    | id | Numeric Id | 此应用集合的唯一键。 | 
        | name | string | 此应用集合的名称。 | 
   
  
 
  
  
  
    
  
 
  
    
    
      
       
    
    
  
  
  如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
  最后更新时间 (UTC):2025-08-31。
  
  
  
    
      [null,null,["最后更新时间 (UTC):2025-08-31。"],[],["Key data elements include numerical IDs for entities, with non-unique values across different types.  Files omit null scalars and empty arrays. Time is recorded as Unix timestamps. Currency is measured in micros. Percentages are in millis. Entity files contain common data like IDs, names, and statuses. Budget settings specify timeframes, impression caps, spending, and pacing. Partner costs and revenue models define fees, markup percentages, and billing. Targeting information involves criteria, exclusions, and unions for inventory sources, geo-locations, devices, and more. Entity Read files are to be replaced by Display & Video 360 API.\n"]]