Skip to content

Instantly share code, notes, and snippets.

@cmorss
Created August 3, 2016 17:47
Show Gist options
  • Save cmorss/9b6513c1bc7961b12f791ae0d06a9987 to your computer and use it in GitHub Desktop.
Save cmorss/9b6513c1bc7961b12f791ae0d06a9987 to your computer and use it in GitHub Desktop.
change to start date
- for id, app in @email[:app_reviews]
- reviews_link = "#{root_url}apps/#{id}/reviews?start_date=#{app[:start_date].to_s}&end_date=#{@email[:end_date].to_s}&#{ga_suffix}"
- store_name = app[:store].downcase == 'itunes' ? 'App Store' : 'Google Play'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment