cancel
Showing results for 
Search instead for 
Did you mean: 

Google Analytics with API

SOLVED

Google Analytics with API

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?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Google Analytics with API

@Gray Loon ,

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 Smiley Happy 

 

View solution in original post

2 REPLIES 2

Re: Google Analytics with API

@Gray Loon ,

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 Smiley Happy 

 

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.