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

Embedded forms: ga does not exist #1084

Closed
jlyon opened this issue Aug 14, 2017 · 1 comment
Closed

Embedded forms: ga does not exist #1084

jlyon opened this issue Aug 14, 2017 · 1 comment

Comments

@jlyon
Copy link
Contributor

jlyon commented Aug 14, 2017

Related to #1081

var anaylticsSubmission = function(title, action) {
        action = window.location.protocol + '//' + window.location.host + action;
        ga('send', {
            hitType: 'event',
            eventCategory: 'Submission',
            eventLabel: title,
            eventAction: action,
            eventValue: 1
        });
        ga('send', {
            hitType: 'event',
            eventCategory: 'Score',
            eventLabel: 'Submission',
            eventAction: action,
            eventValue: 5
        });
    }
jlyon added a commit to proudcity/wp-proud-search that referenced this issue Feb 7, 2019
jlyon added a commit to proudcity/wp-proud-core that referenced this issue Feb 7, 2019
jlyon added a commit to proudcity/wp-proud-core that referenced this issue Feb 7, 2019
@jlyon
Copy link
Contributor Author

jlyon commented Feb 7, 2019

Added if statements to

  • wp-proud-search
  • wp-proud-code
    modified: modules/proud-analytics/assets/js/proud-analytics.js
    modified: modules/proud-widget/proud-widgets.php
    modified: modules/proud-widget/widgets/proudcity-analytics/proudcity-analytics-widget.class.php

@jlyon jlyon mentioned this issue Feb 8, 2019
11 tasks
@jlyon jlyon added this to the Release 1.70.0 milestone Feb 8, 2019
@jlyon jlyon closed this as completed Feb 8, 2019
@jlyon jlyon removed the ready label Feb 8, 2019
This was referenced Feb 27, 2019
@jlyon jlyon mentioned this issue Mar 15, 2019
9 tasks
@jlyon jlyon mentioned this issue Mar 29, 2019
9 tasks
@jlyon jlyon mentioned this issue Apr 12, 2019
10 tasks
@jlyon jlyon mentioned this issue Apr 26, 2019
10 tasks
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

No branches or pull requests

1 participant