Created
February 28, 2014 12:37
-
-
Save eLafo/9270354 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def set_project_and_token_from_request request | |
@project_number = request.project_number | |
@token = request.token | |
@ga_data.merge_dimensions userID: @project_number | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment