• Resolved S o f t f u l l y

    (@softfully)


    Bad Event Tracking Code error
    (not set) entry present in reports for property MySite.

    Details:
    The Landing Pages report has a (not set) entry.

    A pageview hit must precede event hits in order for the event hits to include the page that they fire from. When event hits aren’t preceded by a pageview, Google Analytics doesn’t have the page for the event hits, so their page is (not set).

    Verify that tracking code for property MySite for Windows sends a pageview hit before sending any events.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter S o f t f u l l y

    (@softfully)

    It seems that your plugin is sending an event before a pageview was sent. Make sure that you have your GA tracking code in the head section of your pages and that you have a ga(‘send’, ‘pageview’) command before your ga(‘send’, ‘event’…) command. Hope this helps.

    Plugin Author chriscct7

    (@chriscct7)

    Hi there,
    Our plugin only sends events in a JS file loaded after the GA pageview tag. It sounds like you have another plugin that is sending the GA event hits in question but without a URL to examine the source code of, there’s no way for us to help you track down which plugin this is.

    -Chris

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Google Analytics Notifications’ is closed to new replies.