Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing events and fixes for gtm #5127

Merged
merged 1 commit into from
Sep 4, 2019
Merged

Conversation

octavioamu
Copy link
Contributor

@octavioamu octavioamu commented Sep 4, 2019

Description

Add and fix GTM events
together with gtm changes for tracking
Add data-gtm as auto tracking attr

Refers/Fixes
Testing

locally, intensive

@codecov
Copy link

codecov bot commented Sep 4, 2019

Codecov Report

Merging #5127 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5127      +/-   ##
==========================================
- Coverage    30.9%   30.83%   -0.08%     
==========================================
  Files         219      219              
  Lines       17618    17980     +362     
  Branches     2427     2520      +93     
==========================================
+ Hits         5445     5544      +99     
- Misses      11950    12189     +239     
- Partials      223      247      +24
Impacted Files Coverage Δ
app/marketing/views.py 11.85% <ø> (ø) ⬆️
app/app/urls.py 83.92% <0%> (-5.44%) ⬇️
app/dashboard/views.py 14.06% <0%> (ø) ⬆️
app/retail/emails.py 23.7% <0%> (+0.13%) ⬆️
app/marketing/mails.py 16.91% <0%> (+2.65%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 04a2423...a1fd381. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Sep 4, 2019

Codecov Report

Merging #5127 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5127      +/-   ##
==========================================
- Coverage    30.9%   30.83%   -0.08%     
==========================================
  Files         219      219              
  Lines       17618    17980     +362     
  Branches     2427     2520      +93     
==========================================
+ Hits         5445     5544      +99     
- Misses      11950    12189     +239     
- Partials      223      247      +24
Impacted Files Coverage Δ
app/marketing/views.py 11.85% <ø> (ø) ⬆️
app/app/urls.py 83.92% <0%> (-5.44%) ⬇️
app/dashboard/views.py 14.06% <0%> (ø) ⬆️
app/retail/emails.py 23.7% <0%> (+0.13%) ⬆️
app/marketing/mails.py 16.91% <0%> (+2.65%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 04a2423...a1fd381. Read the comment docs.

Copy link
Contributor

@danlipert danlipert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - what do you think the guidelines should be as we add more features in terms of adding additional events to GTM?

@@ -73,6 +73,7 @@
<div class="form_container">
<ul class="nav nav-tabs">
{% for nav in navs %}
<!-- {{nav.href}} {{active}} -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this change do?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ohh I miss that one, was a test

@thelostone-mc thelostone-mc merged commit 79d23ba into master Sep 4, 2019
@thelostone-mc thelostone-mc deleted the tracking-events branch June 27, 2020 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants