手动跨度属性
本文档包含了演示中使用的手动跨度属性列表:
AdService
名称 | 类型 | 描述 |
---|---|---|
app.ads.category |
string | 返回广告的类别 |
app.ads.contextKeys |
string | 用于查找相关广告的上下文关键字 |
app.ads.contextKeys.count |
number | 使用的唯一上下文关键字的数量 |
app.ads.count |
number | 返回给用户的广告数量 |
app.ads.ad_request_type |
string | 广告请求类型,可以是targeted 或not_targeted |
app.ads.ad_response_type |
string | 广告响应类型,可以是targeted 或random |
CartService
名称 | 类型 | 描述 |
---|---|---|
app.cart.items.count |
number | 购物车中唯一物品的数量 |
app.product.id |
string | 购物车物品的产品ID |
app.product.quantity |
string | 购物车物品的数量 |
app.user.id |
string | 用户ID |
CheckoutService
名称 | 类型 | 描述 |
---|---|---|
app.cart.items.count |
number | 购物车中物品的总数 |
app.order.amount |
number | 订单金额 |
app.order.id |
string | 订单ID |
app.order.items.count |
number | 订单中唯一物品的数量 |
app.payment.transaction.id |
string | 支付交易ID |
app.shipping.amount |
number | 运费金额 |
app.shipping.tracking.id |
string | 运费跟踪ID |
app.user.currency |
string | 用户货币 |
app.user.id |
string | 用户ID |
CurrencyService
名称 | 类型 | 描述 |
---|---|---|
app.currency.conversion.from |
string | 要转换的货币代码 |
app.currency.conversion.to |
string | 转换后的货币代码 |
EmailService
名称 | 类型 | 描述 |
---|---|---|
app.email.recipient |
string | 用于订单确认的电子邮件地址 |
app.order.id |
string | 订单ID |
FeatureFlagService
名称 | 类型 | 描述 |
---|---|---|
app.featureflag.name |
string | 功能开关的名称 |
app.featureflag.description |
string | 管理员描述 |
app.featureflag.enabled |
boolean | 功能开关的状态 |
Frontend
名称 | 类型 | 描述 |
---|---|---|
app.cart.size |
number | 购物车中物品的总数 |
app.cart.items.count |
number | 购物车中唯一物品的数量 |
app.cart.shipping.cost |
number | 购物车运费 |
app.cart.total.price |
number | 购物车总价 |
app.currency |
string | 用户货币 |
app.currency.new |
string | 要设置的新货币 |
app.order.total |
number | 订单总费用 |
app.product.id |
string | 产品ID |
app.product.quantity |
number | 产品数量 |
app.products.count |
number | 显示的产品总数 |
app.request.id |
string | 请求ID |
app.session.id |
string | 会话ID |
app.user.id |
string | 用户ID |
LoadGenerator
名称 | 类型 | 描述 |
---|---|---|
None yet |
PaymentService
名称 | 类型 | 描述 |
---|---|---|
app.payment.amount |
number | 支付金额 |
app.payment.card_type |
string | 用于支付的卡的类型 |
app.payment.card_valid |
boolean | 使用的卡是否有效 |
app.payment.charged |
boolean | 付款是否成功(在负载生成器中为false) |
ProductCatalogService
名称 | 类型 | 描述 |
---|---|---|
app.product.id |
string | 产品ID |
app.product.name |
string | 产品名称 |
app.products.count |
number | 目录中的产品数量 |
app.products_search.count |
number | 搜索中返回的产品数量 |
QuoteService
名称 | 类型 | 描述 |
---|---|---|
app.quote.items.count |
number | 需要运输的物品总数 |
app.quote.cost.total |
number | 运输报价总计 |
RecommendationService
名称 | 类型 | 描述 |
---|---|---|
app.filtered_products.count |
number | 过滤后返回的产品数量 |
app.products.count |
number | 目录中的产品数量 |
app.products_recommended.count |
number | 推荐产品的数量 |
app.cache_hit |
boolean | 是否访问了缓存 |
ShippingService
名称 | 类型 | 描述 |
---|---|---|
app.shipping.cost.total |
number | 运输总费用 |
app.shipping.items.count |
number | 需要运输的物品总数 |
app.shipping.tracking.id |
string | 运输跟踪ID |
app.shipping.zip_code |
string | 用于运输商品的邮政编码 |
最后修改 December 10, 2023: translate (a4350d6e)