- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are implementing a store using the Magento API. Therefore transactions are completed without ever going to the actual Magento store. I'm trying to determine, after enabling Google Analytics in the store admin, if Magento will post that transactional data to our analytics.
I'm hoping it does by handling this on the backend, but I'm having trouble verifying before my site launches. Does anyone know?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
if you enter Google Analytics details in Magento admin
then it sends the tracking information when someone visits the frontend
it does not send the data for REST API to Google.
if you want to send the data then you can implement the Analytics Tracking code where you are showing the information.
Kindly Accept as a Solution if this works for you and give Kudos
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
if you enter Google Analytics details in Magento admin
then it sends the tracking information when someone visits the frontend
it does not send the data for REST API to Google.
if you want to send the data then you can implement the Analytics Tracking code where you are showing the information.
Kindly Accept as a Solution if this works for you and give Kudos
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Google Analytics with API
Well, that's not the answer I was hoping to get! But I do appreciate the reply, and accepted it as the solution.