简体   繁体   English

将 Google Analytics 数据发送到电子商务服务器

[英]Send Google Analytics Data to eCommerce Server

We want to save in our database (custom-developed shop with C# and ASP.NET) where our customers came from to improve our marketing strategies, so:我们希望将客户来自的数据库(使用 C# 和 ASP.NET 的定制开发商店)保存在我们的数据库中,以改进我们的营销策略,因此:

Is it possible to send google analytics data to the eCommerce server while performing a checkout?是否可以在执行结账时将谷歌分析数据发送到电子商务服务器?

You need to enable the ecommerce option on your google analytics dashboard.您需要在您的谷歌分析仪表板上启用电子商务选项。 Then, enter the tracking code on the purchase confirmation page.然后,在购买确认页面上输入跟踪代码。

You can consult the link below: https://support.google.com/analytics/answer/1009612?hl=en您可以查阅以下链接: https://support.google.com/analytics/answer/1009612?hl=en

It is also possible to identify the user's origin to improve their marketing campaigns.还可以识别用户的来源以改进他们的营销活动。 Just follow this:请按照以下说明操作:

The Real Time Reporting API enables you to request real time data—for example, real time activity on your property. 实时报告 API使您能够请求实时数据,例如,您的财产的实时活动。

However you can extract information such as pages and events, not ecommerce data.但是,您可以提取页面和事件等信息,而不是电子商务数据。 Therefore you should make sure to track the checkout funnel so that the information is within an event (with category, action and label).因此,您应该确保跟踪结帐渠道,以便信息在事件中(包括类别、操作和标签)。 At that point you can use the API I indicated.那时您可以使用我指出的 API。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将数据从 .net 核心 api 发送到 azure 日志分析 - How to send data from .net core api to azure log analytics 使用 get 方法将数据从 ajax 发送到服务器 - Send data from ajax to server with get method 如何使用FormData将文件和数据数组发送到API服务器 - How to send array of files and data to API server with FormData 当我将 JSON 格式数据发送到 Asp.net Core 3.0 时,服务器响应“不支持的媒体类型” - Server response “unsupported media type” when I send JSON format data to Asp.net Core 3.0 如何使用signalr_client flutter通过标头将数据发送到服务器 - How to send data to server through headers using signalr_client flutter 如何在Azure网站上安全地管理Google Analytics(分析)证书 - How to manage Google Analytics certificate safely on Azure websites 在ASP.NET Core 5.0中构建Google Analytics(分析)软件包 - Building Google Analytics package in ASP.NET Core 5.0 Peachpie wp-dotnet 项目的谷歌分析插件 - Google Analytics plugin for Peachpie wp-dotnet project 在 asp netcore 的剃刀页面上设置谷歌分析的正确方法 - Right way to setup google analytics on a razor page in asp netcore 将数据发送到ajax控制器 - Send data to ajax controller
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM