Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
vimaljoseph committed Dec 12, 2023
1 parent 8716870 commit d01efad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def generate_report(report_config, start_date, end_date, api_key, view_id, outpu
dimensions = report_config['dimensions']
metrics = report_config['metrics']
page_size = report_config.get('page_size', 1000) # Default to 1000 if not specified
sampling_level = report_config.get('samplingLevel', 'DEFAULT') # Default to 'DEFAULT' if not specified
sampling_level = report_config.get('sampling_level', 'DEFAULT') # Default to 'DEFAULT' if not specified

next_page_token = None
all_data = []
Expand Down

0 comments on commit d01efad

Please sign in to comment.