Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
69cfe834
Unverified
Commit
69cfe834
authored
Nov 06, 2017
by
sanfordstudent
Committed by
GitHub
Nov 06, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4191 from edx/sstudent/ga_account
Add GOOGLE_ANALYTICS_TRACKING_ID setting
parents
2c99d41e
b0bac4dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
CHANGELOG.md
+3
-0
playbooks/roles/edxapp/defaults/main.yml
+2
-0
No files found.
CHANGELOG.md
View file @
69cfe834
-
Role: edxapp
-
Added GOOGLE_ANALYTICS_TRACKING_ID setting for inserting GA tracking into emails generated via ACE.
-
Role: notifier
-
Added notifier back to continuous integration.
...
...
playbooks/roles/edxapp/defaults/main.yml
View file @
69cfe834
...
...
@@ -454,6 +454,7 @@ EDXAPP_VERIFY_STUDENT:
DAYS_GOOD_FOR
:
365
EXPIRING_SOON_WINDOW
:
28
EDXAPP_GOOGLE_ANALYTICS_LINKEDIN
:
"
"
EDXAPP_GOOGLE_ANALYTICS_TRACKING_ID
:
"
"
EDXAPP_CONTENTSTORE_ADDITIONAL_OPTS
:
{}
EDXAPP_BULK_EMAIL_EMAILS_PER_TASK
:
500
# If using microsites this should point to the microsite repo
...
...
@@ -1157,6 +1158,7 @@ lms_auth_config:
EDX_API_KEY
:
"
{{
EDXAPP_EDX_API_KEY
}}"
VERIFY_STUDENT
:
"
{{
EDXAPP_VERIFY_STUDENT
}}"
GOOGLE_ANALYTICS_LINKEDIN
:
"
{{
EDXAPP_GOOGLE_ANALYTICS_LINKEDIN
}}"
GOOGLE_ANALYTICS_TRACKING_ID
:
"
{{
EDXAPP_GOOGLE_ANALYTICS_TRACKING_ID
}}"
CC_PROCESSOR_NAME
:
"
{{
EDXAPP_CC_PROCESSOR_NAME
}}"
CC_PROCESSOR
:
"
{{
EDXAPP_CC_PROCESSOR
}}"
TRACKING_SEGMENTIO_WEBHOOK_SECRET
:
"
{{
EDXAPP_TRACKING_SEGMENTIO_WEBHOOK_SECRET
}}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment