客户会话-CustomerVisit 对象
在线商店上的客户会话信息。
所需的访问
read_orders
访问范围。
在本页面
属性
- id(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
全局唯一标识符。 - landingPage(
[URL](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)
)
客户登陆到该会话的第一页的URL。 - landingPageHtml(
[HTML](https://shopify.dev/docs/admin-api/graphql/reference/scalar#html-2021-01)
)
带有HTML链接的URL的登录页面信息。例如,客户访问的第一页是store.myshopify.com/products/1。 - marketingEvent(
[MarketingEvent](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/marketingevent)
)
代表商家为了营销Shopify资源而通过app采取的行动,例如产品,货品和折扣。 - occurredAt(
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
客户动态发生时刻。 - ReferralCode(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
客户单击以访问商店的链接中的市场营销推荐代码。支持以下URL属性:ref,source或r。例如,如果URL为myshopifystore.com/products/slide?ref=j2tj1tn2,则此值为j2tj1tn2。 - ReferralInfoHtml(
[FormattedString!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#formattedstring-2021-01)
)
带有HTML链接的URL的引荐信息。 - ReferrerUrl(
[URL](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)
)
客户单击该链接将其发送到在线商店的网页。例如,https: //randomblog.com/page1或android-app://com.google.android.gm。 - source(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
客户访问商店的来源,例如平台(Facebook,Google),电子邮件,直接访问,网站域,QR码或未知来源。 - sourceDescription(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
明确描述第一个或最后一个会话的源。 - sourceType(
[MarketingTactic](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/marketingtactic)
)
营销策略类型。 - utmParameters(
[UTMParameters](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/utmparameters)
)
从引荐来源网址的URL参数收集的一组UTM参数。
返回CustomerVisit的类型
[CustomerJourney.firstVisit](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customerjourney#firstvisit-2021-01)
[CustomerJourney.lastVisit](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customerjourney#lastvisit-2021-01)
[CustomerJourneySummary.firstVisit](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customerjourneysummary#firstvisit-2021-01)
[CustomerJourneySummary.lastVisit](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customerjourneysummary#lastvisit-2021-01)
实现
[CustomerMoment](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customermoment)
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)