Search found 13 matches

by Kris7
Wed Nov 11, 2015 9:32 am
Forum: AbleCommerce GOLD
Topic: Mobile Site Analytics Tracking
Replies: 5
Views: 7242

Re: Mobile Site Analytics Tracking

I was able to fix it on my own. The problem was that the "~/Mobile/UserControls/GoogleAnalyticsWidget.ascx" and "~/Mobile/UserControls/GoogleAnalyticsWidget.ascx.cs" files were missing from the mobile "Mobile/UserControls" folder so I guess it was crashing when the StoreFooter.ascx tried to call the...
by Kris7
Mon Nov 02, 2015 11:39 am
Forum: AbleCommerce GOLD
Topic: Mobile Site Analytics Tracking
Replies: 5
Views: 7242

Re: Mobile Site Analytics Tracking

When I implement the code as suggested in the StoreFooter.ascx file as shown below, I receive a 500 internal server error when attempting to load the mobile site. Of course, I took a backup of the original file and restored that. Any idea why this is happening? I have tried both placing the "<uc:Goo...
by Kris7
Tue Oct 13, 2015 11:34 am
Forum: AbleCommerce GOLD
Topic: Mobile Site Analytics Tracking
Replies: 5
Views: 7242

Mobile Site Analytics Tracking

Hello, I need to know how to get Analytics tracking on my AbleCommerce Gold R6 website. Analytics is tracking e-commerce perfectly on the regular site, but there is no data flowing from the mobile site. In fact, the Analytics code is not even present on the mobile site. In the backend, Analytics is ...
by Kris7
Tue Sep 01, 2015 5:58 am
Forum: AbleCommerce GOLD
Topic: AdWords Conversion Tracking Codes
Replies: 20
Views: 19043

Re: AdWords Conversion Tracking Codes

The biggest issue is knowing where to implement the code, it should go in the <head> section according to Google's best practices to ensure it fires off at the right time. Right now it's on the check out order finished page .aspx file in the <body> and a few weeks ago it seems to have attributed con...
by Kris7
Tue Aug 18, 2015 5:22 am
Forum: AbleCommerce GOLD
Topic: AdWords Conversion Tracking Codes
Replies: 20
Views: 19043

Re: AdWords Conversion Tracking Codes

Hello again,

I was wondering if a developer could chime in on the proper placement of an AdWords Conversion Code on an AbleCommerce Gold R6 store. :D
by Kris7
Thu Aug 06, 2015 4:30 am
Forum: AbleCommerce GOLD
Topic: GA E-commerce Tracking (AbleCommerce GoldR6)
Replies: 13
Views: 10983

Re: GA E-commerce Tracking (AbleCommerce GoldR6)

jmestep wrote:It is Mobile/Checkout/Receipt.aspx
Thank you! Are there any other pages I should check that could be missing Analytics besides the regular and mobile checkout pages?
by Kris7
Thu Jul 30, 2015 9:02 am
Forum: AbleCommerce GOLD
Topic: GA E-commerce Tracking (AbleCommerce GoldR6)
Replies: 13
Views: 10983

Re: GA E-commerce Tracking (AbleCommerce GoldR6)

jmestep wrote:Or placed through mobile pages and the code wasn't on the mobile receipt page?
Where would I find a mobile receipt page on AbleCommerce Gold R6? I can only find receipt.aspx
by Kris7
Tue Jul 28, 2015 9:25 am
Forum: AbleCommerce GOLD
Topic: GA E-commerce Tracking (AbleCommerce GoldR6)
Replies: 13
Views: 10983

Re: GA E-commerce Tracking (AbleCommerce GoldR6)

E-commerce seems to be tracking, but is not reporting every transaction. As you can see in the screenshot below:
by Kris7
Tue Jul 28, 2015 9:06 am
Forum: AbleCommerce GOLD
Topic: AdWords Conversion Tracking Codes
Replies: 20
Views: 19043

AdWords Conversion Tracking Codes

Hello, What is the proper way to implement conversion tracking codes on an Ablecommerce Gold R6? I currently have a conversion code implemented on the receipt.aspx page which I added via FTP. However, it doesn't seem to be firing correctly and seems to attribute conversions to the wrong item (Google...
by Kris7
Thu Jun 11, 2015 12:28 pm
Forum: AbleCommerce GOLD
Topic: GA E-commerce Tracking (AbleCommerce GoldR6)
Replies: 13
Views: 10983

Re: GA E-commerce Tracking (AbleCommerce GoldR6)

nadeem wrote:Here is how you can use tracking code for your website pages https://support.google.com/analytics/an ... 0?hl=en#GA.

Hope this helps.
I'm referring to the e-commerce tracking code, we've already got regular analytics working okay.
by Kris7
Wed Jun 10, 2015 7:54 am
Forum: AbleCommerce GOLD
Topic: GA E-commerce Tracking (AbleCommerce GoldR6)
Replies: 13
Views: 10983

Re: GA E-commerce Tracking (AbleCommerce GoldR6)

The link you provided in your last post is for our AbleCommerce 7 version, so the instructions don't apply to Gold. Do you have access to edit the receipt.aspx file in the \checkout\ folder? The change is super easy. Just find this line of code: <asp:Content ID="MainContent" runat="server" ContentP...
by Kris7
Mon Jun 01, 2015 4:51 am
Forum: AbleCommerce GOLD
Topic: GA E-commerce Tracking (AbleCommerce GoldR6)
Replies: 13
Views: 10983

Re: GA E-commerce Tracking (AbleCommerce GoldR6)

Have you read the instructions here http://help.ablecommerce.com/mergedProjects/AblecommerceGold/configure/page_tracking/google_analytics.htm ? Google analytics code is inside Website/Conlib/GoogleAnalyticsWidget.ascx control if you want to see the code. You can analyze your website traffic by logg...
by Kris7
Wed May 27, 2015 12:29 pm
Forum: AbleCommerce GOLD
Topic: GA E-commerce Tracking (AbleCommerce GoldR6)
Replies: 13
Views: 10983

GA E-commerce Tracking (AbleCommerce GoldR6)

Hi, I'm trying to get GA E-commerce tracking working on AbleCommerce GoldR6. Is this at all possible and if so how could I go about doing it? I already have the correct Analytics ID and have the "E-commerce" tracking option checked, but I don't believe it is working. Where would I check to see if th...