I send a confirmation link via e-mail (in multiple places) but it seems Analytics doesn't recognize those clicks (given URL is visited) unless the visit immediate. I am guessing the last part is about session expiration.
我通过电子邮件(在多个地方)发送确认链接,但似乎Google Analytics不会识别这些点击(访问给定的网址),除非立即访问。我猜最后一部分是关于会话到期。
How can I define my goal funnel so that confirmation page landings are recognized even after a day or two?
如何定义我的目标漏斗,以便即使在一两天之后确认页面着陆也会被识别?
My confirmation URL is in following format:
我的确认网址采用以下格式:
"http://<domain_name>/confirmation/<10_char_hex_confirmation_code>/"
1 个解决方案
#1
You can't. All the steps of a goal funnel must occur in the same session.
你不能。目标渠道的所有步骤必须在同一会话中进行。
You could always have one goal for signing up (i.e. sending the e-mail), and another goal for the confirmation landing page. Then compare these goal conversions, and you'll get the same story.
注册(即发送电子邮件)总是有一个目标,确认登录页面可以有另一个目标。然后比较这些目标转换,你会得到同样的故事。
#1
You can't. All the steps of a goal funnel must occur in the same session.
你不能。目标渠道的所有步骤必须在同一会话中进行。
You could always have one goal for signing up (i.e. sending the e-mail), and another goal for the confirmation landing page. Then compare these goal conversions, and you'll get the same story.
注册(即发送电子邮件)总是有一个目标,确认登录页面可以有另一个目标。然后比较这些目标转换,你会得到同样的故事。