Skip to content

Commit

Permalink
Add protobuf constants
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 721482719
  • Loading branch information
andyl7an authored and The Meridian Authors committed Jan 30, 2025
1 parent 74faa0e commit a26a936
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meridian/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,3 +588,8 @@
CARD_INSIGHTS = 'insights'
CARD_CHARTS = 'charts'
CARD_STATS = 'stats'

# Constants for protobuf structure
GEO_INFO = 'geo_info'
METADATA = 'metadata'
REACH_FREQUENCY = 'reach_frequency'

0 comments on commit a26a936

Please sign in to comment.