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
b0bac4dc
Commit
b0bac4dc
authored
7 years ago
by
sanfordstudent
Committed by
Sanford Student
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add GOOGLE_ANALYTICS_TRACKING_ID setting
parent
f24b9d54
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 @
b0bac4dc
-
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.
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/edxapp/defaults/main.yml
View file @
b0bac4dc
...
...
@@ -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
...
...
@@ -1156,6 +1157,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
}}"
...
...
This diff is collapsed.
Click to expand it.
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