Here are BlueSnap (formerly Plimus)'s instructions for integrating Google Analytics in their hosted checkout pages:
以下是BlueSnap(以前称为Plimus)关于在托管结帐页面中集成Google Analytics的说明:
How can I define my sales goals in Google Analytics?
如何在Google Analytics中定义我的销售目标?
To set-up your sales goal and funnel, you’ll need to set-up 2 goals. Login to your Analytics account, find the relevant Website Profile and click on Edit. Set-up the following under the Goals section:
要设置销售目标和渠道,您需要设置2个目标。登录您的Google Analytics帐户,找到相关的网站配置文件,然后点击修改。在目标部分下设置以下内容:
Goal 1: Purchase Successful:
Goal URL: /BlueSnapBuyNow/Buynow Result Success
Goal Funnel:
Step 1: /BlueSnapBuyNow/Buynow$
Step 2: /BlueSnapBuyNow/Buynow Step2
Step 3: /BlueSnapBuyNow/buynow processing
Goal 2: Purchase Pending:
Goal URL: /BlueSnapBuyNow/Buynow Result Pending
Goal Funnel:
Step 1: /BlueSnapBuyNow/Buynow$
Step 2: /BlueSnapBuyNow/Buynow Step2
Step 3: /BlueSnapBuyNow/buynow processing
Those goals didn't seem to work for me.
Is it because of the spaces and dollars?
这些目标似乎对我没有用。是因为空间和美元吗?
For example: test http://i57.tinypic.com/2627a6h.png
例如:测试http://i57.tinypic.com/2627a6h.png
However, Goal 1 started working when I changed the Destination to /?thank-you=1 (the redirection back to my site which the users get upon purchasing).
但是,当我将目标更改为/?thank-you = 1(重定向回到我的网站,用户获得购买时)时,目标1开始工作。
2 个解决方案
#1
Here is some updated documentation about how to set up the BlueSnap integration with Google Analytics: http://support.bluesnap.com/docs/google-analytics
以下是有关如何设置BlueSnap与Google Analytics集成的更新文档:http://support.bluesnap.com/docs/google-analytics
The URLs for the goals have been changed, as follows:
目标的URL已更改,如下所示:
GA目标的URL
#2
The Dollar sign ("$") is used for Regular Expressions, and is used to mark End of line.
美元符号(“$”)用于正则表达式,用于标记行尾。
My guess is that the Destination drop-down should be set to Regular expression instead of Equals to, although it unfortunately does not seem to be specified in the setup guide you provided.
我的猜测是,Destination下拉列表应设置为Regular表达式而不是Equals to,尽管很遗憾,您似乎没有在您提供的设置指南中指定。
Also, depending on how your URLs are set up for your checkout process, "Result Success", "Step2" and "processing" might be suggested Step names for your Goal, and not be actual URLs.
此外,根据您的结帐流程设置网址的方式,可能会为您的目标建议“结果成功”,“步骤2”和“处理”步骤名称,而不是实际网址。
#1
Here is some updated documentation about how to set up the BlueSnap integration with Google Analytics: http://support.bluesnap.com/docs/google-analytics
以下是有关如何设置BlueSnap与Google Analytics集成的更新文档:http://support.bluesnap.com/docs/google-analytics
The URLs for the goals have been changed, as follows:
目标的URL已更改,如下所示:
GA目标的URL
#2
The Dollar sign ("$") is used for Regular Expressions, and is used to mark End of line.
美元符号(“$”)用于正则表达式,用于标记行尾。
My guess is that the Destination drop-down should be set to Regular expression instead of Equals to, although it unfortunately does not seem to be specified in the setup guide you provided.
我的猜测是,Destination下拉列表应设置为Regular表达式而不是Equals to,尽管很遗憾,您似乎没有在您提供的设置指南中指定。
Also, depending on how your URLs are set up for your checkout process, "Result Success", "Step2" and "processing" might be suggested Step names for your Goal, and not be actual URLs.
此外,根据您的结帐流程设置网址的方式,可能会为您的目标建议“结果成功”,“步骤2”和“处理”步骤名称,而不是实际网址。