Check data from tracking code Google Analytics - purchased items - google-analytics

I'm new to Google Analytics. I have the code embedded on the shop's website with function: _gaq.push(['_addItem',. It tracks purchased items. The question is: where in the panel (reporting?) can I check data from this function?

Conversions > Ecommerce > Product Performance

Related

Dynamically loading multiple Google Analytics on GTM

Is it possible to load Google Analytics dynamically by passing the tracking ID through the dataLayer? I have tried to push() the tracking ID and read out the variable in GTM but analytics doesn't seem to fire.
I have an ecommerce site and want to load the sellers tracking ID on different product pages. Ideally the seller would load their tracking ID via a dashboard instead of me having to add it manually to GTM.
Some pages e.g the cart complete page could have multiple analytics loaded as the customer may have purchased products with different sellers.
Any thoughts or pointers?

Enhanced Ecommerce data not showing up in Analytics using Tag Manager

I am trying to implement Enhanced Ecommerce (EE) for Google Analytics (GA) using Google Tag Manager (GTM) but don't see any data showing up in GA.
Using the GTM preview mode, I can see that the data in the dataLayer is correct and that the right Tags are fired. I have also made sure to (correctly) create separate Tags for all the things I want to measure, which are:
measuring the product detail view
measuring the checkout process (both checkout steps and checkout options)
measuring purchases
Perhaps I should also note that I am developing from localhost, but I don't think that should matter (?).
Edit:
When composing this question I was unable to post images, but I later realized I can post links of course. So, for clarification:
Tags that are fired on my Product Detail Page:
http://oi60.tinypic.com/2woeqe8.jpg
The dataLayer containing the ecommerce data:
http://oi59.tinypic.com/6s7yxd.jpg
It turned out working localhost actually was the problem, my solution to this problem is explained here: https://stackoverflow.com/a/29214212, but in short: go to Tags > My Tags > Configure Tag > More Settings > Fields to Set, type in 'cookie' in the Field Name input field, select cookieDomain from the suggestions, and set the value to none.

Tracking ecommerce conversions

I'm looking to run a PPC campaign on LinkedIn, and I'm just wondering what the best way would be to show how many people that have clicked on ads, have placed an order. LinkedIn don't provide any form of conversion code - and I'm not sure how I could set this up within Google analytics?
use campaign tracking .This is the only way we can track visits from relevant campaign banners. Campaigns in Google Analytics :
https://support.google.com/analytics/answer/1033863?hl=en
Use this line below to create your campaign code.
https://support.google.com/analytics/answer/1033867?hl=en
use “Campaign Content” to separate banners (names) .
you can use Advance segments to track the number of conversions.

Creating a campaign to track links

I'm new to google analytics and I'm a little confused on how to get an unpaid campaign up and runnning. I'm making the campaign in order to track links to a page from different sources (website buttons, emails, newsletters, etc.). What I'm trying to do is set something up in GA so that I can track how people are getting to a specified page. I've been reading this as well:
https://support.google.com/analytics/answer/1033863?hl=en&ref_topic=1032998
Do I have to create the campaign in google analytics (and if so where) or do I just apply the appropriate campaign/tracking tags to the links I need tracked and it automatically creates it? Also, how would this work with emails?
Thanks for any help!
Essentially, you will build the campaign tracking URL in URL Builder and put those links in your email, newsletter, etc. Once visitors start to click the links via the email, a campaign will be created under Acquisition > Campaigns.
You do not need create campaigns at Google Analytics: when you tagged campaign manually or at URL builder, your campaign data(source name,campaigh name and others) will be categorized by Google Analytics automatically.
GA parses tags at your links and save data about you campaigns.

google analytics - view report for recorded outbound links

I have added the code as listed on this page (http://support.google.com/analytics/bin/answer.py?hl=en&answer=1136920) to record outbound links in google analytics.
How do I view this report in google analytics, do I need to create a report?
Assuming the event tracking was set up correctly, you should be able to see your events in Standard Reporting -> Content -> Events. It can take up to 24 hours for first values to show up though.
In the latest version of Analytics, it looks like this is now:
Reporting > Behavior > Events > Overview
or
Reporting > Real-Time > Events

Resources