Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. Fieldname,Type,Mode
  2. event_date,STRING,NULLABLE
  3. event_timestamp,INTEGER,NULLABLE
  4. event_name,STRING,NULLABLE
  5. event_params,RECORD,REPEATED
  6. event_params.key,STRING,NULLABLE
  7. event_params.value,RECORD,NULLABLE
  8. event_params.value.string_value,STRING,NULLABLE
  9. event_params.value.int_value,INTEGER,NULLABLE
  10. event_params.value.float_value,FLOAT,NULLABLE
  11. event_params.value.double_value,FLOAT,NULLABLE
  12. event_previous_timestamp,INTEGER,NULLABLE
  13. event_value_in_usd,FLOAT,NULLABLE
  14. event_bundle_sequence_id,INTEGER,NULLABLE
  15. event_server_timestamp_offset,INTEGER,NULLABLE
  16. user_id,STRING,NULLABLE
  17. user_pseudo_id,STRING,NULLABLE
  18. user_properties,RECORD,REPEATED
  19. user_properties.key,STRING,NULLABLE
  20. user_properties.value,RECORD,NULLABLE
  21. user_properties.value.string_value,STRING,NULLABLE
  22. user_properties.value.int_value,INTEGER,NULLABLE
  23. user_properties.value.float_value,FLOAT,NULLABLE
  24. user_properties.value.double_value,FLOAT,NULLABLE
  25. user_properties.value.set_timestamp_micros,INTEGER,NULLABLE
  26. user_first_touch_timestamp,INTEGER,NULLABLE
  27. user_ltv,RECORD,NULLABLE
  28. user_ltv.revenue,FLOAT,NULLABLE
  29. user_ltv.currency,STRING,NULLABLE
  30. device,RECORD,NULLABLE
  31. device.category,STRING,NULLABLE
  32. device.mobile_brand_name,STRING,NULLABLE
  33. device.mobile_model_name,STRING,NULLABLE
  34. device.mobile_marketing_name,STRING,NULLABLE
  35. device.mobile_os_hardware_model,STRING,NULLABLE
  36. device.operating_system,STRING,NULLABLE
  37. device.operating_system_version,STRING,NULLABLE
  38. device.vendor_id,STRING,NULLABLE
  39. device.advertising_id,STRING,NULLABLE
  40. device.language,STRING,NULLABLE
  41. device.is_limited_ad_tracking,STRING,NULLABLE
  42. device.time_zone_offset_seconds,INTEGER,NULLABLE
  43. device.browser,STRING,NULLABLE
  44. device.browser_version,STRING,NULLABLE
  45. device.web_info,RECORD,NULLABLE
  46. device.web_info.browser,STRING,NULLABLE
  47. device.web_info.browser_version,STRING,NULLABLE
  48. device.web_info.hostname,STRING,NULLABLE
  49. geo,RECORD,NULLABLE
  50. geo.continent,STRING,NULLABLE
  51. geo.country,STRING,NULLABLE
  52. geo.region,STRING,NULLABLE
  53. geo.city,STRING,NULLABLE
  54. geo.sub_continent,STRING,NULLABLE
  55. geo.metro,STRING,NULLABLE
  56. app_info,RECORD,NULLABLE
  57. app_info.id,STRING,NULLABLE
  58. app_info.version,STRING,NULLABLE
  59. app_info.install_store,STRING,NULLABLE
  60. app_info.firebase_app_id,STRING,NULLABLE
  61. app_info.install_source,STRING,NULLABLE
  62. traffic_source,RECORD,NULLABLE
  63. traffic_source.name,STRING,NULLABLE
  64. traffic_source.medium,STRING,NULLABLE
  65. traffic_source.source,STRING,NULLABLE
  66. stream_id,STRING,NULLABLE
  67. platform,STRING,NULLABLE
  68. event_dimensions,RECORD,NULLABLE
  69. event_dimensions.hostname,STRING,NULLABLE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement