Announcement

Collapse
No announcement yet.

In Google Analytics, nothing is appearing in Ecommerce overview for my site

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    In Google Analytics, nothing is appearing in Ecommerce overview for my site

    If you have configured SellerDeck to integrate with Google Analytics, and nothing is appearing in Ecommerce overview, the following may resolve the problem:

    Firstly, check that Google Analytics is configured correctly to work with SellerDeck. Detailed instructions on how to setup Google Analytics can be found in SellerDeck. Go to Help | Help topics | “Search” tab | Search for Google Analytics.

    Once Google Analytics has been configured correctly, check that the Google Analytics Eccomerce tracking code is in place on the receipt page in SellerDeck, see below:
    1. In SellerDeck, go to the Design | Library | Layouts tab.
    2. Scroll down to the "Web Page Outer Layout" group and click "+" to expand.
    3. Double click on the layout “Receipt Page Layout” to open it.
    4. Check that the following code is in place, if it isn’t, add it in.

      Before </head> you should see Google Anaylytics Tracking Code:


      If this code is missing, code and paste the code below, just above <head>:

      <actinic:variable name="GoogleAnalyticsMarkup" value="Google Analytics Tracking Code" />

    5. After <body> you should see Google Anaylytics Variable Setup:




      If this code is missing, code and paste the code below, just below <body>:

      <actinic:variable name="GoogleAnalyticsMarkup" value="Google Analytics Variable Setup" />

    6. Before </body> you should see Google Anaylytics Order Transmission:




      If this code is missing, code and paste the code below, just above </body>:

      <actinic:variable name="GoogleAnalyticsMarkup" value="Google Analytics Order Transmission" />

    7. Click Apply.
    8. Scroll to the layout group “Shopping cart table”, click “+” to expand.
    9. Double click on the layout “Checkout Shopping Cart Grid” to open it.
    10. On line 3 of the code you should see Google Analytics Transaction details.




      If this code is missing, copy and paste the code below:

      <actinic:variable name="GoogleAnalyticsMarkup" value="Google Analytics Transaction Details" />

    11. Go to Web | Publish to web.
    Attached Files
Working...
X