@athoscommerce/beacon 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/merge.yml +28 -0
- package/.github/workflows/publish.yml +45 -0
- package/.github/workflows/tests.yml +22 -0
- package/.versionrc +18 -0
- package/CHANGELOG.md +249 -0
- package/README.md +970 -0
- package/beacon.v2.snap.types.oas.yaml +3213 -0
- package/dist/cdn/beacon.js +2 -0
- package/dist/cdn/beacon.js.LICENSE.txt +1 -0
- package/dist/cjs/package.json +78 -0
- package/dist/cjs/src/Beacon.d.ts +181 -0
- package/dist/cjs/src/Beacon.d.ts.map +1 -0
- package/dist/cjs/src/Beacon.js +1153 -0
- package/dist/cjs/src/client/apis/AutocompleteApi.d.ts +89 -0
- package/dist/cjs/src/client/apis/AutocompleteApi.d.ts.map +1 -0
- package/dist/cjs/src/client/apis/AutocompleteApi.js +378 -0
- package/dist/cjs/src/client/apis/CartApi.d.ts +47 -0
- package/dist/cjs/src/client/apis/CartApi.d.ts.map +1 -0
- package/dist/cjs/src/client/apis/CartApi.js +219 -0
- package/dist/cjs/src/client/apis/CategoryApi.d.ts +75 -0
- package/dist/cjs/src/client/apis/CategoryApi.d.ts.map +1 -0
- package/dist/cjs/src/client/apis/CategoryApi.js +325 -0
- package/dist/cjs/src/client/apis/ErrorLogsApi.d.ts +61 -0
- package/dist/cjs/src/client/apis/ErrorLogsApi.d.ts.map +1 -0
- package/dist/cjs/src/client/apis/ErrorLogsApi.js +272 -0
- package/dist/cjs/src/client/apis/MessagingRecommendationsApi.d.ts +75 -0
- package/dist/cjs/src/client/apis/MessagingRecommendationsApi.d.ts.map +1 -0
- package/dist/cjs/src/client/apis/MessagingRecommendationsApi.js +325 -0
- package/dist/cjs/src/client/apis/OrderApi.d.ts +33 -0
- package/dist/cjs/src/client/apis/OrderApi.d.ts.map +1 -0
- package/dist/cjs/src/client/apis/OrderApi.js +166 -0
- package/dist/cjs/src/client/apis/ProductApi.d.ts +33 -0
- package/dist/cjs/src/client/apis/ProductApi.d.ts.map +1 -0
- package/dist/cjs/src/client/apis/ProductApi.js +166 -0
- package/dist/cjs/src/client/apis/RecommendationsApi.d.ts +75 -0
- package/dist/cjs/src/client/apis/RecommendationsApi.d.ts.map +1 -0
- package/dist/cjs/src/client/apis/RecommendationsApi.js +325 -0
- package/dist/cjs/src/client/apis/SearchApi.d.ts +89 -0
- package/dist/cjs/src/client/apis/SearchApi.d.ts.map +1 -0
- package/dist/cjs/src/client/apis/SearchApi.js +378 -0
- package/dist/cjs/src/client/apis/ShopperApi.d.ts +33 -0
- package/dist/cjs/src/client/apis/ShopperApi.d.ts.map +1 -0
- package/dist/cjs/src/client/apis/ShopperApi.js +166 -0
- package/dist/cjs/src/client/apis/index.d.ts +11 -0
- package/dist/cjs/src/client/apis/index.d.ts.map +1 -0
- package/dist/cjs/src/client/apis/index.js +28 -0
- package/dist/cjs/src/client/index.d.ts +4 -0
- package/dist/cjs/src/client/index.d.ts.map +1 -0
- package/dist/cjs/src/client/index.js +21 -0
- package/dist/cjs/src/client/models/AddtocartSchema.d.ts +41 -0
- package/dist/cjs/src/client/models/AddtocartSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/AddtocartSchema.js +57 -0
- package/dist/cjs/src/client/models/AddtocartSchemaData.d.ts +40 -0
- package/dist/cjs/src/client/models/AddtocartSchemaData.d.ts.map +1 -0
- package/dist/cjs/src/client/models/AddtocartSchemaData.js +56 -0
- package/dist/cjs/src/client/models/AttributionInner.d.ts +39 -0
- package/dist/cjs/src/client/models/AttributionInner.d.ts.map +1 -0
- package/dist/cjs/src/client/models/AttributionInner.js +55 -0
- package/dist/cjs/src/client/models/BannersInner.d.ts +33 -0
- package/dist/cjs/src/client/models/BannersInner.d.ts.map +1 -0
- package/dist/cjs/src/client/models/BannersInner.js +51 -0
- package/dist/cjs/src/client/models/CartSchema.d.ts +41 -0
- package/dist/cjs/src/client/models/CartSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/CartSchema.js +57 -0
- package/dist/cjs/src/client/models/CartSchemaData.d.ts +40 -0
- package/dist/cjs/src/client/models/CartSchemaData.d.ts.map +1 -0
- package/dist/cjs/src/client/models/CartSchemaData.js +56 -0
- package/dist/cjs/src/client/models/ClickthroughBannersInner.d.ts +33 -0
- package/dist/cjs/src/client/models/ClickthroughBannersInner.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ClickthroughBannersInner.js +51 -0
- package/dist/cjs/src/client/models/ClickthroughBannersSchema.d.ts +40 -0
- package/dist/cjs/src/client/models/ClickthroughBannersSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ClickthroughBannersSchema.js +56 -0
- package/dist/cjs/src/client/models/ClickthroughBannersSchema1.d.ts +46 -0
- package/dist/cjs/src/client/models/ClickthroughBannersSchema1.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ClickthroughBannersSchema1.js +60 -0
- package/dist/cjs/src/client/models/ClickthroughResultsInner.d.ts +24 -0
- package/dist/cjs/src/client/models/ClickthroughResultsInner.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ClickthroughResultsInner.js +58 -0
- package/dist/cjs/src/client/models/ClickthroughResultsSchema.d.ts +40 -0
- package/dist/cjs/src/client/models/ClickthroughResultsSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ClickthroughResultsSchema.js +56 -0
- package/dist/cjs/src/client/models/ClickthroughResultsSchema1.d.ts +46 -0
- package/dist/cjs/src/client/models/ClickthroughResultsSchema1.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ClickthroughResultsSchema1.js +60 -0
- package/dist/cjs/src/client/models/ClickthroughSchema.d.ts +41 -0
- package/dist/cjs/src/client/models/ClickthroughSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ClickthroughSchema.js +57 -0
- package/dist/cjs/src/client/models/ClickthroughSchemaData.d.ts +24 -0
- package/dist/cjs/src/client/models/ClickthroughSchemaData.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ClickthroughSchemaData.js +58 -0
- package/dist/cjs/src/client/models/Context.d.ts +101 -0
- package/dist/cjs/src/client/models/Context.d.ts.map +1 -0
- package/dist/cjs/src/client/models/Context.js +85 -0
- package/dist/cjs/src/client/models/Currency.d.ts +33 -0
- package/dist/cjs/src/client/models/Currency.d.ts.map +1 -0
- package/dist/cjs/src/client/models/Currency.js +49 -0
- package/dist/cjs/src/client/models/ErrorResponseBody.d.ts +45 -0
- package/dist/cjs/src/client/models/ErrorResponseBody.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ErrorResponseBody.js +53 -0
- package/dist/cjs/src/client/models/ImpressionSchema.d.ts +41 -0
- package/dist/cjs/src/client/models/ImpressionSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ImpressionSchema.js +57 -0
- package/dist/cjs/src/client/models/ImpressionSchemaData.d.ts +47 -0
- package/dist/cjs/src/client/models/ImpressionSchemaData.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ImpressionSchemaData.js +61 -0
- package/dist/cjs/src/client/models/InlineObject.d.ts +33 -0
- package/dist/cjs/src/client/models/InlineObject.d.ts.map +1 -0
- package/dist/cjs/src/client/models/InlineObject.js +49 -0
- package/dist/cjs/src/client/models/InlineObject1.d.ts +51 -0
- package/dist/cjs/src/client/models/InlineObject1.d.ts.map +1 -0
- package/dist/cjs/src/client/models/InlineObject1.js +55 -0
- package/dist/cjs/src/client/models/LogSchema.d.ts +41 -0
- package/dist/cjs/src/client/models/LogSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/LogSchema.js +57 -0
- package/dist/cjs/src/client/models/LogSchemaData.d.ts +45 -0
- package/dist/cjs/src/client/models/LogSchemaData.d.ts.map +1 -0
- package/dist/cjs/src/client/models/LogSchemaData.js +55 -0
- package/dist/cjs/src/client/models/MessagingSchema.d.ts +41 -0
- package/dist/cjs/src/client/models/MessagingSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/MessagingSchema.js +57 -0
- package/dist/cjs/src/client/models/MessagingSchemaContext.d.ts +45 -0
- package/dist/cjs/src/client/models/MessagingSchemaContext.d.ts.map +1 -0
- package/dist/cjs/src/client/models/MessagingSchemaContext.js +57 -0
- package/dist/cjs/src/client/models/MessagingSchemaData.d.ts +39 -0
- package/dist/cjs/src/client/models/MessagingSchemaData.d.ts.map +1 -0
- package/dist/cjs/src/client/models/MessagingSchemaData.js +55 -0
- package/dist/cjs/src/client/models/OrderTransactionSchema.d.ts +41 -0
- package/dist/cjs/src/client/models/OrderTransactionSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/OrderTransactionSchema.js +57 -0
- package/dist/cjs/src/client/models/OrderTransactionSchemaData.d.ts +76 -0
- package/dist/cjs/src/client/models/OrderTransactionSchemaData.d.ts.map +1 -0
- package/dist/cjs/src/client/models/OrderTransactionSchemaData.js +72 -0
- package/dist/cjs/src/client/models/PersonalizationLogContext.d.ts +39 -0
- package/dist/cjs/src/client/models/PersonalizationLogContext.d.ts.map +1 -0
- package/dist/cjs/src/client/models/PersonalizationLogContext.js +53 -0
- package/dist/cjs/src/client/models/PersonalizationLogSchema.d.ts +41 -0
- package/dist/cjs/src/client/models/PersonalizationLogSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/PersonalizationLogSchema.js +57 -0
- package/dist/cjs/src/client/models/PersonalizationLogSchemaData.d.ts +45 -0
- package/dist/cjs/src/client/models/PersonalizationLogSchemaData.d.ts.map +1 -0
- package/dist/cjs/src/client/models/PersonalizationLogSchemaData.js +53 -0
- package/dist/cjs/src/client/models/Product.d.ts +57 -0
- package/dist/cjs/src/client/models/Product.d.ts.map +1 -0
- package/dist/cjs/src/client/models/Product.js +65 -0
- package/dist/cjs/src/client/models/ProductPageviewSchema.d.ts +41 -0
- package/dist/cjs/src/client/models/ProductPageviewSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ProductPageviewSchema.js +57 -0
- package/dist/cjs/src/client/models/ProductPageviewSchemaData.d.ts +34 -0
- package/dist/cjs/src/client/models/ProductPageviewSchemaData.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ProductPageviewSchemaData.js +52 -0
- package/dist/cjs/src/client/models/ProductPageviewSchemaDataResult.d.ts +45 -0
- package/dist/cjs/src/client/models/ProductPageviewSchemaDataResult.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ProductPageviewSchemaDataResult.js +57 -0
- package/dist/cjs/src/client/models/RecommendationsAddtocartSchema.d.ts +41 -0
- package/dist/cjs/src/client/models/RecommendationsAddtocartSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/RecommendationsAddtocartSchema.js +57 -0
- package/dist/cjs/src/client/models/RecommendationsAddtocartSchemaData.d.ts +46 -0
- package/dist/cjs/src/client/models/RecommendationsAddtocartSchemaData.d.ts.map +1 -0
- package/dist/cjs/src/client/models/RecommendationsAddtocartSchemaData.js +60 -0
- package/dist/cjs/src/client/models/RecommendationsClickthroughSchema.d.ts +41 -0
- package/dist/cjs/src/client/models/RecommendationsClickthroughSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/RecommendationsClickthroughSchema.js +57 -0
- package/dist/cjs/src/client/models/RecommendationsClickthroughSchemaData.d.ts +24 -0
- package/dist/cjs/src/client/models/RecommendationsClickthroughSchemaData.d.ts.map +1 -0
- package/dist/cjs/src/client/models/RecommendationsClickthroughSchemaData.js +58 -0
- package/dist/cjs/src/client/models/RecommendationsImpressionSchema.d.ts +41 -0
- package/dist/cjs/src/client/models/RecommendationsImpressionSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/RecommendationsImpressionSchema.js +57 -0
- package/dist/cjs/src/client/models/RecommendationsImpressionSchemaData.d.ts +53 -0
- package/dist/cjs/src/client/models/RecommendationsImpressionSchemaData.d.ts.map +1 -0
- package/dist/cjs/src/client/models/RecommendationsImpressionSchemaData.js +63 -0
- package/dist/cjs/src/client/models/RecommendationsRenderSchema.d.ts +41 -0
- package/dist/cjs/src/client/models/RecommendationsRenderSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/RecommendationsRenderSchema.js +57 -0
- package/dist/cjs/src/client/models/RecommendationsRenderSchemaData.d.ts +39 -0
- package/dist/cjs/src/client/models/RecommendationsRenderSchemaData.d.ts.map +1 -0
- package/dist/cjs/src/client/models/RecommendationsRenderSchemaData.js +55 -0
- package/dist/cjs/src/client/models/RedirectSchema.d.ts +41 -0
- package/dist/cjs/src/client/models/RedirectSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/RedirectSchema.js +57 -0
- package/dist/cjs/src/client/models/RedirectSchemaData.d.ts +39 -0
- package/dist/cjs/src/client/models/RedirectSchemaData.d.ts.map +1 -0
- package/dist/cjs/src/client/models/RedirectSchemaData.js +55 -0
- package/dist/cjs/src/client/models/RenderSchema.d.ts +41 -0
- package/dist/cjs/src/client/models/RenderSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/RenderSchema.js +57 -0
- package/dist/cjs/src/client/models/RenderSchemaData.d.ts +33 -0
- package/dist/cjs/src/client/models/RenderSchemaData.d.ts.map +1 -0
- package/dist/cjs/src/client/models/RenderSchemaData.js +51 -0
- package/dist/cjs/src/client/models/ResultProduct.d.ts +52 -0
- package/dist/cjs/src/client/models/ResultProduct.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ResultProduct.js +62 -0
- package/dist/cjs/src/client/models/ResultProductType.d.ts +26 -0
- package/dist/cjs/src/client/models/ResultProductType.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ResultProductType.js +51 -0
- package/dist/cjs/src/client/models/ResultResultBanner.d.ts +40 -0
- package/dist/cjs/src/client/models/ResultResultBanner.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ResultResultBanner.js +56 -0
- package/dist/cjs/src/client/models/ResultsInner.d.ts +24 -0
- package/dist/cjs/src/client/models/ResultsInner.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ResultsInner.js +58 -0
- package/dist/cjs/src/client/models/ShopperContext.d.ts +101 -0
- package/dist/cjs/src/client/models/ShopperContext.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ShopperContext.js +87 -0
- package/dist/cjs/src/client/models/ShopperLoginSchema.d.ts +34 -0
- package/dist/cjs/src/client/models/ShopperLoginSchema.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ShopperLoginSchema.js +52 -0
- package/dist/cjs/src/client/models/ValidationErrorWithDataField.d.ts +51 -0
- package/dist/cjs/src/client/models/ValidationErrorWithDataField.d.ts.map +1 -0
- package/dist/cjs/src/client/models/ValidationErrorWithDataField.js +55 -0
- package/dist/cjs/src/client/models/index.d.ts +55 -0
- package/dist/cjs/src/client/models/index.d.ts.map +1 -0
- package/dist/cjs/src/client/models/index.js +72 -0
- package/dist/cjs/src/client/runtime.d.ts +185 -0
- package/dist/cjs/src/client/runtime.d.ts.map +1 -0
- package/dist/cjs/src/client/runtime.js +564 -0
- package/dist/cjs/src/index.d.ts +4 -0
- package/dist/cjs/src/index.d.ts.map +1 -0
- package/dist/cjs/src/index.js +21 -0
- package/dist/cjs/src/indexCDN.d.ts +2 -0
- package/dist/cjs/src/indexCDN.d.ts.map +1 -0
- package/dist/cjs/src/indexCDN.js +40 -0
- package/dist/cjs/src/utils/featureFlags.d.ts +11 -0
- package/dist/cjs/src/utils/featureFlags.d.ts.map +1 -0
- package/dist/cjs/src/utils/featureFlags.js +33 -0
- package/dist/esm/package.json +78 -0
- package/dist/esm/src/Beacon.d.ts +181 -0
- package/dist/esm/src/Beacon.d.ts.map +1 -0
- package/dist/esm/src/Beacon.js +1074 -0
- package/dist/esm/src/client/apis/AutocompleteApi.d.ts +89 -0
- package/dist/esm/src/client/apis/AutocompleteApi.d.ts.map +1 -0
- package/dist/esm/src/client/apis/AutocompleteApi.js +185 -0
- package/dist/esm/src/client/apis/CartApi.d.ts +47 -0
- package/dist/esm/src/client/apis/CartApi.d.ts.map +1 -0
- package/dist/esm/src/client/apis/CartApi.js +86 -0
- package/dist/esm/src/client/apis/CategoryApi.d.ts +75 -0
- package/dist/esm/src/client/apis/CategoryApi.d.ts.map +1 -0
- package/dist/esm/src/client/apis/CategoryApi.js +152 -0
- package/dist/esm/src/client/apis/ErrorLogsApi.d.ts +61 -0
- package/dist/esm/src/client/apis/ErrorLogsApi.d.ts.map +1 -0
- package/dist/esm/src/client/apis/ErrorLogsApi.js +119 -0
- package/dist/esm/src/client/apis/MessagingRecommendationsApi.d.ts +75 -0
- package/dist/esm/src/client/apis/MessagingRecommendationsApi.d.ts.map +1 -0
- package/dist/esm/src/client/apis/MessagingRecommendationsApi.js +152 -0
- package/dist/esm/src/client/apis/OrderApi.d.ts +33 -0
- package/dist/esm/src/client/apis/OrderApi.d.ts.map +1 -0
- package/dist/esm/src/client/apis/OrderApi.js +53 -0
- package/dist/esm/src/client/apis/ProductApi.d.ts +33 -0
- package/dist/esm/src/client/apis/ProductApi.d.ts.map +1 -0
- package/dist/esm/src/client/apis/ProductApi.js +53 -0
- package/dist/esm/src/client/apis/RecommendationsApi.d.ts +75 -0
- package/dist/esm/src/client/apis/RecommendationsApi.d.ts.map +1 -0
- package/dist/esm/src/client/apis/RecommendationsApi.js +152 -0
- package/dist/esm/src/client/apis/SearchApi.d.ts +89 -0
- package/dist/esm/src/client/apis/SearchApi.d.ts.map +1 -0
- package/dist/esm/src/client/apis/SearchApi.js +185 -0
- package/dist/esm/src/client/apis/ShopperApi.d.ts +33 -0
- package/dist/esm/src/client/apis/ShopperApi.d.ts.map +1 -0
- package/dist/esm/src/client/apis/ShopperApi.js +53 -0
- package/dist/esm/src/client/apis/index.d.ts +11 -0
- package/dist/esm/src/client/apis/index.d.ts.map +1 -0
- package/dist/esm/src/client/apis/index.js +12 -0
- package/dist/esm/src/client/index.d.ts +4 -0
- package/dist/esm/src/client/index.d.ts.map +1 -0
- package/dist/esm/src/client/index.js +5 -0
- package/dist/esm/src/client/models/AddtocartSchema.d.ts +41 -0
- package/dist/esm/src/client/models/AddtocartSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/AddtocartSchema.js +49 -0
- package/dist/esm/src/client/models/AddtocartSchemaData.d.ts +40 -0
- package/dist/esm/src/client/models/AddtocartSchemaData.d.ts.map +1 -0
- package/dist/esm/src/client/models/AddtocartSchemaData.js +48 -0
- package/dist/esm/src/client/models/AttributionInner.d.ts +39 -0
- package/dist/esm/src/client/models/AttributionInner.d.ts.map +1 -0
- package/dist/esm/src/client/models/AttributionInner.js +47 -0
- package/dist/esm/src/client/models/BannersInner.d.ts +33 -0
- package/dist/esm/src/client/models/BannersInner.d.ts.map +1 -0
- package/dist/esm/src/client/models/BannersInner.js +43 -0
- package/dist/esm/src/client/models/CartSchema.d.ts +41 -0
- package/dist/esm/src/client/models/CartSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/CartSchema.js +49 -0
- package/dist/esm/src/client/models/CartSchemaData.d.ts +40 -0
- package/dist/esm/src/client/models/CartSchemaData.d.ts.map +1 -0
- package/dist/esm/src/client/models/CartSchemaData.js +48 -0
- package/dist/esm/src/client/models/ClickthroughBannersInner.d.ts +33 -0
- package/dist/esm/src/client/models/ClickthroughBannersInner.d.ts.map +1 -0
- package/dist/esm/src/client/models/ClickthroughBannersInner.js +43 -0
- package/dist/esm/src/client/models/ClickthroughBannersSchema.d.ts +40 -0
- package/dist/esm/src/client/models/ClickthroughBannersSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/ClickthroughBannersSchema.js +48 -0
- package/dist/esm/src/client/models/ClickthroughBannersSchema1.d.ts +46 -0
- package/dist/esm/src/client/models/ClickthroughBannersSchema1.d.ts.map +1 -0
- package/dist/esm/src/client/models/ClickthroughBannersSchema1.js +52 -0
- package/dist/esm/src/client/models/ClickthroughResultsInner.d.ts +24 -0
- package/dist/esm/src/client/models/ClickthroughResultsInner.d.ts.map +1 -0
- package/dist/esm/src/client/models/ClickthroughResultsInner.js +51 -0
- package/dist/esm/src/client/models/ClickthroughResultsSchema.d.ts +40 -0
- package/dist/esm/src/client/models/ClickthroughResultsSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/ClickthroughResultsSchema.js +48 -0
- package/dist/esm/src/client/models/ClickthroughResultsSchema1.d.ts +46 -0
- package/dist/esm/src/client/models/ClickthroughResultsSchema1.d.ts.map +1 -0
- package/dist/esm/src/client/models/ClickthroughResultsSchema1.js +52 -0
- package/dist/esm/src/client/models/ClickthroughSchema.d.ts +41 -0
- package/dist/esm/src/client/models/ClickthroughSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/ClickthroughSchema.js +49 -0
- package/dist/esm/src/client/models/ClickthroughSchemaData.d.ts +24 -0
- package/dist/esm/src/client/models/ClickthroughSchemaData.d.ts.map +1 -0
- package/dist/esm/src/client/models/ClickthroughSchemaData.js +51 -0
- package/dist/esm/src/client/models/Context.d.ts +101 -0
- package/dist/esm/src/client/models/Context.d.ts.map +1 -0
- package/dist/esm/src/client/models/Context.js +77 -0
- package/dist/esm/src/client/models/Currency.d.ts +33 -0
- package/dist/esm/src/client/models/Currency.d.ts.map +1 -0
- package/dist/esm/src/client/models/Currency.js +41 -0
- package/dist/esm/src/client/models/ErrorResponseBody.d.ts +45 -0
- package/dist/esm/src/client/models/ErrorResponseBody.d.ts.map +1 -0
- package/dist/esm/src/client/models/ErrorResponseBody.js +45 -0
- package/dist/esm/src/client/models/ImpressionSchema.d.ts +41 -0
- package/dist/esm/src/client/models/ImpressionSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/ImpressionSchema.js +49 -0
- package/dist/esm/src/client/models/ImpressionSchemaData.d.ts +47 -0
- package/dist/esm/src/client/models/ImpressionSchemaData.d.ts.map +1 -0
- package/dist/esm/src/client/models/ImpressionSchemaData.js +53 -0
- package/dist/esm/src/client/models/InlineObject.d.ts +33 -0
- package/dist/esm/src/client/models/InlineObject.d.ts.map +1 -0
- package/dist/esm/src/client/models/InlineObject.js +41 -0
- package/dist/esm/src/client/models/InlineObject1.d.ts +51 -0
- package/dist/esm/src/client/models/InlineObject1.d.ts.map +1 -0
- package/dist/esm/src/client/models/InlineObject1.js +47 -0
- package/dist/esm/src/client/models/LogSchema.d.ts +41 -0
- package/dist/esm/src/client/models/LogSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/LogSchema.js +49 -0
- package/dist/esm/src/client/models/LogSchemaData.d.ts +45 -0
- package/dist/esm/src/client/models/LogSchemaData.d.ts.map +1 -0
- package/dist/esm/src/client/models/LogSchemaData.js +47 -0
- package/dist/esm/src/client/models/MessagingSchema.d.ts +41 -0
- package/dist/esm/src/client/models/MessagingSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/MessagingSchema.js +49 -0
- package/dist/esm/src/client/models/MessagingSchemaContext.d.ts +45 -0
- package/dist/esm/src/client/models/MessagingSchemaContext.d.ts.map +1 -0
- package/dist/esm/src/client/models/MessagingSchemaContext.js +49 -0
- package/dist/esm/src/client/models/MessagingSchemaData.d.ts +39 -0
- package/dist/esm/src/client/models/MessagingSchemaData.d.ts.map +1 -0
- package/dist/esm/src/client/models/MessagingSchemaData.js +47 -0
- package/dist/esm/src/client/models/OrderTransactionSchema.d.ts +41 -0
- package/dist/esm/src/client/models/OrderTransactionSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/OrderTransactionSchema.js +49 -0
- package/dist/esm/src/client/models/OrderTransactionSchemaData.d.ts +76 -0
- package/dist/esm/src/client/models/OrderTransactionSchemaData.d.ts.map +1 -0
- package/dist/esm/src/client/models/OrderTransactionSchemaData.js +64 -0
- package/dist/esm/src/client/models/PersonalizationLogContext.d.ts +39 -0
- package/dist/esm/src/client/models/PersonalizationLogContext.d.ts.map +1 -0
- package/dist/esm/src/client/models/PersonalizationLogContext.js +45 -0
- package/dist/esm/src/client/models/PersonalizationLogSchema.d.ts +41 -0
- package/dist/esm/src/client/models/PersonalizationLogSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/PersonalizationLogSchema.js +49 -0
- package/dist/esm/src/client/models/PersonalizationLogSchemaData.d.ts +45 -0
- package/dist/esm/src/client/models/PersonalizationLogSchemaData.d.ts.map +1 -0
- package/dist/esm/src/client/models/PersonalizationLogSchemaData.js +45 -0
- package/dist/esm/src/client/models/Product.d.ts +57 -0
- package/dist/esm/src/client/models/Product.d.ts.map +1 -0
- package/dist/esm/src/client/models/Product.js +57 -0
- package/dist/esm/src/client/models/ProductPageviewSchema.d.ts +41 -0
- package/dist/esm/src/client/models/ProductPageviewSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/ProductPageviewSchema.js +49 -0
- package/dist/esm/src/client/models/ProductPageviewSchemaData.d.ts +34 -0
- package/dist/esm/src/client/models/ProductPageviewSchemaData.d.ts.map +1 -0
- package/dist/esm/src/client/models/ProductPageviewSchemaData.js +44 -0
- package/dist/esm/src/client/models/ProductPageviewSchemaDataResult.d.ts +45 -0
- package/dist/esm/src/client/models/ProductPageviewSchemaDataResult.d.ts.map +1 -0
- package/dist/esm/src/client/models/ProductPageviewSchemaDataResult.js +49 -0
- package/dist/esm/src/client/models/RecommendationsAddtocartSchema.d.ts +41 -0
- package/dist/esm/src/client/models/RecommendationsAddtocartSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/RecommendationsAddtocartSchema.js +49 -0
- package/dist/esm/src/client/models/RecommendationsAddtocartSchemaData.d.ts +46 -0
- package/dist/esm/src/client/models/RecommendationsAddtocartSchemaData.d.ts.map +1 -0
- package/dist/esm/src/client/models/RecommendationsAddtocartSchemaData.js +52 -0
- package/dist/esm/src/client/models/RecommendationsClickthroughSchema.d.ts +41 -0
- package/dist/esm/src/client/models/RecommendationsClickthroughSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/RecommendationsClickthroughSchema.js +49 -0
- package/dist/esm/src/client/models/RecommendationsClickthroughSchemaData.d.ts +24 -0
- package/dist/esm/src/client/models/RecommendationsClickthroughSchemaData.d.ts.map +1 -0
- package/dist/esm/src/client/models/RecommendationsClickthroughSchemaData.js +51 -0
- package/dist/esm/src/client/models/RecommendationsImpressionSchema.d.ts +41 -0
- package/dist/esm/src/client/models/RecommendationsImpressionSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/RecommendationsImpressionSchema.js +49 -0
- package/dist/esm/src/client/models/RecommendationsImpressionSchemaData.d.ts +53 -0
- package/dist/esm/src/client/models/RecommendationsImpressionSchemaData.d.ts.map +1 -0
- package/dist/esm/src/client/models/RecommendationsImpressionSchemaData.js +55 -0
- package/dist/esm/src/client/models/RecommendationsRenderSchema.d.ts +41 -0
- package/dist/esm/src/client/models/RecommendationsRenderSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/RecommendationsRenderSchema.js +49 -0
- package/dist/esm/src/client/models/RecommendationsRenderSchemaData.d.ts +39 -0
- package/dist/esm/src/client/models/RecommendationsRenderSchemaData.d.ts.map +1 -0
- package/dist/esm/src/client/models/RecommendationsRenderSchemaData.js +47 -0
- package/dist/esm/src/client/models/RedirectSchema.d.ts +41 -0
- package/dist/esm/src/client/models/RedirectSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/RedirectSchema.js +49 -0
- package/dist/esm/src/client/models/RedirectSchemaData.d.ts +39 -0
- package/dist/esm/src/client/models/RedirectSchemaData.d.ts.map +1 -0
- package/dist/esm/src/client/models/RedirectSchemaData.js +47 -0
- package/dist/esm/src/client/models/RenderSchema.d.ts +41 -0
- package/dist/esm/src/client/models/RenderSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/RenderSchema.js +49 -0
- package/dist/esm/src/client/models/RenderSchemaData.d.ts +33 -0
- package/dist/esm/src/client/models/RenderSchemaData.d.ts.map +1 -0
- package/dist/esm/src/client/models/RenderSchemaData.js +43 -0
- package/dist/esm/src/client/models/ResultProduct.d.ts +52 -0
- package/dist/esm/src/client/models/ResultProduct.d.ts.map +1 -0
- package/dist/esm/src/client/models/ResultProduct.js +54 -0
- package/dist/esm/src/client/models/ResultProductType.d.ts +26 -0
- package/dist/esm/src/client/models/ResultProductType.d.ts.map +1 -0
- package/dist/esm/src/client/models/ResultProductType.js +43 -0
- package/dist/esm/src/client/models/ResultResultBanner.d.ts +40 -0
- package/dist/esm/src/client/models/ResultResultBanner.d.ts.map +1 -0
- package/dist/esm/src/client/models/ResultResultBanner.js +48 -0
- package/dist/esm/src/client/models/ResultsInner.d.ts +24 -0
- package/dist/esm/src/client/models/ResultsInner.d.ts.map +1 -0
- package/dist/esm/src/client/models/ResultsInner.js +51 -0
- package/dist/esm/src/client/models/ShopperContext.d.ts +101 -0
- package/dist/esm/src/client/models/ShopperContext.d.ts.map +1 -0
- package/dist/esm/src/client/models/ShopperContext.js +79 -0
- package/dist/esm/src/client/models/ShopperLoginSchema.d.ts +34 -0
- package/dist/esm/src/client/models/ShopperLoginSchema.d.ts.map +1 -0
- package/dist/esm/src/client/models/ShopperLoginSchema.js +44 -0
- package/dist/esm/src/client/models/ValidationErrorWithDataField.d.ts +51 -0
- package/dist/esm/src/client/models/ValidationErrorWithDataField.d.ts.map +1 -0
- package/dist/esm/src/client/models/ValidationErrorWithDataField.js +47 -0
- package/dist/esm/src/client/models/index.d.ts +55 -0
- package/dist/esm/src/client/models/index.d.ts.map +1 -0
- package/dist/esm/src/client/models/index.js +56 -0
- package/dist/esm/src/client/runtime.d.ts +185 -0
- package/dist/esm/src/client/runtime.d.ts.map +1 -0
- package/dist/esm/src/client/runtime.js +322 -0
- package/dist/esm/src/index.d.ts +4 -0
- package/dist/esm/src/index.d.ts.map +1 -0
- package/dist/esm/src/index.js +3 -0
- package/dist/esm/src/indexCDN.d.ts +2 -0
- package/dist/esm/src/indexCDN.d.ts.map +1 -0
- package/dist/esm/src/indexCDN.js +33 -0
- package/dist/esm/src/utils/featureFlags.d.ts +11 -0
- package/dist/esm/src/utils/featureFlags.d.ts.map +1 -0
- package/dist/esm/src/utils/featureFlags.js +27 -0
- package/jest.config.js +14 -0
- package/openapitools.json +7 -0
- package/package.json +78 -0
- package/public/index.html +18 -0
- package/src/Beacon.test.ts +1487 -0
- package/src/Beacon.ts +1322 -0
- package/src/client/.openapi-generator/FILES +133 -0
- package/src/client/.openapi-generator/VERSION +1 -0
- package/src/client/.openapi-generator-ignore +23 -0
- package/src/client/apis/AutocompleteApi.ts +321 -0
- package/src/client/apis/CartApi.ts +147 -0
- package/src/client/apis/CategoryApi.ts +264 -0
- package/src/client/apis/ErrorLogsApi.ts +204 -0
- package/src/client/apis/MessagingRecommendationsApi.ts +255 -0
- package/src/client/apis/OrderApi.ts +93 -0
- package/src/client/apis/ProductApi.ts +93 -0
- package/src/client/apis/RecommendationsApi.ts +264 -0
- package/src/client/apis/SearchApi.ts +321 -0
- package/src/client/apis/ShopperApi.ts +93 -0
- package/src/client/apis/index.ts +12 -0
- package/src/client/docs/AddtocartSchema.md +36 -0
- package/src/client/docs/AddtocartSchemaData.md +37 -0
- package/src/client/docs/AttributionInner.md +36 -0
- package/src/client/docs/AutocompleteApi.md +393 -0
- package/src/client/docs/BannersInner.md +34 -0
- package/src/client/docs/CartApi.md +162 -0
- package/src/client/docs/CartSchema.md +36 -0
- package/src/client/docs/CartSchemaData.md +37 -0
- package/src/client/docs/CategoryApi.md +316 -0
- package/src/client/docs/ClickthroughBannersInner.md +34 -0
- package/src/client/docs/ClickthroughBannersSchema.md +36 -0
- package/src/client/docs/ClickthroughBannersSchema1.md +38 -0
- package/src/client/docs/ClickthroughResultsInner.md +40 -0
- package/src/client/docs/ClickthroughResultsSchema.md +36 -0
- package/src/client/docs/ClickthroughResultsSchema1.md +38 -0
- package/src/client/docs/ClickthroughSchema.md +36 -0
- package/src/client/docs/ClickthroughSchemaData.md +39 -0
- package/src/client/docs/Context.md +57 -0
- package/src/client/docs/Currency.md +35 -0
- package/src/client/docs/ErrorLogsApi.md +239 -0
- package/src/client/docs/ErrorResponseBody.md +38 -0
- package/src/client/docs/ImpressionSchema.md +36 -0
- package/src/client/docs/ImpressionSchemaData.md +39 -0
- package/src/client/docs/InlineObject.md +34 -0
- package/src/client/docs/InlineObject1.md +40 -0
- package/src/client/docs/LogSchema.md +36 -0
- package/src/client/docs/LogSchemaData.md +39 -0
- package/src/client/docs/MessagingRecommendationsApi.md +316 -0
- package/src/client/docs/MessagingSchema.md +36 -0
- package/src/client/docs/MessagingSchemaContext.md +39 -0
- package/src/client/docs/MessagingSchemaData.md +37 -0
- package/src/client/docs/OrderApi.md +85 -0
- package/src/client/docs/OrderTransactionSchema.md +36 -0
- package/src/client/docs/OrderTransactionSchemaData.md +49 -0
- package/src/client/docs/PersonalizationLogContext.md +36 -0
- package/src/client/docs/PersonalizationLogSchema.md +36 -0
- package/src/client/docs/PersonalizationLogSchemaData.md +39 -0
- package/src/client/docs/Product.md +43 -0
- package/src/client/docs/ProductApi.md +85 -0
- package/src/client/docs/ProductPageviewSchema.md +36 -0
- package/src/client/docs/ProductPageviewSchemaData.md +35 -0
- package/src/client/docs/ProductPageviewSchemaDataResult.md +39 -0
- package/src/client/docs/RecommendationsAddtocartSchema.md +36 -0
- package/src/client/docs/RecommendationsAddtocartSchemaData.md +39 -0
- package/src/client/docs/RecommendationsApi.md +316 -0
- package/src/client/docs/RecommendationsClickthroughSchema.md +36 -0
- package/src/client/docs/RecommendationsClickthroughSchemaData.md +41 -0
- package/src/client/docs/RecommendationsImpressionSchema.md +36 -0
- package/src/client/docs/RecommendationsImpressionSchemaData.md +41 -0
- package/src/client/docs/RecommendationsRenderSchema.md +36 -0
- package/src/client/docs/RecommendationsRenderSchemaData.md +37 -0
- package/src/client/docs/RedirectSchema.md +36 -0
- package/src/client/docs/RedirectSchemaData.md +37 -0
- package/src/client/docs/RenderSchema.md +36 -0
- package/src/client/docs/RenderSchemaData.md +35 -0
- package/src/client/docs/ResultProduct.md +41 -0
- package/src/client/docs/ResultProductType.md +33 -0
- package/src/client/docs/ResultResultBanner.md +37 -0
- package/src/client/docs/ResultsInner.md +40 -0
- package/src/client/docs/SearchApi.md +393 -0
- package/src/client/docs/ShopperApi.md +85 -0
- package/src/client/docs/ShopperContext.md +57 -0
- package/src/client/docs/ShopperLoginSchema.md +34 -0
- package/src/client/docs/ValidationErrorWithDataField.md +40 -0
- package/src/client/index.ts +5 -0
- package/src/client/models/AddtocartSchema.ts +90 -0
- package/src/client/models/AddtocartSchemaData.ts +83 -0
- package/src/client/models/AttributionInner.ts +75 -0
- package/src/client/models/BannersInner.ts +66 -0
- package/src/client/models/CartSchema.ts +90 -0
- package/src/client/models/CartSchemaData.ts +83 -0
- package/src/client/models/ClickthroughBannersInner.ts +66 -0
- package/src/client/models/ClickthroughBannersSchema.ts +83 -0
- package/src/client/models/ClickthroughBannersSchema1.ts +92 -0
- package/src/client/models/ClickthroughResultsInner.ts +76 -0
- package/src/client/models/ClickthroughResultsSchema.ts +83 -0
- package/src/client/models/ClickthroughResultsSchema1.ts +92 -0
- package/src/client/models/ClickthroughSchema.ts +90 -0
- package/src/client/models/ClickthroughSchemaData.ts +76 -0
- package/src/client/models/Context.ts +174 -0
- package/src/client/models/Currency.ts +65 -0
- package/src/client/models/ErrorResponseBody.ts +81 -0
- package/src/client/models/ImpressionSchema.ts +90 -0
- package/src/client/models/ImpressionSchemaData.ts +99 -0
- package/src/client/models/InlineObject.ts +65 -0
- package/src/client/models/InlineObject1.ts +104 -0
- package/src/client/models/LogSchema.ts +90 -0
- package/src/client/models/LogSchemaData.ts +82 -0
- package/src/client/models/MessagingSchema.ts +90 -0
- package/src/client/models/MessagingSchemaContext.ts +83 -0
- package/src/client/models/MessagingSchemaData.ts +75 -0
- package/src/client/models/OrderTransactionSchema.ts +90 -0
- package/src/client/models/OrderTransactionSchemaData.ts +133 -0
- package/src/client/models/PersonalizationLogContext.ts +74 -0
- package/src/client/models/PersonalizationLogSchema.ts +90 -0
- package/src/client/models/PersonalizationLogSchemaData.ts +81 -0
- package/src/client/models/Product.ts +101 -0
- package/src/client/models/ProductPageviewSchema.ts +90 -0
- package/src/client/models/ProductPageviewSchemaData.ts +74 -0
- package/src/client/models/ProductPageviewSchemaDataResult.ts +83 -0
- package/src/client/models/RecommendationsAddtocartSchema.ts +90 -0
- package/src/client/models/RecommendationsAddtocartSchemaData.ts +92 -0
- package/src/client/models/RecommendationsClickthroughSchema.ts +90 -0
- package/src/client/models/RecommendationsClickthroughSchemaData.ts +76 -0
- package/src/client/models/RecommendationsImpressionSchema.ts +90 -0
- package/src/client/models/RecommendationsImpressionSchemaData.ts +107 -0
- package/src/client/models/RecommendationsRenderSchema.ts +90 -0
- package/src/client/models/RecommendationsRenderSchemaData.ts +75 -0
- package/src/client/models/RedirectSchema.ts +90 -0
- package/src/client/models/RedirectSchemaData.ts +75 -0
- package/src/client/models/RenderSchema.ts +90 -0
- package/src/client/models/RenderSchemaData.ts +66 -0
- package/src/client/models/ResultProduct.ts +102 -0
- package/src/client/models/ResultProductType.ts +53 -0
- package/src/client/models/ResultResultBanner.ts +85 -0
- package/src/client/models/ResultsInner.ts +76 -0
- package/src/client/models/ShopperContext.ts +175 -0
- package/src/client/models/ShopperLoginSchema.ts +74 -0
- package/src/client/models/ValidationErrorWithDataField.ts +89 -0
- package/src/client/models/index.ts +56 -0
- package/src/client/runtime.ts +432 -0
- package/src/index.ts +3 -0
- package/src/indexCDN.ts +34 -0
- package/src/utils/featureFlags.ts +35 -0
- package/tsconfig.cjs.json +31 -0
- package/tsconfig.json +34 -0
- package/webpack.prod.js +47 -0
|
@@ -0,0 +1,3213 @@
|
|
|
1
|
+
openapi: 3.1.0
|
|
2
|
+
info:
|
|
3
|
+
version: 2.2.48
|
|
4
|
+
title: analytics.athoscommerce.net
|
|
5
|
+
x-logo:
|
|
6
|
+
url: ./images/athos_commerce_logo.png
|
|
7
|
+
altText: Athos Commerce logo
|
|
8
|
+
contact:
|
|
9
|
+
name: Athos Commerce
|
|
10
|
+
servers:
|
|
11
|
+
- url: https://analytics.athoscommerce.net/beacon/v2
|
|
12
|
+
description: Beacon v2
|
|
13
|
+
tags:
|
|
14
|
+
- name: Autocomplete
|
|
15
|
+
description: Autocomplete Module tracking events. Payload data sourced from the [Autocomplete API](https://docs.searchspring.com/reference/get-autocomplete) request parameters and response body.
|
|
16
|
+
- name: Cart
|
|
17
|
+
description: Cart tracking events
|
|
18
|
+
- name: Category
|
|
19
|
+
description: Category results page tracking events. Payload data sourced from the [Search API](https://docs.searchspring.com/reference/get-search) request parameters and response body. **If you are not integrating Athos Commerce on category pages, omit the usage of these endpoints.**
|
|
20
|
+
- name: Error Logs
|
|
21
|
+
description: Error log events
|
|
22
|
+
- name: Messaging Recommendations
|
|
23
|
+
description: Messaging Recommendations tracking events
|
|
24
|
+
- name: Order
|
|
25
|
+
description: Order tracking events
|
|
26
|
+
- name: Product
|
|
27
|
+
description: Product tracking events
|
|
28
|
+
- name: Recommendations
|
|
29
|
+
description: Personalized recommendations tracking events. Payload data sourced from the Personalized Recommendations API response.
|
|
30
|
+
- name: Search
|
|
31
|
+
description: Search results page tracking events. Payload data sourced from the [Search API](https://docs.searchspring.com/reference/get-search) request parameters and response body.
|
|
32
|
+
- name: Shopper
|
|
33
|
+
description: Shopper tracking events
|
|
34
|
+
paths:
|
|
35
|
+
/{siteId}/autocomplete/addtocart:
|
|
36
|
+
post:
|
|
37
|
+
tags:
|
|
38
|
+
- Autocomplete
|
|
39
|
+
summary: addtocart
|
|
40
|
+
description: <i>/beacon/v2/{siteId}/autocomplete/addtocart</i><br><br>Shopper adds a Athos Commerce autocomplete result to the cart via a `Quick Add to Cart` button in the Autocomplete Module. **If frontend `Quick Add to Cart` is not implemented, omit usage of this endpoint.**
|
|
41
|
+
operationId: autocomplete-addtocart
|
|
42
|
+
security:
|
|
43
|
+
- {}
|
|
44
|
+
parameters:
|
|
45
|
+
- in: path
|
|
46
|
+
name: siteId
|
|
47
|
+
schema:
|
|
48
|
+
type: string
|
|
49
|
+
pattern: '[a-z0-9]{6}'
|
|
50
|
+
required: true
|
|
51
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
52
|
+
requestBody:
|
|
53
|
+
description: Results payload
|
|
54
|
+
required: true
|
|
55
|
+
content:
|
|
56
|
+
text/plain:
|
|
57
|
+
schema:
|
|
58
|
+
title: Autocomplete Addtocart Schema
|
|
59
|
+
$ref: '#/components/schemas/addtocartSchema'
|
|
60
|
+
examples:
|
|
61
|
+
addtocart example:
|
|
62
|
+
$ref: '#/components/examples/addtocart'
|
|
63
|
+
application/json:
|
|
64
|
+
schema:
|
|
65
|
+
title: Autocomplete Addtocart Schema
|
|
66
|
+
$ref: '#/components/schemas/addtocartSchema'
|
|
67
|
+
examples:
|
|
68
|
+
addtocart example:
|
|
69
|
+
$ref: '#/components/examples/addtocart'
|
|
70
|
+
responses:
|
|
71
|
+
'200':
|
|
72
|
+
$ref: '#/components/responses/200-response'
|
|
73
|
+
'400':
|
|
74
|
+
$ref: '#/components/responses/400-response'
|
|
75
|
+
'404':
|
|
76
|
+
$ref: '#/components/responses/404-response'
|
|
77
|
+
'405':
|
|
78
|
+
$ref: '#/components/responses/405-response'
|
|
79
|
+
'413':
|
|
80
|
+
$ref: '#/components/responses/413-response'
|
|
81
|
+
'415':
|
|
82
|
+
$ref: '#/components/responses/415-response'
|
|
83
|
+
'500':
|
|
84
|
+
$ref: '#/components/responses/500-response'
|
|
85
|
+
/{siteId}/autocomplete/clickthrough:
|
|
86
|
+
post:
|
|
87
|
+
tags:
|
|
88
|
+
- Autocomplete
|
|
89
|
+
summary: clickthrough
|
|
90
|
+
description: <i>/beacon/v2/{siteId}/autocomplete/clickthrough</i><br><br>Shopper clicks on a Athos Commerce autocomplete search result rendered in the Autocomplete Module, and is taken to the product detail page (PDP).
|
|
91
|
+
operationId: autocomplete-clickthrough
|
|
92
|
+
security:
|
|
93
|
+
- {}
|
|
94
|
+
parameters:
|
|
95
|
+
- in: path
|
|
96
|
+
name: siteId
|
|
97
|
+
schema:
|
|
98
|
+
type: string
|
|
99
|
+
pattern: '[a-z0-9]{6}'
|
|
100
|
+
required: true
|
|
101
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
102
|
+
requestBody:
|
|
103
|
+
description: Results payload
|
|
104
|
+
required: true
|
|
105
|
+
content:
|
|
106
|
+
text/plain:
|
|
107
|
+
schema:
|
|
108
|
+
title: Autocomplete Clickthrough Schema
|
|
109
|
+
$ref: '#/components/schemas/clickthroughSchema'
|
|
110
|
+
examples:
|
|
111
|
+
results clickthrough example:
|
|
112
|
+
$ref: '#/components/examples/results-clickthrough'
|
|
113
|
+
banners clickthrough example:
|
|
114
|
+
$ref: '#/components/examples/banners-clickthrough'
|
|
115
|
+
application/json:
|
|
116
|
+
schema:
|
|
117
|
+
title: Autocomplete Clickthrough Schema
|
|
118
|
+
$ref: '#/components/schemas/clickthroughSchema'
|
|
119
|
+
examples:
|
|
120
|
+
results clickthrough example:
|
|
121
|
+
$ref: '#/components/examples/results-clickthrough'
|
|
122
|
+
banners clickthrough example:
|
|
123
|
+
$ref: '#/components/examples/banners-clickthrough'
|
|
124
|
+
responses:
|
|
125
|
+
'200':
|
|
126
|
+
$ref: '#/components/responses/200-response'
|
|
127
|
+
'400':
|
|
128
|
+
$ref: '#/components/responses/400-response'
|
|
129
|
+
'404':
|
|
130
|
+
$ref: '#/components/responses/404-response'
|
|
131
|
+
'405':
|
|
132
|
+
$ref: '#/components/responses/405-response'
|
|
133
|
+
'413':
|
|
134
|
+
$ref: '#/components/responses/413-response'
|
|
135
|
+
'415':
|
|
136
|
+
$ref: '#/components/responses/415-response'
|
|
137
|
+
'500':
|
|
138
|
+
$ref: '#/components/responses/500-response'
|
|
139
|
+
/{siteId}/autocomplete/impression:
|
|
140
|
+
post:
|
|
141
|
+
tags:
|
|
142
|
+
- Autocomplete
|
|
143
|
+
summary: impression
|
|
144
|
+
description: <i>/beacon/v2/{siteId}/autocomplete/impression</i><br><br>Shopper views the rendered Athos Commerce autocomplete results in the Autocomplete Module.
|
|
145
|
+
operationId: autocomplete-impression
|
|
146
|
+
security:
|
|
147
|
+
- {}
|
|
148
|
+
parameters:
|
|
149
|
+
- in: path
|
|
150
|
+
name: siteId
|
|
151
|
+
schema:
|
|
152
|
+
type: string
|
|
153
|
+
pattern: '[a-z0-9]{6}'
|
|
154
|
+
required: true
|
|
155
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
156
|
+
requestBody:
|
|
157
|
+
description: Results payload
|
|
158
|
+
required: true
|
|
159
|
+
content:
|
|
160
|
+
text/plain:
|
|
161
|
+
schema:
|
|
162
|
+
title: Autocomplete Impression Schema
|
|
163
|
+
$ref: '#/components/schemas/impressionSchema'
|
|
164
|
+
examples:
|
|
165
|
+
results and banners impression example:
|
|
166
|
+
$ref: '#/components/examples/impression'
|
|
167
|
+
results impression example:
|
|
168
|
+
$ref: '#/components/examples/results-impression'
|
|
169
|
+
banners impression example:
|
|
170
|
+
$ref: '#/components/examples/banners-impression'
|
|
171
|
+
application/json:
|
|
172
|
+
schema:
|
|
173
|
+
title: Autocomplete Impression Schema
|
|
174
|
+
$ref: '#/components/schemas/impressionSchema'
|
|
175
|
+
examples:
|
|
176
|
+
results and banners impression example:
|
|
177
|
+
$ref: '#/components/examples/impression'
|
|
178
|
+
results impression example:
|
|
179
|
+
$ref: '#/components/examples/results-impression'
|
|
180
|
+
banners impression example:
|
|
181
|
+
$ref: '#/components/examples/banners-impression'
|
|
182
|
+
responses:
|
|
183
|
+
'200':
|
|
184
|
+
$ref: '#/components/responses/200-response'
|
|
185
|
+
'400':
|
|
186
|
+
$ref: '#/components/responses/400-response'
|
|
187
|
+
'404':
|
|
188
|
+
$ref: '#/components/responses/404-response'
|
|
189
|
+
'405':
|
|
190
|
+
$ref: '#/components/responses/405-response'
|
|
191
|
+
'413':
|
|
192
|
+
$ref: '#/components/responses/413-response'
|
|
193
|
+
'415':
|
|
194
|
+
$ref: '#/components/responses/415-response'
|
|
195
|
+
'500':
|
|
196
|
+
$ref: '#/components/responses/500-response'
|
|
197
|
+
/{siteId}/autocomplete/redirect:
|
|
198
|
+
post:
|
|
199
|
+
tags:
|
|
200
|
+
- Autocomplete
|
|
201
|
+
summary: redirect
|
|
202
|
+
description: <i>/beacon/v2/{siteId}/autocomplete/redirect</i><br><br>Shopper types in the searchbar and an Autocomplete Module with Athos Commerce autocomplete search results are rendered, but a redirect URL is returned in the Autocomplete API response and the shopper is redirected to the returned redirect URL.
|
|
203
|
+
operationId: autocomplete-redirect
|
|
204
|
+
security:
|
|
205
|
+
- {}
|
|
206
|
+
parameters:
|
|
207
|
+
- in: path
|
|
208
|
+
name: siteId
|
|
209
|
+
schema:
|
|
210
|
+
type: string
|
|
211
|
+
pattern: '[a-z0-9]{6}'
|
|
212
|
+
required: true
|
|
213
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
214
|
+
requestBody:
|
|
215
|
+
description: Results payload
|
|
216
|
+
required: true
|
|
217
|
+
content:
|
|
218
|
+
text/plain:
|
|
219
|
+
schema:
|
|
220
|
+
title: Autocomplete Redirect Schema
|
|
221
|
+
$ref: '#/components/schemas/redirectSchema'
|
|
222
|
+
examples:
|
|
223
|
+
redirect example:
|
|
224
|
+
$ref: '#/components/examples/redirect'
|
|
225
|
+
application/json:
|
|
226
|
+
schema:
|
|
227
|
+
title: Autocomplete Redirect Schema
|
|
228
|
+
$ref: '#/components/schemas/redirectSchema'
|
|
229
|
+
examples:
|
|
230
|
+
redirect example:
|
|
231
|
+
$ref: '#/components/examples/redirect'
|
|
232
|
+
responses:
|
|
233
|
+
'200':
|
|
234
|
+
$ref: '#/components/responses/200-response'
|
|
235
|
+
'400':
|
|
236
|
+
$ref: '#/components/responses/400-response'
|
|
237
|
+
'404':
|
|
238
|
+
$ref: '#/components/responses/404-response'
|
|
239
|
+
'405':
|
|
240
|
+
$ref: '#/components/responses/405-response'
|
|
241
|
+
'413':
|
|
242
|
+
$ref: '#/components/responses/413-response'
|
|
243
|
+
'415':
|
|
244
|
+
$ref: '#/components/responses/415-response'
|
|
245
|
+
'500':
|
|
246
|
+
$ref: '#/components/responses/500-response'
|
|
247
|
+
/{siteId}/autocomplete/render:
|
|
248
|
+
post:
|
|
249
|
+
tags:
|
|
250
|
+
- Autocomplete
|
|
251
|
+
summary: render
|
|
252
|
+
description: <i>/beacon/v2/{siteId}/autocomplete/render</i><br><br>Shopper types in the searchbar and an Autocomplete Module with Athos Commerce autocomplete search results are rendered.
|
|
253
|
+
operationId: autocomplete-render
|
|
254
|
+
security:
|
|
255
|
+
- {}
|
|
256
|
+
parameters:
|
|
257
|
+
- in: path
|
|
258
|
+
name: siteId
|
|
259
|
+
schema:
|
|
260
|
+
type: string
|
|
261
|
+
pattern: '[a-z0-9]{6}'
|
|
262
|
+
required: true
|
|
263
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
264
|
+
requestBody:
|
|
265
|
+
description: Results payload
|
|
266
|
+
required: true
|
|
267
|
+
content:
|
|
268
|
+
text/plain:
|
|
269
|
+
schema:
|
|
270
|
+
title: Autocomplete Render Schema
|
|
271
|
+
$ref: '#/components/schemas/renderSchema'
|
|
272
|
+
examples:
|
|
273
|
+
render example:
|
|
274
|
+
$ref: '#/components/examples/render'
|
|
275
|
+
application/json:
|
|
276
|
+
schema:
|
|
277
|
+
title: Autocomplete Render Schema
|
|
278
|
+
$ref: '#/components/schemas/renderSchema'
|
|
279
|
+
examples:
|
|
280
|
+
render example:
|
|
281
|
+
$ref: '#/components/examples/render'
|
|
282
|
+
responses:
|
|
283
|
+
'200':
|
|
284
|
+
$ref: '#/components/responses/200-response'
|
|
285
|
+
'400':
|
|
286
|
+
$ref: '#/components/responses/400-response'
|
|
287
|
+
'404':
|
|
288
|
+
$ref: '#/components/responses/404-response'
|
|
289
|
+
'405':
|
|
290
|
+
$ref: '#/components/responses/405-response'
|
|
291
|
+
'413':
|
|
292
|
+
$ref: '#/components/responses/413-response'
|
|
293
|
+
'415':
|
|
294
|
+
$ref: '#/components/responses/415-response'
|
|
295
|
+
'500':
|
|
296
|
+
$ref: '#/components/responses/500-response'
|
|
297
|
+
/{siteId}/cart/add:
|
|
298
|
+
post:
|
|
299
|
+
tags:
|
|
300
|
+
- Cart
|
|
301
|
+
summary: add
|
|
302
|
+
description: <i>/beacon/v2/{siteId}/cart/add</i><br><br>Shopper adds additional item quantities to an item in the cart via the cart page or a slideout cart.
|
|
303
|
+
operationId: cart-add
|
|
304
|
+
security:
|
|
305
|
+
- {}
|
|
306
|
+
parameters:
|
|
307
|
+
- in: path
|
|
308
|
+
name: siteId
|
|
309
|
+
schema:
|
|
310
|
+
type: string
|
|
311
|
+
pattern: '[a-z0-9]{6}'
|
|
312
|
+
required: true
|
|
313
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
314
|
+
requestBody:
|
|
315
|
+
description: Cart update payload
|
|
316
|
+
required: true
|
|
317
|
+
content:
|
|
318
|
+
text/plain:
|
|
319
|
+
schema:
|
|
320
|
+
$ref: '#/components/schemas/cartSchema'
|
|
321
|
+
examples:
|
|
322
|
+
add to cart example:
|
|
323
|
+
$ref: '#/components/examples/add'
|
|
324
|
+
application/json:
|
|
325
|
+
schema:
|
|
326
|
+
$ref: '#/components/schemas/cartSchema'
|
|
327
|
+
examples:
|
|
328
|
+
add to cart example:
|
|
329
|
+
$ref: '#/components/examples/add'
|
|
330
|
+
responses:
|
|
331
|
+
'200':
|
|
332
|
+
$ref: '#/components/responses/200-response'
|
|
333
|
+
'400':
|
|
334
|
+
$ref: '#/components/responses/400-response'
|
|
335
|
+
'404':
|
|
336
|
+
$ref: '#/components/responses/404-response'
|
|
337
|
+
'405':
|
|
338
|
+
$ref: '#/components/responses/405-response'
|
|
339
|
+
'413':
|
|
340
|
+
$ref: '#/components/responses/413-response'
|
|
341
|
+
'415':
|
|
342
|
+
$ref: '#/components/responses/415-response'
|
|
343
|
+
'500':
|
|
344
|
+
$ref: '#/components/responses/500-response'
|
|
345
|
+
/{siteId}/cart/remove:
|
|
346
|
+
post:
|
|
347
|
+
tags:
|
|
348
|
+
- Cart
|
|
349
|
+
summary: remove
|
|
350
|
+
description: <i>/beacon/v2/{siteId}/cart/remove</i><br><br>Shopper removes an item or reduces an items quantity in the cart via the cart page or a slideout cart.
|
|
351
|
+
operationId: cart-remove
|
|
352
|
+
security:
|
|
353
|
+
- {}
|
|
354
|
+
parameters:
|
|
355
|
+
- in: path
|
|
356
|
+
name: siteId
|
|
357
|
+
schema:
|
|
358
|
+
type: string
|
|
359
|
+
pattern: '[a-z0-9]{6}'
|
|
360
|
+
required: true
|
|
361
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
362
|
+
requestBody:
|
|
363
|
+
description: Cart update payload
|
|
364
|
+
required: true
|
|
365
|
+
content:
|
|
366
|
+
text/plain:
|
|
367
|
+
schema:
|
|
368
|
+
$ref: '#/components/schemas/cartSchema'
|
|
369
|
+
examples:
|
|
370
|
+
remove from cart example:
|
|
371
|
+
$ref: '#/components/examples/remove'
|
|
372
|
+
application/json:
|
|
373
|
+
schema:
|
|
374
|
+
$ref: '#/components/schemas/cartSchema'
|
|
375
|
+
examples:
|
|
376
|
+
remove from cart example:
|
|
377
|
+
$ref: '#/components/examples/remove'
|
|
378
|
+
responses:
|
|
379
|
+
'200':
|
|
380
|
+
$ref: '#/components/responses/200-response'
|
|
381
|
+
'400':
|
|
382
|
+
$ref: '#/components/responses/400-response'
|
|
383
|
+
'404':
|
|
384
|
+
$ref: '#/components/responses/404-response'
|
|
385
|
+
'405':
|
|
386
|
+
$ref: '#/components/responses/405-response'
|
|
387
|
+
'413':
|
|
388
|
+
$ref: '#/components/responses/413-response'
|
|
389
|
+
'415':
|
|
390
|
+
$ref: '#/components/responses/415-response'
|
|
391
|
+
'500':
|
|
392
|
+
$ref: '#/components/responses/500-response'
|
|
393
|
+
/{siteId}/category/addtocart:
|
|
394
|
+
post:
|
|
395
|
+
tags:
|
|
396
|
+
- Category
|
|
397
|
+
summary: addtocart
|
|
398
|
+
description: <i>/beacon/v2/{siteId}/category/addtocart</i><br><br>Shopper lands on a category results page where Athos Commerce results are rendered, and adds a result to the cart via a `Quick Add to Cart` button. **If frontend `Quick Add to Cart` is not implemented, omit usage of this endpoint.**
|
|
399
|
+
operationId: category-addtocart
|
|
400
|
+
security:
|
|
401
|
+
- {}
|
|
402
|
+
parameters:
|
|
403
|
+
- in: path
|
|
404
|
+
name: siteId
|
|
405
|
+
schema:
|
|
406
|
+
type: string
|
|
407
|
+
pattern: '[a-z0-9]{6}'
|
|
408
|
+
required: true
|
|
409
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
410
|
+
requestBody:
|
|
411
|
+
description: Results payload
|
|
412
|
+
required: true
|
|
413
|
+
content:
|
|
414
|
+
text/plain:
|
|
415
|
+
schema:
|
|
416
|
+
title: Category Addtocart Schema
|
|
417
|
+
$ref: '#/components/schemas/addtocartSchema'
|
|
418
|
+
examples:
|
|
419
|
+
addtocart example:
|
|
420
|
+
$ref: '#/components/examples/examples-addtocart'
|
|
421
|
+
application/json:
|
|
422
|
+
schema:
|
|
423
|
+
title: Category Addtocart Schema
|
|
424
|
+
$ref: '#/components/schemas/addtocartSchema'
|
|
425
|
+
examples:
|
|
426
|
+
addtocart example:
|
|
427
|
+
$ref: '#/components/examples/examples-addtocart'
|
|
428
|
+
responses:
|
|
429
|
+
'200':
|
|
430
|
+
$ref: '#/components/responses/200-response'
|
|
431
|
+
'400':
|
|
432
|
+
$ref: '#/components/responses/400-response'
|
|
433
|
+
'404':
|
|
434
|
+
$ref: '#/components/responses/404-response'
|
|
435
|
+
'405':
|
|
436
|
+
$ref: '#/components/responses/405-response'
|
|
437
|
+
'413':
|
|
438
|
+
$ref: '#/components/responses/413-response'
|
|
439
|
+
'415':
|
|
440
|
+
$ref: '#/components/responses/415-response'
|
|
441
|
+
'500':
|
|
442
|
+
$ref: '#/components/responses/500-response'
|
|
443
|
+
/{siteId}/category/clickthrough:
|
|
444
|
+
post:
|
|
445
|
+
tags:
|
|
446
|
+
- Category
|
|
447
|
+
summary: clickthrough
|
|
448
|
+
description: <i>/beacon/v2/{siteId}/category/clickthrough</i><br><br>Shopper lands on a category results page, clicks on a Athos Commerce result, and will be taken to the product detail page (PDP).
|
|
449
|
+
operationId: category-clickthrough
|
|
450
|
+
security:
|
|
451
|
+
- {}
|
|
452
|
+
parameters:
|
|
453
|
+
- in: path
|
|
454
|
+
name: siteId
|
|
455
|
+
schema:
|
|
456
|
+
type: string
|
|
457
|
+
pattern: '[a-z0-9]{6}'
|
|
458
|
+
required: true
|
|
459
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
460
|
+
requestBody:
|
|
461
|
+
description: Results payload
|
|
462
|
+
required: true
|
|
463
|
+
content:
|
|
464
|
+
text/plain:
|
|
465
|
+
schema:
|
|
466
|
+
title: Category Clickthrough Schema
|
|
467
|
+
$ref: '#/components/schemas/clickthroughSchema'
|
|
468
|
+
examples:
|
|
469
|
+
results clickthrough example:
|
|
470
|
+
$ref: '#/components/examples/examples-results-clickthrough'
|
|
471
|
+
banners clickthrough example:
|
|
472
|
+
$ref: '#/components/examples/banners-clickthrough'
|
|
473
|
+
application/json:
|
|
474
|
+
schema:
|
|
475
|
+
title: Category Clickthrough Schema
|
|
476
|
+
$ref: '#/components/schemas/clickthroughSchema'
|
|
477
|
+
examples:
|
|
478
|
+
results clickthrough example:
|
|
479
|
+
$ref: '#/components/examples/examples-results-clickthrough'
|
|
480
|
+
banners clickthrough example:
|
|
481
|
+
$ref: '#/components/examples/banners-clickthrough'
|
|
482
|
+
responses:
|
|
483
|
+
'200':
|
|
484
|
+
$ref: '#/components/responses/200-response'
|
|
485
|
+
'400':
|
|
486
|
+
$ref: '#/components/responses/400-response'
|
|
487
|
+
'404':
|
|
488
|
+
$ref: '#/components/responses/404-response'
|
|
489
|
+
'405':
|
|
490
|
+
$ref: '#/components/responses/405-response'
|
|
491
|
+
'413':
|
|
492
|
+
$ref: '#/components/responses/413-response'
|
|
493
|
+
'415':
|
|
494
|
+
$ref: '#/components/responses/415-response'
|
|
495
|
+
'500':
|
|
496
|
+
$ref: '#/components/responses/500-response'
|
|
497
|
+
/{siteId}/category/impression:
|
|
498
|
+
post:
|
|
499
|
+
tags:
|
|
500
|
+
- Category
|
|
501
|
+
summary: impression
|
|
502
|
+
description: <i>/beacon/v2/{siteId}/category/impression</i><br><br>Shopper lands on a category results page and Athos Commerce results receive an impression.
|
|
503
|
+
operationId: category-impression
|
|
504
|
+
security:
|
|
505
|
+
- {}
|
|
506
|
+
parameters:
|
|
507
|
+
- in: path
|
|
508
|
+
name: siteId
|
|
509
|
+
schema:
|
|
510
|
+
type: string
|
|
511
|
+
pattern: '[a-z0-9]{6}'
|
|
512
|
+
required: true
|
|
513
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
514
|
+
requestBody:
|
|
515
|
+
description: Results payload
|
|
516
|
+
required: true
|
|
517
|
+
content:
|
|
518
|
+
text/plain:
|
|
519
|
+
schema:
|
|
520
|
+
title: Category Impression Schema
|
|
521
|
+
$ref: '#/components/schemas/impressionSchema'
|
|
522
|
+
examples:
|
|
523
|
+
results and banners impression example:
|
|
524
|
+
$ref: '#/components/examples/impression'
|
|
525
|
+
results impression example:
|
|
526
|
+
$ref: '#/components/examples/results-impression'
|
|
527
|
+
banners impression example:
|
|
528
|
+
$ref: '#/components/examples/banners-impression'
|
|
529
|
+
application/json:
|
|
530
|
+
schema:
|
|
531
|
+
title: Category Impression Schema
|
|
532
|
+
$ref: '#/components/schemas/impressionSchema'
|
|
533
|
+
examples:
|
|
534
|
+
results and banners impression example:
|
|
535
|
+
$ref: '#/components/examples/impression'
|
|
536
|
+
results impression example:
|
|
537
|
+
$ref: '#/components/examples/results-impression'
|
|
538
|
+
banners impression example:
|
|
539
|
+
$ref: '#/components/examples/banners-impression'
|
|
540
|
+
responses:
|
|
541
|
+
'200':
|
|
542
|
+
$ref: '#/components/responses/200-response'
|
|
543
|
+
'400':
|
|
544
|
+
$ref: '#/components/responses/400-response'
|
|
545
|
+
'404':
|
|
546
|
+
$ref: '#/components/responses/404-response'
|
|
547
|
+
'405':
|
|
548
|
+
$ref: '#/components/responses/405-response'
|
|
549
|
+
'413':
|
|
550
|
+
$ref: '#/components/responses/413-response'
|
|
551
|
+
'415':
|
|
552
|
+
$ref: '#/components/responses/415-response'
|
|
553
|
+
'500':
|
|
554
|
+
$ref: '#/components/responses/500-response'
|
|
555
|
+
/{siteId}/category/render:
|
|
556
|
+
post:
|
|
557
|
+
tags:
|
|
558
|
+
- Category
|
|
559
|
+
summary: render
|
|
560
|
+
description: <i>/beacon/v2/{siteId}/category/render</i><br><br>Shopper lands on a category results page and Athos Commerce results are rendered.
|
|
561
|
+
operationId: category-render
|
|
562
|
+
security:
|
|
563
|
+
- {}
|
|
564
|
+
parameters:
|
|
565
|
+
- in: path
|
|
566
|
+
name: siteId
|
|
567
|
+
schema:
|
|
568
|
+
type: string
|
|
569
|
+
pattern: '[a-z0-9]{6}'
|
|
570
|
+
required: true
|
|
571
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
572
|
+
requestBody:
|
|
573
|
+
description: Results payload
|
|
574
|
+
required: true
|
|
575
|
+
content:
|
|
576
|
+
text/plain:
|
|
577
|
+
schema:
|
|
578
|
+
title: Category Render Schema
|
|
579
|
+
$ref: '#/components/schemas/renderSchema'
|
|
580
|
+
examples:
|
|
581
|
+
render example:
|
|
582
|
+
$ref: '#/components/examples/examples-render'
|
|
583
|
+
application/json:
|
|
584
|
+
schema:
|
|
585
|
+
title: Category Render Schema
|
|
586
|
+
$ref: '#/components/schemas/renderSchema'
|
|
587
|
+
examples:
|
|
588
|
+
render example:
|
|
589
|
+
$ref: '#/components/examples/examples-render'
|
|
590
|
+
responses:
|
|
591
|
+
'200':
|
|
592
|
+
$ref: '#/components/responses/200-response'
|
|
593
|
+
'400':
|
|
594
|
+
$ref: '#/components/responses/400-response'
|
|
595
|
+
'404':
|
|
596
|
+
$ref: '#/components/responses/404-response'
|
|
597
|
+
'405':
|
|
598
|
+
$ref: '#/components/responses/405-response'
|
|
599
|
+
'413':
|
|
600
|
+
$ref: '#/components/responses/413-response'
|
|
601
|
+
'415':
|
|
602
|
+
$ref: '#/components/responses/415-response'
|
|
603
|
+
'500':
|
|
604
|
+
$ref: '#/components/responses/500-response'
|
|
605
|
+
/{siteId}/email/clickthrough:
|
|
606
|
+
post:
|
|
607
|
+
tags:
|
|
608
|
+
- Messaging Recommendations
|
|
609
|
+
summary: email/clickthrough
|
|
610
|
+
description: <i>/beacon/v2/{siteId}/messaging/email/clickthrough</i><br><br>This event tracks when a shopper clicks through a messaging recommendation section in an email and is navigated to the website.
|
|
611
|
+
operationId: messaging-email-clickthrough
|
|
612
|
+
security:
|
|
613
|
+
- {}
|
|
614
|
+
parameters:
|
|
615
|
+
- in: path
|
|
616
|
+
name: siteId
|
|
617
|
+
schema:
|
|
618
|
+
type: string
|
|
619
|
+
pattern: '[a-z0-9]{6}'
|
|
620
|
+
required: true
|
|
621
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
622
|
+
requestBody:
|
|
623
|
+
description: Messaging recommendations payload
|
|
624
|
+
required: true
|
|
625
|
+
content:
|
|
626
|
+
text/plain:
|
|
627
|
+
schema:
|
|
628
|
+
$ref: '#/components/schemas/messaging.schema'
|
|
629
|
+
examples:
|
|
630
|
+
clickthrough example:
|
|
631
|
+
$ref: '#/components/examples/messaging'
|
|
632
|
+
application/json:
|
|
633
|
+
schema:
|
|
634
|
+
$ref: '#/components/schemas/messaging.schema'
|
|
635
|
+
examples:
|
|
636
|
+
clickthrough example:
|
|
637
|
+
$ref: '#/components/examples/messaging'
|
|
638
|
+
responses:
|
|
639
|
+
'200':
|
|
640
|
+
$ref: '#/components/responses/200-response'
|
|
641
|
+
'400':
|
|
642
|
+
$ref: '#/components/responses/400-response'
|
|
643
|
+
'404':
|
|
644
|
+
$ref: '#/components/responses/404-response'
|
|
645
|
+
'405':
|
|
646
|
+
$ref: '#/components/responses/405-response'
|
|
647
|
+
'413':
|
|
648
|
+
$ref: '#/components/responses/413-response'
|
|
649
|
+
'415':
|
|
650
|
+
$ref: '#/components/responses/415-response'
|
|
651
|
+
'500':
|
|
652
|
+
$ref: '#/components/responses/500-response'
|
|
653
|
+
/{siteId}/email/render:
|
|
654
|
+
post:
|
|
655
|
+
tags:
|
|
656
|
+
- Messaging Recommendations
|
|
657
|
+
summary: email/render
|
|
658
|
+
description: <i>/beacon/v2/{siteId}/messaging/email/render</i><br><br>This event tracks the rendering of a messaging recommendation section in an email.
|
|
659
|
+
operationId: messaging-email-render
|
|
660
|
+
security:
|
|
661
|
+
- {}
|
|
662
|
+
parameters:
|
|
663
|
+
- in: path
|
|
664
|
+
name: siteId
|
|
665
|
+
schema:
|
|
666
|
+
type: string
|
|
667
|
+
pattern: '[a-z0-9]{6}'
|
|
668
|
+
required: true
|
|
669
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
670
|
+
requestBody:
|
|
671
|
+
description: Messaging recommendations payload
|
|
672
|
+
required: true
|
|
673
|
+
content:
|
|
674
|
+
text/plain:
|
|
675
|
+
schema:
|
|
676
|
+
$ref: '#/components/schemas/messaging.schema'
|
|
677
|
+
examples:
|
|
678
|
+
render example:
|
|
679
|
+
$ref: '#/components/examples/messaging'
|
|
680
|
+
application/json:
|
|
681
|
+
schema:
|
|
682
|
+
$ref: '#/components/schemas/messaging.schema'
|
|
683
|
+
examples:
|
|
684
|
+
render example:
|
|
685
|
+
$ref: '#/components/examples/messaging'
|
|
686
|
+
responses:
|
|
687
|
+
'200':
|
|
688
|
+
$ref: '#/components/responses/200-response'
|
|
689
|
+
'400':
|
|
690
|
+
$ref: '#/components/responses/400-response'
|
|
691
|
+
'404':
|
|
692
|
+
$ref: '#/components/responses/404-response'
|
|
693
|
+
'405':
|
|
694
|
+
$ref: '#/components/responses/405-response'
|
|
695
|
+
'413':
|
|
696
|
+
$ref: '#/components/responses/413-response'
|
|
697
|
+
'415':
|
|
698
|
+
$ref: '#/components/responses/415-response'
|
|
699
|
+
'500':
|
|
700
|
+
$ref: '#/components/responses/500-response'
|
|
701
|
+
/{siteId}/log/personalization:
|
|
702
|
+
post:
|
|
703
|
+
tags:
|
|
704
|
+
- Error Logs
|
|
705
|
+
summary: personalization
|
|
706
|
+
description: <i>/beacon/v2/{siteId}/log/personalization</i><br><br>Personalization error log events
|
|
707
|
+
operationId: log-personalization
|
|
708
|
+
security:
|
|
709
|
+
- {}
|
|
710
|
+
parameters:
|
|
711
|
+
- in: path
|
|
712
|
+
name: siteId
|
|
713
|
+
schema:
|
|
714
|
+
type: string
|
|
715
|
+
pattern: '[a-z0-9]{6}'
|
|
716
|
+
required: true
|
|
717
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
718
|
+
requestBody:
|
|
719
|
+
description: Personalization error log
|
|
720
|
+
required: true
|
|
721
|
+
content:
|
|
722
|
+
text/plain:
|
|
723
|
+
schema:
|
|
724
|
+
title: Personalization Log Schema
|
|
725
|
+
$ref: '#/components/schemas/personalization.logSchema'
|
|
726
|
+
examples:
|
|
727
|
+
personalization example:
|
|
728
|
+
$ref: '#/components/examples/personalization'
|
|
729
|
+
application/json:
|
|
730
|
+
schema:
|
|
731
|
+
title: Personalization Log Schema
|
|
732
|
+
$ref: '#/components/schemas/personalization.logSchema'
|
|
733
|
+
examples:
|
|
734
|
+
personalization example:
|
|
735
|
+
$ref: '#/components/examples/personalization'
|
|
736
|
+
responses:
|
|
737
|
+
'200':
|
|
738
|
+
$ref: '#/components/responses/200-response'
|
|
739
|
+
'400':
|
|
740
|
+
$ref: '#/components/responses/400-response'
|
|
741
|
+
'404':
|
|
742
|
+
$ref: '#/components/responses/404-response'
|
|
743
|
+
'405':
|
|
744
|
+
$ref: '#/components/responses/405-response'
|
|
745
|
+
'413':
|
|
746
|
+
$ref: '#/components/responses/413-response'
|
|
747
|
+
'415':
|
|
748
|
+
$ref: '#/components/responses/415-response'
|
|
749
|
+
'500':
|
|
750
|
+
$ref: '#/components/responses/500-response'
|
|
751
|
+
/{siteId}/log/shopifypixel:
|
|
752
|
+
post:
|
|
753
|
+
tags:
|
|
754
|
+
- Error Logs
|
|
755
|
+
summary: shopifypixel
|
|
756
|
+
description: <i>/beacon/v2/{siteId}/log/shopifypixel</i><br><br>Shopify Pixel Extension error log events
|
|
757
|
+
operationId: log-shopifypixel
|
|
758
|
+
security:
|
|
759
|
+
- {}
|
|
760
|
+
parameters:
|
|
761
|
+
- in: path
|
|
762
|
+
name: siteId
|
|
763
|
+
schema:
|
|
764
|
+
type: string
|
|
765
|
+
pattern: '[a-z0-9]{6}'
|
|
766
|
+
required: true
|
|
767
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
768
|
+
requestBody:
|
|
769
|
+
description: Shopify Pixel extension error log
|
|
770
|
+
required: true
|
|
771
|
+
content:
|
|
772
|
+
text/plain:
|
|
773
|
+
schema:
|
|
774
|
+
title: Shopify Pixel Log Schema
|
|
775
|
+
$ref: '#/components/schemas/logSchema'
|
|
776
|
+
examples:
|
|
777
|
+
shopifypixel example:
|
|
778
|
+
$ref: '#/components/examples/shopifypixel'
|
|
779
|
+
application/json:
|
|
780
|
+
schema:
|
|
781
|
+
title: Shopify Pixel Log Schema
|
|
782
|
+
$ref: '#/components/schemas/logSchema'
|
|
783
|
+
examples:
|
|
784
|
+
shopifypixel example:
|
|
785
|
+
$ref: '#/components/examples/shopifypixel'
|
|
786
|
+
responses:
|
|
787
|
+
'200':
|
|
788
|
+
$ref: '#/components/responses/200-response'
|
|
789
|
+
'400':
|
|
790
|
+
$ref: '#/components/responses/400-response'
|
|
791
|
+
'404':
|
|
792
|
+
$ref: '#/components/responses/404-response'
|
|
793
|
+
'405':
|
|
794
|
+
$ref: '#/components/responses/405-response'
|
|
795
|
+
'413':
|
|
796
|
+
$ref: '#/components/responses/413-response'
|
|
797
|
+
'415':
|
|
798
|
+
$ref: '#/components/responses/415-response'
|
|
799
|
+
'500':
|
|
800
|
+
$ref: '#/components/responses/500-response'
|
|
801
|
+
/{siteId}/log/snap:
|
|
802
|
+
post:
|
|
803
|
+
tags:
|
|
804
|
+
- Error Logs
|
|
805
|
+
summary: snap
|
|
806
|
+
description: <i>/beacon/v2/{siteId}/log/snap</i><br><br>Snap error log events
|
|
807
|
+
operationId: log-snap
|
|
808
|
+
security:
|
|
809
|
+
- {}
|
|
810
|
+
parameters:
|
|
811
|
+
- in: path
|
|
812
|
+
name: siteId
|
|
813
|
+
schema:
|
|
814
|
+
type: string
|
|
815
|
+
pattern: '[a-z0-9]{6}'
|
|
816
|
+
required: true
|
|
817
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
818
|
+
requestBody:
|
|
819
|
+
description: Snap error log
|
|
820
|
+
required: true
|
|
821
|
+
content:
|
|
822
|
+
text/plain:
|
|
823
|
+
schema:
|
|
824
|
+
title: Snap Log Schema
|
|
825
|
+
$ref: '#/components/schemas/logSchema'
|
|
826
|
+
examples:
|
|
827
|
+
snap example:
|
|
828
|
+
$ref: '#/components/examples/snap'
|
|
829
|
+
application/json:
|
|
830
|
+
schema:
|
|
831
|
+
title: Snap Log Schema
|
|
832
|
+
$ref: '#/components/schemas/logSchema'
|
|
833
|
+
examples:
|
|
834
|
+
snap example:
|
|
835
|
+
$ref: '#/components/examples/snap'
|
|
836
|
+
responses:
|
|
837
|
+
'200':
|
|
838
|
+
$ref: '#/components/responses/200-response'
|
|
839
|
+
'400':
|
|
840
|
+
$ref: '#/components/responses/400-response'
|
|
841
|
+
'404':
|
|
842
|
+
$ref: '#/components/responses/404-response'
|
|
843
|
+
'405':
|
|
844
|
+
$ref: '#/components/responses/405-response'
|
|
845
|
+
'413':
|
|
846
|
+
$ref: '#/components/responses/413-response'
|
|
847
|
+
'415':
|
|
848
|
+
$ref: '#/components/responses/415-response'
|
|
849
|
+
'500':
|
|
850
|
+
$ref: '#/components/responses/500-response'
|
|
851
|
+
/{siteId}/order/transaction:
|
|
852
|
+
post:
|
|
853
|
+
tags:
|
|
854
|
+
- Order
|
|
855
|
+
summary: order transaction
|
|
856
|
+
description: <i>/beacon/v2/{siteId}/order/transaction</i><br><br>Shopper has completed an order transaction. Tracks order contents.
|
|
857
|
+
operationId: order-transaction
|
|
858
|
+
security:
|
|
859
|
+
- {}
|
|
860
|
+
parameters:
|
|
861
|
+
- in: path
|
|
862
|
+
name: siteId
|
|
863
|
+
schema:
|
|
864
|
+
type: string
|
|
865
|
+
pattern: '[a-z0-9]{6}'
|
|
866
|
+
required: true
|
|
867
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
868
|
+
requestBody:
|
|
869
|
+
description: Order transaction payload
|
|
870
|
+
required: true
|
|
871
|
+
content:
|
|
872
|
+
text/plain:
|
|
873
|
+
schema:
|
|
874
|
+
title: Order Transaction Schema
|
|
875
|
+
type: object
|
|
876
|
+
required:
|
|
877
|
+
- context
|
|
878
|
+
- data
|
|
879
|
+
properties:
|
|
880
|
+
context:
|
|
881
|
+
$ref: '#/components/schemas/context'
|
|
882
|
+
data:
|
|
883
|
+
description: Event details
|
|
884
|
+
type: object
|
|
885
|
+
required:
|
|
886
|
+
- orderId
|
|
887
|
+
- transactionTotal
|
|
888
|
+
- total
|
|
889
|
+
- results
|
|
890
|
+
properties:
|
|
891
|
+
orderId:
|
|
892
|
+
description: Unique order ID
|
|
893
|
+
type: string
|
|
894
|
+
transactionTotal:
|
|
895
|
+
description: Total order amount before discounts, taxes, and shipping
|
|
896
|
+
type: number
|
|
897
|
+
format: float
|
|
898
|
+
total:
|
|
899
|
+
description: Total order amount including discounts, taxes, and shipping
|
|
900
|
+
type: number
|
|
901
|
+
format: float
|
|
902
|
+
vat:
|
|
903
|
+
type: number
|
|
904
|
+
description: Value added tax(VAT) rate as a decimal value (e.g. 0.20 for 20%)
|
|
905
|
+
format: float
|
|
906
|
+
city:
|
|
907
|
+
description: Customer's shipping address City
|
|
908
|
+
type: string
|
|
909
|
+
state:
|
|
910
|
+
description: Customer's shipping address State
|
|
911
|
+
type: string
|
|
912
|
+
country:
|
|
913
|
+
description: Customer's shipping address 2-letter Country Code
|
|
914
|
+
type: string
|
|
915
|
+
results:
|
|
916
|
+
type: array
|
|
917
|
+
description: Describes tracked Athos Commerce results
|
|
918
|
+
items:
|
|
919
|
+
$ref: '#/components/schemas/product'
|
|
920
|
+
examples:
|
|
921
|
+
transaction example:
|
|
922
|
+
$ref: '#/components/examples/transaction'
|
|
923
|
+
application/json:
|
|
924
|
+
schema:
|
|
925
|
+
title: Order Transaction Schema
|
|
926
|
+
type: object
|
|
927
|
+
required:
|
|
928
|
+
- context
|
|
929
|
+
- data
|
|
930
|
+
properties:
|
|
931
|
+
context:
|
|
932
|
+
$ref: '#/components/schemas/context'
|
|
933
|
+
data:
|
|
934
|
+
description: Event details
|
|
935
|
+
type: object
|
|
936
|
+
required:
|
|
937
|
+
- orderId
|
|
938
|
+
- transactionTotal
|
|
939
|
+
- total
|
|
940
|
+
- results
|
|
941
|
+
properties:
|
|
942
|
+
orderId:
|
|
943
|
+
description: Unique order ID
|
|
944
|
+
type: string
|
|
945
|
+
transactionTotal:
|
|
946
|
+
description: Total order amount before discounts, taxes, and shipping
|
|
947
|
+
type: number
|
|
948
|
+
format: float
|
|
949
|
+
total:
|
|
950
|
+
description: Total order amount including discounts, taxes, and shipping
|
|
951
|
+
type: number
|
|
952
|
+
format: float
|
|
953
|
+
vat:
|
|
954
|
+
type: number
|
|
955
|
+
description: Value added tax(VAT) rate as a decimal value (e.g. 0.20 for 20%)
|
|
956
|
+
format: float
|
|
957
|
+
city:
|
|
958
|
+
description: Customer's shipping address City
|
|
959
|
+
type: string
|
|
960
|
+
state:
|
|
961
|
+
description: Customer's shipping address State
|
|
962
|
+
type: string
|
|
963
|
+
country:
|
|
964
|
+
description: Customer's shipping address 2-letter Country Code
|
|
965
|
+
type: string
|
|
966
|
+
results:
|
|
967
|
+
type: array
|
|
968
|
+
description: Describes tracked Athos Commerce results
|
|
969
|
+
items:
|
|
970
|
+
$ref: '#/components/schemas/product'
|
|
971
|
+
examples:
|
|
972
|
+
transaction example:
|
|
973
|
+
$ref: '#/components/examples/transaction'
|
|
974
|
+
responses:
|
|
975
|
+
'200':
|
|
976
|
+
$ref: '#/components/responses/200-response'
|
|
977
|
+
'400':
|
|
978
|
+
$ref: '#/components/responses/400-response'
|
|
979
|
+
'404':
|
|
980
|
+
$ref: '#/components/responses/404-response'
|
|
981
|
+
'405':
|
|
982
|
+
$ref: '#/components/responses/405-response'
|
|
983
|
+
'413':
|
|
984
|
+
$ref: '#/components/responses/413-response'
|
|
985
|
+
'415':
|
|
986
|
+
$ref: '#/components/responses/415-response'
|
|
987
|
+
'500':
|
|
988
|
+
$ref: '#/components/responses/500-response'
|
|
989
|
+
/{siteId}/product/pageview:
|
|
990
|
+
post:
|
|
991
|
+
tags:
|
|
992
|
+
- Product
|
|
993
|
+
summary: pageview
|
|
994
|
+
description: <i>/beacon/v2/{siteId}/product/pageview</i><br><br>Shopper has navigated to a product detail page (PDP).
|
|
995
|
+
operationId: product-pageview
|
|
996
|
+
security:
|
|
997
|
+
- {}
|
|
998
|
+
parameters:
|
|
999
|
+
- in: path
|
|
1000
|
+
name: siteId
|
|
1001
|
+
schema:
|
|
1002
|
+
type: string
|
|
1003
|
+
pattern: '[a-z0-9]{6}'
|
|
1004
|
+
required: true
|
|
1005
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
1006
|
+
requestBody:
|
|
1007
|
+
description: Product page view payload
|
|
1008
|
+
required: true
|
|
1009
|
+
content:
|
|
1010
|
+
text/plain:
|
|
1011
|
+
schema:
|
|
1012
|
+
title: Product Pageview Schema
|
|
1013
|
+
type: object
|
|
1014
|
+
required:
|
|
1015
|
+
- context
|
|
1016
|
+
- data
|
|
1017
|
+
properties:
|
|
1018
|
+
context:
|
|
1019
|
+
$ref: '#/components/schemas/context'
|
|
1020
|
+
data:
|
|
1021
|
+
description: Event details
|
|
1022
|
+
type: object
|
|
1023
|
+
required:
|
|
1024
|
+
- result
|
|
1025
|
+
properties:
|
|
1026
|
+
result:
|
|
1027
|
+
type: object
|
|
1028
|
+
description: Describes a tracked Athos Commerce result.
|
|
1029
|
+
required:
|
|
1030
|
+
- parentId
|
|
1031
|
+
- uid
|
|
1032
|
+
properties:
|
|
1033
|
+
parentId:
|
|
1034
|
+
$ref: '#/components/schemas/parentId'
|
|
1035
|
+
uid:
|
|
1036
|
+
$ref: '#/components/schemas/uid'
|
|
1037
|
+
sku:
|
|
1038
|
+
$ref: '#/components/schemas/sku'
|
|
1039
|
+
examples:
|
|
1040
|
+
pageview example:
|
|
1041
|
+
$ref: '#/components/examples/view'
|
|
1042
|
+
application/json:
|
|
1043
|
+
schema:
|
|
1044
|
+
title: Product Pageview Schema
|
|
1045
|
+
type: object
|
|
1046
|
+
required:
|
|
1047
|
+
- context
|
|
1048
|
+
- data
|
|
1049
|
+
properties:
|
|
1050
|
+
context:
|
|
1051
|
+
$ref: '#/components/schemas/context'
|
|
1052
|
+
data:
|
|
1053
|
+
description: Event details
|
|
1054
|
+
type: object
|
|
1055
|
+
required:
|
|
1056
|
+
- result
|
|
1057
|
+
properties:
|
|
1058
|
+
result:
|
|
1059
|
+
type: object
|
|
1060
|
+
description: Describes a tracked Athos Commerce result.
|
|
1061
|
+
required:
|
|
1062
|
+
- parentId
|
|
1063
|
+
- uid
|
|
1064
|
+
properties:
|
|
1065
|
+
parentId:
|
|
1066
|
+
$ref: '#/components/schemas/parentId'
|
|
1067
|
+
uid:
|
|
1068
|
+
$ref: '#/components/schemas/uid'
|
|
1069
|
+
sku:
|
|
1070
|
+
$ref: '#/components/schemas/sku'
|
|
1071
|
+
examples:
|
|
1072
|
+
pageview example:
|
|
1073
|
+
$ref: '#/components/examples/view'
|
|
1074
|
+
responses:
|
|
1075
|
+
'200':
|
|
1076
|
+
$ref: '#/components/responses/200-response'
|
|
1077
|
+
'400':
|
|
1078
|
+
$ref: '#/components/responses/400-response'
|
|
1079
|
+
'404':
|
|
1080
|
+
$ref: '#/components/responses/404-response'
|
|
1081
|
+
'405':
|
|
1082
|
+
$ref: '#/components/responses/405-response'
|
|
1083
|
+
'413':
|
|
1084
|
+
$ref: '#/components/responses/413-response'
|
|
1085
|
+
'415':
|
|
1086
|
+
$ref: '#/components/responses/415-response'
|
|
1087
|
+
'500':
|
|
1088
|
+
$ref: '#/components/responses/500-response'
|
|
1089
|
+
/{siteId}/recommendations/addtocart:
|
|
1090
|
+
post:
|
|
1091
|
+
tags:
|
|
1092
|
+
- Recommendations
|
|
1093
|
+
summary: addtocart
|
|
1094
|
+
description: <i>/beacon/v2/{siteId}/recommendations/addtocart</i><br><br>Shopper adds a Athos Commerce personalized recommendation result to the cart via a `Quick Add to Cart` button in the rendered product card. **If frontend `Quick Add to Cart` is not implemented, omit usage of this endpoint.**
|
|
1095
|
+
operationId: recommendations-addtocart
|
|
1096
|
+
security:
|
|
1097
|
+
- {}
|
|
1098
|
+
parameters:
|
|
1099
|
+
- in: path
|
|
1100
|
+
name: siteId
|
|
1101
|
+
schema:
|
|
1102
|
+
type: string
|
|
1103
|
+
pattern: '[a-z0-9]{6}'
|
|
1104
|
+
required: true
|
|
1105
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
1106
|
+
requestBody:
|
|
1107
|
+
description: Recommendations payload
|
|
1108
|
+
required: true
|
|
1109
|
+
content:
|
|
1110
|
+
text/plain:
|
|
1111
|
+
schema:
|
|
1112
|
+
title: Recommendations Addtocart Schema
|
|
1113
|
+
$ref: '#/components/schemas/recommendations.addtocartSchema'
|
|
1114
|
+
examples:
|
|
1115
|
+
render example:
|
|
1116
|
+
$ref: '#/components/examples/components-examples-addtocart'
|
|
1117
|
+
application/json:
|
|
1118
|
+
schema:
|
|
1119
|
+
title: Recommendations Addtocart Schema
|
|
1120
|
+
$ref: '#/components/schemas/recommendations.addtocartSchema'
|
|
1121
|
+
examples:
|
|
1122
|
+
render example:
|
|
1123
|
+
$ref: '#/components/examples/components-examples-addtocart'
|
|
1124
|
+
responses:
|
|
1125
|
+
'200':
|
|
1126
|
+
$ref: '#/components/responses/200-response'
|
|
1127
|
+
'400':
|
|
1128
|
+
$ref: '#/components/responses/400-response'
|
|
1129
|
+
'404':
|
|
1130
|
+
$ref: '#/components/responses/404-response'
|
|
1131
|
+
'405':
|
|
1132
|
+
$ref: '#/components/responses/405-response'
|
|
1133
|
+
'413':
|
|
1134
|
+
$ref: '#/components/responses/413-response'
|
|
1135
|
+
'415':
|
|
1136
|
+
$ref: '#/components/responses/415-response'
|
|
1137
|
+
'500':
|
|
1138
|
+
$ref: '#/components/responses/500-response'
|
|
1139
|
+
/{siteId}/recommendations/clickthrough:
|
|
1140
|
+
post:
|
|
1141
|
+
tags:
|
|
1142
|
+
- Recommendations
|
|
1143
|
+
summary: clickthrough
|
|
1144
|
+
description: <i>/beacon/v2/{siteId}/recommendations/clickthrough</i><br><br>Shopper clicks on a rendered Athos Commerce personalized recommended result, and is taken to the product detail page (PDP).
|
|
1145
|
+
operationId: recommendations-clickthrough
|
|
1146
|
+
security:
|
|
1147
|
+
- {}
|
|
1148
|
+
parameters:
|
|
1149
|
+
- in: path
|
|
1150
|
+
name: siteId
|
|
1151
|
+
schema:
|
|
1152
|
+
type: string
|
|
1153
|
+
pattern: '[a-z0-9]{6}'
|
|
1154
|
+
required: true
|
|
1155
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
1156
|
+
requestBody:
|
|
1157
|
+
description: Recommendations payload
|
|
1158
|
+
required: true
|
|
1159
|
+
content:
|
|
1160
|
+
text/plain:
|
|
1161
|
+
schema:
|
|
1162
|
+
title: Recommendations Clickthrough Schema
|
|
1163
|
+
$ref: '#/components/schemas/recommendations.clickthroughSchema'
|
|
1164
|
+
examples:
|
|
1165
|
+
results clickthrough example:
|
|
1166
|
+
$ref: '#/components/examples/components-examples-results-clickthrough'
|
|
1167
|
+
banners clickthrough example:
|
|
1168
|
+
$ref: '#/components/examples/examples-banners-clickthrough'
|
|
1169
|
+
application/json:
|
|
1170
|
+
schema:
|
|
1171
|
+
title: Recommendations Clickthrough Schema
|
|
1172
|
+
$ref: '#/components/schemas/recommendations.clickthroughSchema'
|
|
1173
|
+
examples:
|
|
1174
|
+
results clickthrough example:
|
|
1175
|
+
$ref: '#/components/examples/components-examples-results-clickthrough'
|
|
1176
|
+
banners clickthrough example:
|
|
1177
|
+
$ref: '#/components/examples/examples-banners-clickthrough'
|
|
1178
|
+
responses:
|
|
1179
|
+
'200':
|
|
1180
|
+
$ref: '#/components/responses/200-response'
|
|
1181
|
+
'400':
|
|
1182
|
+
$ref: '#/components/responses/400-response'
|
|
1183
|
+
'404':
|
|
1184
|
+
$ref: '#/components/responses/404-response'
|
|
1185
|
+
'405':
|
|
1186
|
+
$ref: '#/components/responses/405-response'
|
|
1187
|
+
'413':
|
|
1188
|
+
$ref: '#/components/responses/413-response'
|
|
1189
|
+
'415':
|
|
1190
|
+
$ref: '#/components/responses/415-response'
|
|
1191
|
+
'500':
|
|
1192
|
+
$ref: '#/components/responses/500-response'
|
|
1193
|
+
/{siteId}/recommendations/impression:
|
|
1194
|
+
post:
|
|
1195
|
+
tags:
|
|
1196
|
+
- Recommendations
|
|
1197
|
+
summary: impression
|
|
1198
|
+
description: <i>/beacon/v2/{siteId}/recommendations/impression</i><br><br>Shopper scrolls into view rendered Athos Commerce personalized recommended results. Results sent ***must*** only be results in the shoppers view at the time of the event.
|
|
1199
|
+
operationId: recommendations-impression
|
|
1200
|
+
security:
|
|
1201
|
+
- {}
|
|
1202
|
+
parameters:
|
|
1203
|
+
- in: path
|
|
1204
|
+
name: siteId
|
|
1205
|
+
schema:
|
|
1206
|
+
type: string
|
|
1207
|
+
pattern: '[a-z0-9]{6}'
|
|
1208
|
+
required: true
|
|
1209
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
1210
|
+
requestBody:
|
|
1211
|
+
description: Recommendations payload
|
|
1212
|
+
required: true
|
|
1213
|
+
content:
|
|
1214
|
+
text/plain:
|
|
1215
|
+
schema:
|
|
1216
|
+
title: Recommendations Impression Schema
|
|
1217
|
+
$ref: '#/components/schemas/recommendations.impressionSchema'
|
|
1218
|
+
examples:
|
|
1219
|
+
results and banners impression example:
|
|
1220
|
+
$ref: '#/components/examples/examples-impression'
|
|
1221
|
+
results impression example:
|
|
1222
|
+
$ref: '#/components/examples/examples-results-impression'
|
|
1223
|
+
banners impression example:
|
|
1224
|
+
$ref: '#/components/examples/examples-banners-impression'
|
|
1225
|
+
application/json:
|
|
1226
|
+
schema:
|
|
1227
|
+
title: Recommendations Impression Schema
|
|
1228
|
+
$ref: '#/components/schemas/recommendations.impressionSchema'
|
|
1229
|
+
examples:
|
|
1230
|
+
results and banners impression example:
|
|
1231
|
+
$ref: '#/components/examples/examples-impression'
|
|
1232
|
+
results impression example:
|
|
1233
|
+
$ref: '#/components/examples/examples-results-impression'
|
|
1234
|
+
banners impression example:
|
|
1235
|
+
$ref: '#/components/examples/examples-banners-impression'
|
|
1236
|
+
responses:
|
|
1237
|
+
'200':
|
|
1238
|
+
$ref: '#/components/responses/200-response'
|
|
1239
|
+
'400':
|
|
1240
|
+
$ref: '#/components/responses/400-response'
|
|
1241
|
+
'404':
|
|
1242
|
+
$ref: '#/components/responses/404-response'
|
|
1243
|
+
'405':
|
|
1244
|
+
$ref: '#/components/responses/405-response'
|
|
1245
|
+
'413':
|
|
1246
|
+
$ref: '#/components/responses/413-response'
|
|
1247
|
+
'415':
|
|
1248
|
+
$ref: '#/components/responses/415-response'
|
|
1249
|
+
'500':
|
|
1250
|
+
$ref: '#/components/responses/500-response'
|
|
1251
|
+
/{siteId}/recommendations/render:
|
|
1252
|
+
post:
|
|
1253
|
+
tags:
|
|
1254
|
+
- Recommendations
|
|
1255
|
+
summary: render
|
|
1256
|
+
description: <i>/beacon/v2/{siteId}/recommendations/render</i><br><br>Shopper navigates to a page where Athos Commerce personalized recommendations are requested from the [Personalized Recommendations API endpoint](https://docs.searchspring.com/reference/get-recommendations) and rendered on the page.
|
|
1257
|
+
operationId: recommendations-render
|
|
1258
|
+
security:
|
|
1259
|
+
- {}
|
|
1260
|
+
parameters:
|
|
1261
|
+
- in: path
|
|
1262
|
+
name: siteId
|
|
1263
|
+
schema:
|
|
1264
|
+
type: string
|
|
1265
|
+
pattern: '[a-z0-9]{6}'
|
|
1266
|
+
required: true
|
|
1267
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
1268
|
+
requestBody:
|
|
1269
|
+
description: Recommendations payload
|
|
1270
|
+
required: true
|
|
1271
|
+
content:
|
|
1272
|
+
text/plain:
|
|
1273
|
+
schema:
|
|
1274
|
+
title: Recommendations Render Schema
|
|
1275
|
+
$ref: '#/components/schemas/recommendations.renderSchema'
|
|
1276
|
+
examples:
|
|
1277
|
+
render example:
|
|
1278
|
+
$ref: '#/components/examples/components-examples-render'
|
|
1279
|
+
application/json:
|
|
1280
|
+
schema:
|
|
1281
|
+
title: Recommendations Render Schema
|
|
1282
|
+
$ref: '#/components/schemas/recommendations.renderSchema'
|
|
1283
|
+
examples:
|
|
1284
|
+
render example:
|
|
1285
|
+
$ref: '#/components/examples/components-examples-render'
|
|
1286
|
+
responses:
|
|
1287
|
+
'200':
|
|
1288
|
+
$ref: '#/components/responses/200-response'
|
|
1289
|
+
'400':
|
|
1290
|
+
$ref: '#/components/responses/400-response'
|
|
1291
|
+
'404':
|
|
1292
|
+
$ref: '#/components/responses/404-response'
|
|
1293
|
+
'405':
|
|
1294
|
+
$ref: '#/components/responses/405-response'
|
|
1295
|
+
'413':
|
|
1296
|
+
$ref: '#/components/responses/413-response'
|
|
1297
|
+
'415':
|
|
1298
|
+
$ref: '#/components/responses/415-response'
|
|
1299
|
+
'500':
|
|
1300
|
+
$ref: '#/components/responses/500-response'
|
|
1301
|
+
/{siteId}/search/addtocart:
|
|
1302
|
+
post:
|
|
1303
|
+
tags:
|
|
1304
|
+
- Search
|
|
1305
|
+
summary: addtocart
|
|
1306
|
+
description: <i>/beacon/v2/{siteId}/search/addtocart</i><br><br>This event should be triggered when a shopper lands on a search results page where Athos Commerce search results are rendered, and adds a result to the cart via a `Quick Add to Cart` button. **If frontend `Quick Add to Cart` is not implemented, omit usage of this endpoint.**
|
|
1307
|
+
operationId: search-addtocart
|
|
1308
|
+
security:
|
|
1309
|
+
- {}
|
|
1310
|
+
parameters:
|
|
1311
|
+
- in: path
|
|
1312
|
+
name: siteId
|
|
1313
|
+
schema:
|
|
1314
|
+
type: string
|
|
1315
|
+
pattern: '[a-z0-9]{6}'
|
|
1316
|
+
required: true
|
|
1317
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
1318
|
+
requestBody:
|
|
1319
|
+
description: Results payload
|
|
1320
|
+
required: true
|
|
1321
|
+
content:
|
|
1322
|
+
text/plain:
|
|
1323
|
+
schema:
|
|
1324
|
+
title: Search Addtocart Schema
|
|
1325
|
+
$ref: '#/components/schemas/addtocartSchema'
|
|
1326
|
+
examples:
|
|
1327
|
+
addtocart example:
|
|
1328
|
+
$ref: '#/components/examples/examples_components-examples-addtocart'
|
|
1329
|
+
application/json:
|
|
1330
|
+
schema:
|
|
1331
|
+
title: Search Addtocart Schema
|
|
1332
|
+
$ref: '#/components/schemas/addtocartSchema'
|
|
1333
|
+
examples:
|
|
1334
|
+
addtocart example:
|
|
1335
|
+
$ref: '#/components/examples/examples_components-examples-addtocart'
|
|
1336
|
+
responses:
|
|
1337
|
+
'200':
|
|
1338
|
+
$ref: '#/components/responses/200-response'
|
|
1339
|
+
'400':
|
|
1340
|
+
$ref: '#/components/responses/400-response'
|
|
1341
|
+
'404':
|
|
1342
|
+
$ref: '#/components/responses/404-response'
|
|
1343
|
+
'405':
|
|
1344
|
+
$ref: '#/components/responses/405-response'
|
|
1345
|
+
'413':
|
|
1346
|
+
$ref: '#/components/responses/413-response'
|
|
1347
|
+
'415':
|
|
1348
|
+
$ref: '#/components/responses/415-response'
|
|
1349
|
+
'500':
|
|
1350
|
+
$ref: '#/components/responses/500-response'
|
|
1351
|
+
/{siteId}/search/clickthrough:
|
|
1352
|
+
post:
|
|
1353
|
+
tags:
|
|
1354
|
+
- Search
|
|
1355
|
+
summary: clickthrough
|
|
1356
|
+
description: <i>/beacon/v2/{siteId}/search/clickthrough</i><br><br>This event should be triggered when a shopper lands on a search results page, clicks on a Athos Commerce search result, and will be taken to the product detail page (PDP).
|
|
1357
|
+
operationId: search-clickthrough
|
|
1358
|
+
security:
|
|
1359
|
+
- {}
|
|
1360
|
+
parameters:
|
|
1361
|
+
- in: path
|
|
1362
|
+
name: siteId
|
|
1363
|
+
schema:
|
|
1364
|
+
type: string
|
|
1365
|
+
pattern: '[a-z0-9]{6}'
|
|
1366
|
+
required: true
|
|
1367
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
1368
|
+
requestBody:
|
|
1369
|
+
description: Results payload
|
|
1370
|
+
required: true
|
|
1371
|
+
content:
|
|
1372
|
+
text/plain:
|
|
1373
|
+
schema:
|
|
1374
|
+
title: Search Clickthrough Schema
|
|
1375
|
+
$ref: '#/components/schemas/clickthroughSchema'
|
|
1376
|
+
examples:
|
|
1377
|
+
results clickthrough example:
|
|
1378
|
+
$ref: '#/components/examples/examples-results-clickthrough'
|
|
1379
|
+
banners clickthrough example:
|
|
1380
|
+
$ref: '#/components/examples/banners-clickthrough'
|
|
1381
|
+
application/json:
|
|
1382
|
+
schema:
|
|
1383
|
+
title: Search Clickthrough Schema
|
|
1384
|
+
$ref: '#/components/schemas/clickthroughSchema'
|
|
1385
|
+
examples:
|
|
1386
|
+
results clickthrough example:
|
|
1387
|
+
$ref: '#/components/examples/examples-results-clickthrough'
|
|
1388
|
+
banners clickthrough example:
|
|
1389
|
+
$ref: '#/components/examples/banners-clickthrough'
|
|
1390
|
+
responses:
|
|
1391
|
+
'200':
|
|
1392
|
+
$ref: '#/components/responses/200-response'
|
|
1393
|
+
'400':
|
|
1394
|
+
$ref: '#/components/responses/400-response'
|
|
1395
|
+
'404':
|
|
1396
|
+
$ref: '#/components/responses/404-response'
|
|
1397
|
+
'405':
|
|
1398
|
+
$ref: '#/components/responses/405-response'
|
|
1399
|
+
'413':
|
|
1400
|
+
$ref: '#/components/responses/413-response'
|
|
1401
|
+
'415':
|
|
1402
|
+
$ref: '#/components/responses/415-response'
|
|
1403
|
+
'500':
|
|
1404
|
+
$ref: '#/components/responses/500-response'
|
|
1405
|
+
/{siteId}/search/impression:
|
|
1406
|
+
post:
|
|
1407
|
+
tags:
|
|
1408
|
+
- Search
|
|
1409
|
+
summary: impression
|
|
1410
|
+
description: <i>/beacon/v2/{siteId}/search/impression</i><br><br>This event should be triggered when a shopper lands on a search results page and Athos Commerce search results receive an impression.
|
|
1411
|
+
operationId: search-impression
|
|
1412
|
+
security:
|
|
1413
|
+
- {}
|
|
1414
|
+
parameters:
|
|
1415
|
+
- in: path
|
|
1416
|
+
name: siteId
|
|
1417
|
+
schema:
|
|
1418
|
+
type: string
|
|
1419
|
+
pattern: '[a-z0-9]{6}'
|
|
1420
|
+
required: true
|
|
1421
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
1422
|
+
requestBody:
|
|
1423
|
+
description: Results payload
|
|
1424
|
+
required: true
|
|
1425
|
+
content:
|
|
1426
|
+
text/plain:
|
|
1427
|
+
schema:
|
|
1428
|
+
title: Search Impression Schema
|
|
1429
|
+
$ref: '#/components/schemas/impressionSchema'
|
|
1430
|
+
examples:
|
|
1431
|
+
results and banners impression example:
|
|
1432
|
+
$ref: '#/components/examples/impression'
|
|
1433
|
+
results impression example:
|
|
1434
|
+
$ref: '#/components/examples/results-impression'
|
|
1435
|
+
banners impression example:
|
|
1436
|
+
$ref: '#/components/examples/banners-impression'
|
|
1437
|
+
application/json:
|
|
1438
|
+
schema:
|
|
1439
|
+
title: Search Impression Schema
|
|
1440
|
+
$ref: '#/components/schemas/impressionSchema'
|
|
1441
|
+
examples:
|
|
1442
|
+
results and banners impression example:
|
|
1443
|
+
$ref: '#/components/examples/impression'
|
|
1444
|
+
results impression example:
|
|
1445
|
+
$ref: '#/components/examples/results-impression'
|
|
1446
|
+
banners impression example:
|
|
1447
|
+
$ref: '#/components/examples/banners-impression'
|
|
1448
|
+
responses:
|
|
1449
|
+
'200':
|
|
1450
|
+
$ref: '#/components/responses/200-response'
|
|
1451
|
+
'400':
|
|
1452
|
+
$ref: '#/components/responses/400-response'
|
|
1453
|
+
'404':
|
|
1454
|
+
$ref: '#/components/responses/404-response'
|
|
1455
|
+
'405':
|
|
1456
|
+
$ref: '#/components/responses/405-response'
|
|
1457
|
+
'413':
|
|
1458
|
+
$ref: '#/components/responses/413-response'
|
|
1459
|
+
'415':
|
|
1460
|
+
$ref: '#/components/responses/415-response'
|
|
1461
|
+
'500':
|
|
1462
|
+
$ref: '#/components/responses/500-response'
|
|
1463
|
+
/{siteId}/search/redirect:
|
|
1464
|
+
post:
|
|
1465
|
+
tags:
|
|
1466
|
+
- Search
|
|
1467
|
+
summary: redirect
|
|
1468
|
+
description: <i>/beacon/v2/{siteId}/search/redirect</i><br><br>This event should be triggered after a shopper lands on a search results page where Athos Commerce search results are rendered, but a redirect URL is returned in the Search API response and the shopper is redirected to the returned redirect URL.
|
|
1469
|
+
operationId: search-redirect
|
|
1470
|
+
security:
|
|
1471
|
+
- {}
|
|
1472
|
+
parameters:
|
|
1473
|
+
- in: path
|
|
1474
|
+
name: siteId
|
|
1475
|
+
schema:
|
|
1476
|
+
type: string
|
|
1477
|
+
pattern: '[a-z0-9]{6}'
|
|
1478
|
+
required: true
|
|
1479
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
1480
|
+
requestBody:
|
|
1481
|
+
description: Results payload
|
|
1482
|
+
required: true
|
|
1483
|
+
content:
|
|
1484
|
+
text/plain:
|
|
1485
|
+
schema:
|
|
1486
|
+
title: Search Redirect Schema
|
|
1487
|
+
$ref: '#/components/schemas/redirectSchema'
|
|
1488
|
+
examples:
|
|
1489
|
+
redirect example:
|
|
1490
|
+
$ref: '#/components/examples/examples-redirect'
|
|
1491
|
+
application/json:
|
|
1492
|
+
schema:
|
|
1493
|
+
title: Search Redirect Schema
|
|
1494
|
+
$ref: '#/components/schemas/redirectSchema'
|
|
1495
|
+
examples:
|
|
1496
|
+
redirect example:
|
|
1497
|
+
$ref: '#/components/examples/examples-redirect'
|
|
1498
|
+
responses:
|
|
1499
|
+
'200':
|
|
1500
|
+
$ref: '#/components/responses/200-response'
|
|
1501
|
+
'400':
|
|
1502
|
+
$ref: '#/components/responses/400-response'
|
|
1503
|
+
'404':
|
|
1504
|
+
$ref: '#/components/responses/404-response'
|
|
1505
|
+
'405':
|
|
1506
|
+
$ref: '#/components/responses/405-response'
|
|
1507
|
+
'413':
|
|
1508
|
+
$ref: '#/components/responses/413-response'
|
|
1509
|
+
'415':
|
|
1510
|
+
$ref: '#/components/responses/415-response'
|
|
1511
|
+
'500':
|
|
1512
|
+
$ref: '#/components/responses/500-response'
|
|
1513
|
+
/{siteId}/search/render:
|
|
1514
|
+
post:
|
|
1515
|
+
tags:
|
|
1516
|
+
- Search
|
|
1517
|
+
summary: render
|
|
1518
|
+
description: <i>/beacon/v2/{siteId}/search/render</i><br><br>This event should be triggered when a shopper lands on a search results page and Athos Commerce search results are rendered.
|
|
1519
|
+
operationId: search-render
|
|
1520
|
+
security:
|
|
1521
|
+
- {}
|
|
1522
|
+
parameters:
|
|
1523
|
+
- in: path
|
|
1524
|
+
name: siteId
|
|
1525
|
+
schema:
|
|
1526
|
+
type: string
|
|
1527
|
+
pattern: '[a-z0-9]{6}'
|
|
1528
|
+
required: true
|
|
1529
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
1530
|
+
requestBody:
|
|
1531
|
+
description: Results payload
|
|
1532
|
+
required: true
|
|
1533
|
+
content:
|
|
1534
|
+
text/plain:
|
|
1535
|
+
schema:
|
|
1536
|
+
title: Search Render Schema
|
|
1537
|
+
$ref: '#/components/schemas/renderSchema'
|
|
1538
|
+
examples:
|
|
1539
|
+
render example:
|
|
1540
|
+
$ref: '#/components/examples/examples_components-examples-render'
|
|
1541
|
+
application/json:
|
|
1542
|
+
schema:
|
|
1543
|
+
title: Search Render Schema
|
|
1544
|
+
$ref: '#/components/schemas/renderSchema'
|
|
1545
|
+
examples:
|
|
1546
|
+
render example:
|
|
1547
|
+
$ref: '#/components/examples/examples_components-examples-render'
|
|
1548
|
+
responses:
|
|
1549
|
+
'200':
|
|
1550
|
+
$ref: '#/components/responses/200-response'
|
|
1551
|
+
'400':
|
|
1552
|
+
$ref: '#/components/responses/400-response'
|
|
1553
|
+
'404':
|
|
1554
|
+
$ref: '#/components/responses/404-response'
|
|
1555
|
+
'405':
|
|
1556
|
+
$ref: '#/components/responses/405-response'
|
|
1557
|
+
'413':
|
|
1558
|
+
$ref: '#/components/responses/413-response'
|
|
1559
|
+
'415':
|
|
1560
|
+
$ref: '#/components/responses/415-response'
|
|
1561
|
+
'500':
|
|
1562
|
+
$ref: '#/components/responses/500-response'
|
|
1563
|
+
/{siteId}/sms/clickthrough:
|
|
1564
|
+
post:
|
|
1565
|
+
tags:
|
|
1566
|
+
- Messaging Recommendations
|
|
1567
|
+
summary: sms/clickthrough
|
|
1568
|
+
description: <i>/beacon/v2/{siteId}/messaging/sms/clickthrough</i><br><br>This event tracks when a shopper clicks through a SMS recommendation section in an SMS text and is navigated to the website.
|
|
1569
|
+
operationId: messaging-sms-clickthrough
|
|
1570
|
+
security:
|
|
1571
|
+
- {}
|
|
1572
|
+
parameters:
|
|
1573
|
+
- in: path
|
|
1574
|
+
name: siteId
|
|
1575
|
+
schema:
|
|
1576
|
+
type: string
|
|
1577
|
+
pattern: '[a-z0-9]{6}'
|
|
1578
|
+
required: true
|
|
1579
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
1580
|
+
requestBody:
|
|
1581
|
+
description: Messaging recommendations payload
|
|
1582
|
+
required: true
|
|
1583
|
+
content:
|
|
1584
|
+
text/plain:
|
|
1585
|
+
schema:
|
|
1586
|
+
$ref: '#/components/schemas/messaging.schema'
|
|
1587
|
+
examples:
|
|
1588
|
+
clickthrough example:
|
|
1589
|
+
$ref: '#/components/examples/messaging'
|
|
1590
|
+
application/json:
|
|
1591
|
+
schema:
|
|
1592
|
+
$ref: '#/components/schemas/messaging.schema'
|
|
1593
|
+
examples:
|
|
1594
|
+
clickthrough example:
|
|
1595
|
+
$ref: '#/components/examples/messaging'
|
|
1596
|
+
responses:
|
|
1597
|
+
'200':
|
|
1598
|
+
$ref: '#/components/responses/200-response'
|
|
1599
|
+
'400':
|
|
1600
|
+
$ref: '#/components/responses/400-response'
|
|
1601
|
+
'404':
|
|
1602
|
+
$ref: '#/components/responses/404-response'
|
|
1603
|
+
'405':
|
|
1604
|
+
$ref: '#/components/responses/405-response'
|
|
1605
|
+
'413':
|
|
1606
|
+
$ref: '#/components/responses/413-response'
|
|
1607
|
+
'415':
|
|
1608
|
+
$ref: '#/components/responses/415-response'
|
|
1609
|
+
'500':
|
|
1610
|
+
$ref: '#/components/responses/500-response'
|
|
1611
|
+
/{siteId}/sms/render:
|
|
1612
|
+
post:
|
|
1613
|
+
tags:
|
|
1614
|
+
- Messaging Recommendations
|
|
1615
|
+
summary: sms/render
|
|
1616
|
+
description: <i>/beacon/v2/{siteId}/messaging/sms/render</i><br><br>This event tracks the rendering of an SMS recommendation section in an SMS text.
|
|
1617
|
+
operationId: messaging-sms-render
|
|
1618
|
+
security:
|
|
1619
|
+
- {}
|
|
1620
|
+
parameters:
|
|
1621
|
+
- in: path
|
|
1622
|
+
name: siteId
|
|
1623
|
+
schema:
|
|
1624
|
+
type: string
|
|
1625
|
+
pattern: '[a-z0-9]{6}'
|
|
1626
|
+
required: true
|
|
1627
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
1628
|
+
requestBody:
|
|
1629
|
+
description: Messaging recommendations payload
|
|
1630
|
+
required: true
|
|
1631
|
+
content:
|
|
1632
|
+
text/plain:
|
|
1633
|
+
schema:
|
|
1634
|
+
$ref: '#/components/schemas/messaging.schema'
|
|
1635
|
+
examples:
|
|
1636
|
+
render example:
|
|
1637
|
+
$ref: '#/components/examples/messaging'
|
|
1638
|
+
application/json:
|
|
1639
|
+
schema:
|
|
1640
|
+
$ref: '#/components/schemas/messaging.schema'
|
|
1641
|
+
examples:
|
|
1642
|
+
render example:
|
|
1643
|
+
$ref: '#/components/examples/messaging'
|
|
1644
|
+
responses:
|
|
1645
|
+
'200':
|
|
1646
|
+
$ref: '#/components/responses/200-response'
|
|
1647
|
+
'400':
|
|
1648
|
+
$ref: '#/components/responses/400-response'
|
|
1649
|
+
'404':
|
|
1650
|
+
$ref: '#/components/responses/404-response'
|
|
1651
|
+
'405':
|
|
1652
|
+
$ref: '#/components/responses/405-response'
|
|
1653
|
+
'413':
|
|
1654
|
+
$ref: '#/components/responses/413-response'
|
|
1655
|
+
'415':
|
|
1656
|
+
$ref: '#/components/responses/415-response'
|
|
1657
|
+
'500':
|
|
1658
|
+
$ref: '#/components/responses/500-response'
|
|
1659
|
+
/{siteId}/shopper/login:
|
|
1660
|
+
post:
|
|
1661
|
+
tags:
|
|
1662
|
+
- Shopper
|
|
1663
|
+
summary: login
|
|
1664
|
+
description: <i>/beacon/v2/{siteId}/shopper/login</i><br><br>Shopper successfully logs into their account.
|
|
1665
|
+
operationId: login
|
|
1666
|
+
security:
|
|
1667
|
+
- {}
|
|
1668
|
+
parameters:
|
|
1669
|
+
- in: path
|
|
1670
|
+
name: siteId
|
|
1671
|
+
schema:
|
|
1672
|
+
type: string
|
|
1673
|
+
pattern: '[a-z0-9]{6}'
|
|
1674
|
+
required: true
|
|
1675
|
+
description: Customer siteId found in the Athos Console or Athos Management Console
|
|
1676
|
+
requestBody:
|
|
1677
|
+
description: Results payload
|
|
1678
|
+
required: true
|
|
1679
|
+
content:
|
|
1680
|
+
text/plain:
|
|
1681
|
+
schema:
|
|
1682
|
+
title: Shopper Login Schema
|
|
1683
|
+
type: object
|
|
1684
|
+
required:
|
|
1685
|
+
- context
|
|
1686
|
+
properties:
|
|
1687
|
+
context:
|
|
1688
|
+
$ref: '#/components/schemas/shopper.context'
|
|
1689
|
+
examples:
|
|
1690
|
+
shopper login example:
|
|
1691
|
+
$ref: '#/components/examples/login'
|
|
1692
|
+
application/json:
|
|
1693
|
+
schema:
|
|
1694
|
+
title: Shopper Login Schema
|
|
1695
|
+
type: object
|
|
1696
|
+
required:
|
|
1697
|
+
- context
|
|
1698
|
+
properties:
|
|
1699
|
+
context:
|
|
1700
|
+
$ref: '#/components/schemas/shopper.context'
|
|
1701
|
+
examples:
|
|
1702
|
+
shopper login example:
|
|
1703
|
+
$ref: '#/components/examples/login'
|
|
1704
|
+
responses:
|
|
1705
|
+
'200':
|
|
1706
|
+
$ref: '#/components/responses/200-response'
|
|
1707
|
+
'400':
|
|
1708
|
+
$ref: '#/components/responses/400-response'
|
|
1709
|
+
'404':
|
|
1710
|
+
$ref: '#/components/responses/404-response'
|
|
1711
|
+
'405':
|
|
1712
|
+
$ref: '#/components/responses/405-response'
|
|
1713
|
+
'413':
|
|
1714
|
+
$ref: '#/components/responses/413-response'
|
|
1715
|
+
'415':
|
|
1716
|
+
$ref: '#/components/responses/415-response'
|
|
1717
|
+
'500':
|
|
1718
|
+
$ref: '#/components/responses/500-response'
|
|
1719
|
+
components:
|
|
1720
|
+
schemas:
|
|
1721
|
+
IP:
|
|
1722
|
+
description: Shoppers IP address. Accepts IPv4 and IPv6 formats. Recommended this is passed for accuracy. If not, will attempt to default to the "x-forwarded-for" or the Remote Address.
|
|
1723
|
+
type: string
|
|
1724
|
+
userAgent:
|
|
1725
|
+
description: Shoppers UserAgent. Recommended this is passed for accuracy. If not, will attempt to default to "user-agent" request header.
|
|
1726
|
+
type: string
|
|
1727
|
+
timestamp:
|
|
1728
|
+
description: RFC3339 formatted timestamp represents time of event
|
|
1729
|
+
type: string
|
|
1730
|
+
pageUrl:
|
|
1731
|
+
description: Current page `window.location.href` value
|
|
1732
|
+
type: string
|
|
1733
|
+
userId:
|
|
1734
|
+
description: Unique identifier for the customer (usually a UUID)
|
|
1735
|
+
type: string
|
|
1736
|
+
sessionId:
|
|
1737
|
+
description: Unique identifier for the customer's current session - should expire after store visit (usually a UUID)
|
|
1738
|
+
type: string
|
|
1739
|
+
pageLoadId:
|
|
1740
|
+
description: Unique identifier that represents a unique page load. Used to tie multiple events made on a single page together.
|
|
1741
|
+
type: string
|
|
1742
|
+
shopperId:
|
|
1743
|
+
description: Unique identifier for the customer's product personalization - it is typically a user id or email and should be sent if the user is authenticated on the storefront. If the shopper has already logged in this is required.
|
|
1744
|
+
type: string
|
|
1745
|
+
initiator:
|
|
1746
|
+
description: Application identifier that initiated the event
|
|
1747
|
+
type: string
|
|
1748
|
+
attribution.type:
|
|
1749
|
+
type: string
|
|
1750
|
+
attribution.id:
|
|
1751
|
+
type: string
|
|
1752
|
+
attribution:
|
|
1753
|
+
type: array
|
|
1754
|
+
description: Provides attribution details on product landing pages - it is currently only used for email recommendations
|
|
1755
|
+
items:
|
|
1756
|
+
type: object
|
|
1757
|
+
required:
|
|
1758
|
+
- type
|
|
1759
|
+
- id
|
|
1760
|
+
properties:
|
|
1761
|
+
type:
|
|
1762
|
+
$ref: '#/components/schemas/attribution.type'
|
|
1763
|
+
id:
|
|
1764
|
+
$ref: '#/components/schemas/attribution.id'
|
|
1765
|
+
currency.code:
|
|
1766
|
+
type: string
|
|
1767
|
+
description: currency code in [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html#:~:text=The%20first%20two%20letters%20of,and%20the%20D%20for%20dollar.) format
|
|
1768
|
+
currency:
|
|
1769
|
+
type: object
|
|
1770
|
+
description: Active currency type on the site
|
|
1771
|
+
properties:
|
|
1772
|
+
code:
|
|
1773
|
+
$ref: '#/components/schemas/currency.code'
|
|
1774
|
+
dev:
|
|
1775
|
+
type: boolean
|
|
1776
|
+
description: Developer mode flag. If set to `true`, the event data will not populate in reporting
|
|
1777
|
+
context:
|
|
1778
|
+
type: object
|
|
1779
|
+
description: Contextual data about the event
|
|
1780
|
+
required:
|
|
1781
|
+
- timestamp
|
|
1782
|
+
- pageUrl
|
|
1783
|
+
- userId
|
|
1784
|
+
- sessionId
|
|
1785
|
+
- pageLoadId
|
|
1786
|
+
- initiator
|
|
1787
|
+
properties:
|
|
1788
|
+
IP:
|
|
1789
|
+
$ref: '#/components/schemas/IP'
|
|
1790
|
+
userAgent:
|
|
1791
|
+
$ref: '#/components/schemas/userAgent'
|
|
1792
|
+
timestamp:
|
|
1793
|
+
$ref: '#/components/schemas/timestamp'
|
|
1794
|
+
pageUrl:
|
|
1795
|
+
$ref: '#/components/schemas/pageUrl'
|
|
1796
|
+
userId:
|
|
1797
|
+
$ref: '#/components/schemas/userId'
|
|
1798
|
+
sessionId:
|
|
1799
|
+
$ref: '#/components/schemas/sessionId'
|
|
1800
|
+
pageLoadId:
|
|
1801
|
+
$ref: '#/components/schemas/pageLoadId'
|
|
1802
|
+
shopperId:
|
|
1803
|
+
$ref: '#/components/schemas/shopperId'
|
|
1804
|
+
initiator:
|
|
1805
|
+
$ref: '#/components/schemas/initiator'
|
|
1806
|
+
attribution:
|
|
1807
|
+
$ref: '#/components/schemas/attribution'
|
|
1808
|
+
currency:
|
|
1809
|
+
$ref: '#/components/schemas/currency'
|
|
1810
|
+
dev:
|
|
1811
|
+
$ref: '#/components/schemas/dev'
|
|
1812
|
+
responseId:
|
|
1813
|
+
type: string
|
|
1814
|
+
description: Unique ID returned in each API response
|
|
1815
|
+
parentId:
|
|
1816
|
+
description: Unique product identifier of the parent product interacted with
|
|
1817
|
+
type: string
|
|
1818
|
+
uid:
|
|
1819
|
+
description: Unique product identifier of the product interacted with
|
|
1820
|
+
type: string
|
|
1821
|
+
sku:
|
|
1822
|
+
description: SKU of the product interacted with
|
|
1823
|
+
type: string
|
|
1824
|
+
qty:
|
|
1825
|
+
description: Quantity of the item
|
|
1826
|
+
type: number
|
|
1827
|
+
format: integer
|
|
1828
|
+
price:
|
|
1829
|
+
description: Price of individual item
|
|
1830
|
+
type: number
|
|
1831
|
+
format: float
|
|
1832
|
+
product:
|
|
1833
|
+
type: object
|
|
1834
|
+
description: Product details
|
|
1835
|
+
required:
|
|
1836
|
+
- parentId
|
|
1837
|
+
- uid
|
|
1838
|
+
- qty
|
|
1839
|
+
- price
|
|
1840
|
+
properties:
|
|
1841
|
+
parentId:
|
|
1842
|
+
$ref: '#/components/schemas/parentId'
|
|
1843
|
+
uid:
|
|
1844
|
+
$ref: '#/components/schemas/uid'
|
|
1845
|
+
sku:
|
|
1846
|
+
$ref: '#/components/schemas/sku'
|
|
1847
|
+
qty:
|
|
1848
|
+
$ref: '#/components/schemas/qty'
|
|
1849
|
+
price:
|
|
1850
|
+
$ref: '#/components/schemas/price'
|
|
1851
|
+
addtocartSchema:
|
|
1852
|
+
type: object
|
|
1853
|
+
required:
|
|
1854
|
+
- context
|
|
1855
|
+
- data
|
|
1856
|
+
properties:
|
|
1857
|
+
context:
|
|
1858
|
+
$ref: '#/components/schemas/context'
|
|
1859
|
+
data:
|
|
1860
|
+
type: object
|
|
1861
|
+
description: Event details
|
|
1862
|
+
required:
|
|
1863
|
+
- responseId
|
|
1864
|
+
- results
|
|
1865
|
+
properties:
|
|
1866
|
+
responseId:
|
|
1867
|
+
$ref: '#/components/schemas/responseId'
|
|
1868
|
+
results:
|
|
1869
|
+
type: array
|
|
1870
|
+
description: Products added to the cart
|
|
1871
|
+
items:
|
|
1872
|
+
$ref: '#/components/schemas/product'
|
|
1873
|
+
error-response-body:
|
|
1874
|
+
type: object
|
|
1875
|
+
properties:
|
|
1876
|
+
success:
|
|
1877
|
+
type: boolean
|
|
1878
|
+
description: Data sent but not received due to an error
|
|
1879
|
+
error:
|
|
1880
|
+
type: string
|
|
1881
|
+
description: Cause of error
|
|
1882
|
+
messages:
|
|
1883
|
+
type: array
|
|
1884
|
+
description: Cause of failure(s)
|
|
1885
|
+
items:
|
|
1886
|
+
type: string
|
|
1887
|
+
result.product.type:
|
|
1888
|
+
description: Defines the type of item tracked.
|
|
1889
|
+
type: string
|
|
1890
|
+
enum:
|
|
1891
|
+
- product
|
|
1892
|
+
- banner
|
|
1893
|
+
result.product:
|
|
1894
|
+
title: Product Result
|
|
1895
|
+
type: object
|
|
1896
|
+
description: Describes a tracked result.
|
|
1897
|
+
required:
|
|
1898
|
+
- type
|
|
1899
|
+
- parentId
|
|
1900
|
+
- uid
|
|
1901
|
+
properties:
|
|
1902
|
+
type:
|
|
1903
|
+
$ref: '#/components/schemas/result.product.type'
|
|
1904
|
+
parentId:
|
|
1905
|
+
$ref: '#/components/schemas/parentId'
|
|
1906
|
+
uid:
|
|
1907
|
+
$ref: '#/components/schemas/uid'
|
|
1908
|
+
sku:
|
|
1909
|
+
$ref: '#/components/schemas/sku'
|
|
1910
|
+
result.resultBanner:
|
|
1911
|
+
title: Product Result Banner
|
|
1912
|
+
type: object
|
|
1913
|
+
description: Describes a tracked inline banner.
|
|
1914
|
+
required:
|
|
1915
|
+
- type
|
|
1916
|
+
- uid
|
|
1917
|
+
properties:
|
|
1918
|
+
type:
|
|
1919
|
+
$ref: '#/components/schemas/result.product.type'
|
|
1920
|
+
uid:
|
|
1921
|
+
$ref: '#/components/schemas/uid'
|
|
1922
|
+
clickthrough.results:
|
|
1923
|
+
type: array
|
|
1924
|
+
description: List of tracked result(s). Can be a result that is either a product or a banner.
|
|
1925
|
+
items:
|
|
1926
|
+
minimum: 1
|
|
1927
|
+
maximum: 1
|
|
1928
|
+
oneOf:
|
|
1929
|
+
- $ref: '#/components/schemas/result.product'
|
|
1930
|
+
- $ref: '#/components/schemas/result.resultBanner'
|
|
1931
|
+
clickthrough.banners:
|
|
1932
|
+
type: array
|
|
1933
|
+
description: List of banners UID's returned in the API response. An empty array will indicate zero banners were returned in the API response.
|
|
1934
|
+
items:
|
|
1935
|
+
type: object
|
|
1936
|
+
minimum: 1
|
|
1937
|
+
maximum: 1
|
|
1938
|
+
required:
|
|
1939
|
+
- uid
|
|
1940
|
+
properties:
|
|
1941
|
+
uid:
|
|
1942
|
+
type: string
|
|
1943
|
+
description: Unique identifier of the banner
|
|
1944
|
+
clickthroughSchema:
|
|
1945
|
+
type: object
|
|
1946
|
+
required:
|
|
1947
|
+
- context
|
|
1948
|
+
- data
|
|
1949
|
+
properties:
|
|
1950
|
+
context:
|
|
1951
|
+
$ref: '#/components/schemas/context'
|
|
1952
|
+
data:
|
|
1953
|
+
type: object
|
|
1954
|
+
description: Event details
|
|
1955
|
+
oneOf:
|
|
1956
|
+
- title: Clickthrough Results Schema
|
|
1957
|
+
required:
|
|
1958
|
+
- responseId
|
|
1959
|
+
- results
|
|
1960
|
+
properties:
|
|
1961
|
+
responseId:
|
|
1962
|
+
$ref: '#/components/schemas/responseId'
|
|
1963
|
+
results:
|
|
1964
|
+
$ref: '#/components/schemas/clickthrough.results'
|
|
1965
|
+
- title: Clickthrough Banners Schema
|
|
1966
|
+
required:
|
|
1967
|
+
- responseId
|
|
1968
|
+
- banners
|
|
1969
|
+
properties:
|
|
1970
|
+
responseId:
|
|
1971
|
+
$ref: '#/components/schemas/responseId'
|
|
1972
|
+
banners:
|
|
1973
|
+
$ref: '#/components/schemas/clickthrough.banners'
|
|
1974
|
+
results:
|
|
1975
|
+
type: array
|
|
1976
|
+
description: List of tracked result(s). An empty array will indicate zero results were returned in the API response.
|
|
1977
|
+
items:
|
|
1978
|
+
oneOf:
|
|
1979
|
+
- $ref: '#/components/schemas/result.product'
|
|
1980
|
+
- $ref: '#/components/schemas/result.resultBanner'
|
|
1981
|
+
banners:
|
|
1982
|
+
type: array
|
|
1983
|
+
description: List of banners UID's returned in the API response. An empty array will indicate zero banners were returned in the API response.
|
|
1984
|
+
items:
|
|
1985
|
+
type: object
|
|
1986
|
+
required:
|
|
1987
|
+
- uid
|
|
1988
|
+
properties:
|
|
1989
|
+
uid:
|
|
1990
|
+
type: string
|
|
1991
|
+
description: Unique identifier of the banner
|
|
1992
|
+
impressionSchema:
|
|
1993
|
+
type: object
|
|
1994
|
+
required:
|
|
1995
|
+
- context
|
|
1996
|
+
- data
|
|
1997
|
+
properties:
|
|
1998
|
+
context:
|
|
1999
|
+
$ref: '#/components/schemas/context'
|
|
2000
|
+
data:
|
|
2001
|
+
type: object
|
|
2002
|
+
description: Event details
|
|
2003
|
+
required:
|
|
2004
|
+
- responseId
|
|
2005
|
+
- results
|
|
2006
|
+
- banners
|
|
2007
|
+
properties:
|
|
2008
|
+
responseId:
|
|
2009
|
+
$ref: '#/components/schemas/responseId'
|
|
2010
|
+
results:
|
|
2011
|
+
$ref: '#/components/schemas/results'
|
|
2012
|
+
banners:
|
|
2013
|
+
$ref: '#/components/schemas/banners'
|
|
2014
|
+
redirect:
|
|
2015
|
+
type: string
|
|
2016
|
+
description: Redirect URL returned as `merchandising.redirect` from Search API if a configured redirect is triggered.
|
|
2017
|
+
redirectSchema:
|
|
2018
|
+
type: object
|
|
2019
|
+
required:
|
|
2020
|
+
- context
|
|
2021
|
+
- data
|
|
2022
|
+
properties:
|
|
2023
|
+
context:
|
|
2024
|
+
$ref: '#/components/schemas/context'
|
|
2025
|
+
data:
|
|
2026
|
+
type: object
|
|
2027
|
+
description: Event details
|
|
2028
|
+
required:
|
|
2029
|
+
- redirect
|
|
2030
|
+
- responseId
|
|
2031
|
+
properties:
|
|
2032
|
+
redirect:
|
|
2033
|
+
$ref: '#/components/schemas/redirect'
|
|
2034
|
+
responseId:
|
|
2035
|
+
$ref: '#/components/schemas/responseId'
|
|
2036
|
+
renderSchema:
|
|
2037
|
+
type: object
|
|
2038
|
+
required:
|
|
2039
|
+
- context
|
|
2040
|
+
- data
|
|
2041
|
+
properties:
|
|
2042
|
+
context:
|
|
2043
|
+
$ref: '#/components/schemas/context'
|
|
2044
|
+
data:
|
|
2045
|
+
type: object
|
|
2046
|
+
description: Event details
|
|
2047
|
+
required:
|
|
2048
|
+
- responseId
|
|
2049
|
+
properties:
|
|
2050
|
+
responseId:
|
|
2051
|
+
$ref: '#/components/schemas/responseId'
|
|
2052
|
+
cartSchema:
|
|
2053
|
+
type: object
|
|
2054
|
+
required:
|
|
2055
|
+
- context
|
|
2056
|
+
- data
|
|
2057
|
+
properties:
|
|
2058
|
+
context:
|
|
2059
|
+
$ref: '#/components/schemas/context'
|
|
2060
|
+
data:
|
|
2061
|
+
type: object
|
|
2062
|
+
description: Event details
|
|
2063
|
+
required:
|
|
2064
|
+
- results
|
|
2065
|
+
- cart
|
|
2066
|
+
properties:
|
|
2067
|
+
results:
|
|
2068
|
+
type: array
|
|
2069
|
+
description: Product(s) that modified the cart
|
|
2070
|
+
minimum: 1
|
|
2071
|
+
items:
|
|
2072
|
+
$ref: '#/components/schemas/product'
|
|
2073
|
+
cart:
|
|
2074
|
+
type: array
|
|
2075
|
+
description: Updated current cart products
|
|
2076
|
+
items:
|
|
2077
|
+
$ref: '#/components/schemas/product'
|
|
2078
|
+
messaging.schema:
|
|
2079
|
+
title: Messaging Schema
|
|
2080
|
+
type: object
|
|
2081
|
+
required:
|
|
2082
|
+
- context
|
|
2083
|
+
- data
|
|
2084
|
+
properties:
|
|
2085
|
+
context:
|
|
2086
|
+
type: object
|
|
2087
|
+
description: Contextual data about the event
|
|
2088
|
+
required:
|
|
2089
|
+
- userId
|
|
2090
|
+
- timestamp
|
|
2091
|
+
properties:
|
|
2092
|
+
userId:
|
|
2093
|
+
description: The unique identifier of the user
|
|
2094
|
+
type: string
|
|
2095
|
+
timestamp:
|
|
2096
|
+
description: RFC3339 formatted timestamp represents time of event
|
|
2097
|
+
type: string
|
|
2098
|
+
dev:
|
|
2099
|
+
description: Developer mode flag. If set to `true`, the event data will not populate in reporting
|
|
2100
|
+
type: boolean
|
|
2101
|
+
data:
|
|
2102
|
+
type: object
|
|
2103
|
+
description: Event details
|
|
2104
|
+
required:
|
|
2105
|
+
- uid
|
|
2106
|
+
- tag
|
|
2107
|
+
properties:
|
|
2108
|
+
uid:
|
|
2109
|
+
type: string
|
|
2110
|
+
description: The unique identifier of the recommendation profile
|
|
2111
|
+
tag:
|
|
2112
|
+
type: string
|
|
2113
|
+
description: Tag of the messaging recommendation profile the shopper interacted with
|
|
2114
|
+
personalization.log.context:
|
|
2115
|
+
type: object
|
|
2116
|
+
required:
|
|
2117
|
+
- timestamp
|
|
2118
|
+
properties:
|
|
2119
|
+
timestamp:
|
|
2120
|
+
$ref: '#/components/schemas/timestamp'
|
|
2121
|
+
dev:
|
|
2122
|
+
$ref: '#/components/schemas/dev'
|
|
2123
|
+
message:
|
|
2124
|
+
description: Error message
|
|
2125
|
+
type: string
|
|
2126
|
+
stack:
|
|
2127
|
+
description: Stack trace of the error
|
|
2128
|
+
type: string
|
|
2129
|
+
details:
|
|
2130
|
+
description: Additional optional error details
|
|
2131
|
+
type: object
|
|
2132
|
+
personalization.logSchema:
|
|
2133
|
+
type: object
|
|
2134
|
+
required:
|
|
2135
|
+
- context
|
|
2136
|
+
- data
|
|
2137
|
+
properties:
|
|
2138
|
+
context:
|
|
2139
|
+
$ref: '#/components/schemas/personalization.log.context'
|
|
2140
|
+
data:
|
|
2141
|
+
type: object
|
|
2142
|
+
description: Log data about the event
|
|
2143
|
+
properties:
|
|
2144
|
+
message:
|
|
2145
|
+
$ref: '#/components/schemas/message'
|
|
2146
|
+
stack:
|
|
2147
|
+
$ref: '#/components/schemas/stack'
|
|
2148
|
+
details:
|
|
2149
|
+
$ref: '#/components/schemas/details'
|
|
2150
|
+
logSchema:
|
|
2151
|
+
type: object
|
|
2152
|
+
required:
|
|
2153
|
+
- context
|
|
2154
|
+
- data
|
|
2155
|
+
properties:
|
|
2156
|
+
context:
|
|
2157
|
+
$ref: '#/components/schemas/context'
|
|
2158
|
+
data:
|
|
2159
|
+
type: object
|
|
2160
|
+
description: Log data about the event
|
|
2161
|
+
required:
|
|
2162
|
+
- message
|
|
2163
|
+
properties:
|
|
2164
|
+
message:
|
|
2165
|
+
$ref: '#/components/schemas/message'
|
|
2166
|
+
stack:
|
|
2167
|
+
$ref: '#/components/schemas/stack'
|
|
2168
|
+
details:
|
|
2169
|
+
$ref: '#/components/schemas/details'
|
|
2170
|
+
profile.tag:
|
|
2171
|
+
type: string
|
|
2172
|
+
description: Tag of the personalized recommendation profile the shopper interacted with
|
|
2173
|
+
recommendations.addtocartSchema:
|
|
2174
|
+
type: object
|
|
2175
|
+
required:
|
|
2176
|
+
- context
|
|
2177
|
+
- data
|
|
2178
|
+
properties:
|
|
2179
|
+
context:
|
|
2180
|
+
$ref: '#/components/schemas/context'
|
|
2181
|
+
data:
|
|
2182
|
+
type: object
|
|
2183
|
+
description: Event details
|
|
2184
|
+
required:
|
|
2185
|
+
- responseId
|
|
2186
|
+
- results
|
|
2187
|
+
- tag
|
|
2188
|
+
properties:
|
|
2189
|
+
responseId:
|
|
2190
|
+
$ref: '#/components/schemas/responseId'
|
|
2191
|
+
tag:
|
|
2192
|
+
$ref: '#/components/schemas/profile.tag'
|
|
2193
|
+
results:
|
|
2194
|
+
type: array
|
|
2195
|
+
description: Products added to the cart
|
|
2196
|
+
items:
|
|
2197
|
+
$ref: '#/components/schemas/product'
|
|
2198
|
+
recommendations.clickthroughSchema:
|
|
2199
|
+
type: object
|
|
2200
|
+
required:
|
|
2201
|
+
- context
|
|
2202
|
+
- data
|
|
2203
|
+
properties:
|
|
2204
|
+
context:
|
|
2205
|
+
$ref: '#/components/schemas/context'
|
|
2206
|
+
data:
|
|
2207
|
+
type: object
|
|
2208
|
+
description: Event details
|
|
2209
|
+
oneOf:
|
|
2210
|
+
- title: Clickthrough Results Schema
|
|
2211
|
+
required:
|
|
2212
|
+
- tag
|
|
2213
|
+
- responseId
|
|
2214
|
+
- results
|
|
2215
|
+
properties:
|
|
2216
|
+
tag:
|
|
2217
|
+
$ref: '#/components/schemas/profile.tag'
|
|
2218
|
+
responseId:
|
|
2219
|
+
$ref: '#/components/schemas/responseId'
|
|
2220
|
+
results:
|
|
2221
|
+
$ref: '#/components/schemas/clickthrough.results'
|
|
2222
|
+
- title: Clickthrough Banners Schema
|
|
2223
|
+
required:
|
|
2224
|
+
- tag
|
|
2225
|
+
- responseId
|
|
2226
|
+
- banners
|
|
2227
|
+
properties:
|
|
2228
|
+
tag:
|
|
2229
|
+
$ref: '#/components/schemas/profile.tag'
|
|
2230
|
+
responseId:
|
|
2231
|
+
$ref: '#/components/schemas/responseId'
|
|
2232
|
+
banners:
|
|
2233
|
+
$ref: '#/components/schemas/clickthrough.banners'
|
|
2234
|
+
recommendations.impressionSchema:
|
|
2235
|
+
type: object
|
|
2236
|
+
required:
|
|
2237
|
+
- context
|
|
2238
|
+
- data
|
|
2239
|
+
properties:
|
|
2240
|
+
context:
|
|
2241
|
+
$ref: '#/components/schemas/context'
|
|
2242
|
+
data:
|
|
2243
|
+
type: object
|
|
2244
|
+
description: Event details
|
|
2245
|
+
required:
|
|
2246
|
+
- tag
|
|
2247
|
+
- responseId
|
|
2248
|
+
- banners
|
|
2249
|
+
properties:
|
|
2250
|
+
tag:
|
|
2251
|
+
$ref: '#/components/schemas/profile.tag'
|
|
2252
|
+
responseId:
|
|
2253
|
+
$ref: '#/components/schemas/responseId'
|
|
2254
|
+
results:
|
|
2255
|
+
$ref: '#/components/schemas/results'
|
|
2256
|
+
banners:
|
|
2257
|
+
$ref: '#/components/schemas/banners'
|
|
2258
|
+
recommendations.renderSchema:
|
|
2259
|
+
type: object
|
|
2260
|
+
required:
|
|
2261
|
+
- context
|
|
2262
|
+
- data
|
|
2263
|
+
properties:
|
|
2264
|
+
context:
|
|
2265
|
+
$ref: '#/components/schemas/context'
|
|
2266
|
+
data:
|
|
2267
|
+
type: object
|
|
2268
|
+
description: Event details
|
|
2269
|
+
required:
|
|
2270
|
+
- responseId
|
|
2271
|
+
- tag
|
|
2272
|
+
properties:
|
|
2273
|
+
tag:
|
|
2274
|
+
type: string
|
|
2275
|
+
$ref: '#/components/schemas/profile.tag'
|
|
2276
|
+
responseId:
|
|
2277
|
+
$ref: '#/components/schemas/responseId'
|
|
2278
|
+
shopper.context:
|
|
2279
|
+
type: object
|
|
2280
|
+
description: Contextual data about the shopper event
|
|
2281
|
+
required:
|
|
2282
|
+
- timestamp
|
|
2283
|
+
- pageUrl
|
|
2284
|
+
- userId
|
|
2285
|
+
- sessionId
|
|
2286
|
+
- pageLoadId
|
|
2287
|
+
- shopperId
|
|
2288
|
+
- initiator
|
|
2289
|
+
properties:
|
|
2290
|
+
IP:
|
|
2291
|
+
$ref: '#/components/schemas/IP'
|
|
2292
|
+
userAgent:
|
|
2293
|
+
$ref: '#/components/schemas/userAgent'
|
|
2294
|
+
timestamp:
|
|
2295
|
+
$ref: '#/components/schemas/timestamp'
|
|
2296
|
+
pageUrl:
|
|
2297
|
+
$ref: '#/components/schemas/pageUrl'
|
|
2298
|
+
userId:
|
|
2299
|
+
$ref: '#/components/schemas/userId'
|
|
2300
|
+
sessionId:
|
|
2301
|
+
$ref: '#/components/schemas/sessionId'
|
|
2302
|
+
pageLoadId:
|
|
2303
|
+
$ref: '#/components/schemas/pageLoadId'
|
|
2304
|
+
shopperId:
|
|
2305
|
+
$ref: '#/components/schemas/shopperId'
|
|
2306
|
+
initiator:
|
|
2307
|
+
$ref: '#/components/schemas/initiator'
|
|
2308
|
+
attribution:
|
|
2309
|
+
$ref: '#/components/schemas/attribution'
|
|
2310
|
+
currency:
|
|
2311
|
+
$ref: '#/components/schemas/currency'
|
|
2312
|
+
dev:
|
|
2313
|
+
$ref: '#/components/schemas/dev'
|
|
2314
|
+
examples:
|
|
2315
|
+
addtocart:
|
|
2316
|
+
value:
|
|
2317
|
+
context:
|
|
2318
|
+
IP: 89.76.6.25
|
|
2319
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2320
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2321
|
+
pageUrl: https://bocachica.searchspring.com/collections/shop?q=shirt&view=products
|
|
2322
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2323
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2324
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2325
|
+
shopperId: user123456
|
|
2326
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2327
|
+
currency:
|
|
2328
|
+
code: USD
|
|
2329
|
+
data:
|
|
2330
|
+
responseId: a907d0ad-720a-4666-b046-00c0c28fb78d
|
|
2331
|
+
results:
|
|
2332
|
+
- uid: '8128331907370'
|
|
2333
|
+
parentId: '8128331900000'
|
|
2334
|
+
qty: 1
|
|
2335
|
+
price: 22
|
|
2336
|
+
results-clickthrough:
|
|
2337
|
+
value:
|
|
2338
|
+
context:
|
|
2339
|
+
IP: 89.76.6.25
|
|
2340
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2341
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2342
|
+
pageUrl: https://bocachica.searchspring.com/collections/shop?q=shirt&view=products
|
|
2343
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2344
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2345
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2346
|
+
shopperId: user123456
|
|
2347
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2348
|
+
currency:
|
|
2349
|
+
code: USD
|
|
2350
|
+
data:
|
|
2351
|
+
responseId: a907d0ad-720a-4666-b046-00c0c28fb78d
|
|
2352
|
+
results:
|
|
2353
|
+
- type: product
|
|
2354
|
+
parentId: '8128331900000'
|
|
2355
|
+
uid: '8128331907370'
|
|
2356
|
+
banners-clickthrough:
|
|
2357
|
+
value:
|
|
2358
|
+
context:
|
|
2359
|
+
IP: 89.76.6.25
|
|
2360
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2361
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2362
|
+
pageUrl: https://bocachica.searchspring.com/collections/shop?q=shirt&view=products
|
|
2363
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2364
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2365
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2366
|
+
shopperId: user123456
|
|
2367
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2368
|
+
currency:
|
|
2369
|
+
code: USD
|
|
2370
|
+
data:
|
|
2371
|
+
responseId: a907d0ad-720a-4666-b046-00c0c28fb78d
|
|
2372
|
+
banners:
|
|
2373
|
+
- uid: '8128168755498'
|
|
2374
|
+
impression:
|
|
2375
|
+
value:
|
|
2376
|
+
context:
|
|
2377
|
+
IP: 89.76.6.25
|
|
2378
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2379
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2380
|
+
pageUrl: https://bocachica.searchspring.com/collections/shop?q=shirt&view=products
|
|
2381
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2382
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2383
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2384
|
+
shopperId: user123456
|
|
2385
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2386
|
+
currency:
|
|
2387
|
+
code: USD
|
|
2388
|
+
data:
|
|
2389
|
+
responseId: a907d0ad-720a-4666-b046-00c0c28fb78d
|
|
2390
|
+
results:
|
|
2391
|
+
- type: product
|
|
2392
|
+
parentId: '8128331911111'
|
|
2393
|
+
uid: '8128331907370'
|
|
2394
|
+
- type: product
|
|
2395
|
+
parentId: '8128331922222'
|
|
2396
|
+
uid: '8128021070122'
|
|
2397
|
+
- type: product
|
|
2398
|
+
parentId: '8128331933333'
|
|
2399
|
+
uid: '8127879741738'
|
|
2400
|
+
- type: product
|
|
2401
|
+
parentId: '8128331944444'
|
|
2402
|
+
uid: '8128173736234'
|
|
2403
|
+
banners:
|
|
2404
|
+
- uid: '8128168755498'
|
|
2405
|
+
results-impression:
|
|
2406
|
+
value:
|
|
2407
|
+
context:
|
|
2408
|
+
IP: 89.76.6.25
|
|
2409
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2410
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2411
|
+
pageUrl: https://bocachica.searchspring.com/collections/shop?q=shirt&view=products
|
|
2412
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2413
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2414
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2415
|
+
shopperId: user123456
|
|
2416
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2417
|
+
currency:
|
|
2418
|
+
code: USD
|
|
2419
|
+
data:
|
|
2420
|
+
responseId: a907d0ad-720a-4666-b046-00c0c28fb78d
|
|
2421
|
+
results:
|
|
2422
|
+
- type: product
|
|
2423
|
+
parentId: '8128331911111'
|
|
2424
|
+
uid: '8128331907370'
|
|
2425
|
+
- type: product
|
|
2426
|
+
parentId: '8128331922222'
|
|
2427
|
+
uid: '8128021070122'
|
|
2428
|
+
- type: product
|
|
2429
|
+
parentId: '8128331933333'
|
|
2430
|
+
uid: '8127879741738'
|
|
2431
|
+
- type: product
|
|
2432
|
+
parentId: '8128331944444'
|
|
2433
|
+
uid: '8128173736234'
|
|
2434
|
+
banners: []
|
|
2435
|
+
banners-impression:
|
|
2436
|
+
value:
|
|
2437
|
+
context:
|
|
2438
|
+
IP: 89.76.6.25
|
|
2439
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2440
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2441
|
+
pageUrl: https://bocachica.searchspring.com/collections/shop?q=shirt&view=products
|
|
2442
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2443
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2444
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2445
|
+
shopperId: user123456
|
|
2446
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2447
|
+
currency:
|
|
2448
|
+
code: USD
|
|
2449
|
+
data:
|
|
2450
|
+
responseId: a907d0ad-720a-4666-b046-00c0c28fb78d
|
|
2451
|
+
results: []
|
|
2452
|
+
banners:
|
|
2453
|
+
- uid: '8128168755498'
|
|
2454
|
+
redirect:
|
|
2455
|
+
value:
|
|
2456
|
+
context:
|
|
2457
|
+
IP: 89.76.6.25
|
|
2458
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2459
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2460
|
+
pageUrl: https://bocachica.searchspring.com/collections/shop?q=shirt&view=products
|
|
2461
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2462
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2463
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2464
|
+
shopperId: user123456
|
|
2465
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2466
|
+
currency:
|
|
2467
|
+
code: USD
|
|
2468
|
+
data:
|
|
2469
|
+
redirect: https://bocachica.searchspring.com/collections/all-shirts
|
|
2470
|
+
responseId: a907d0ad-720a-4666-b046-00c0c28fb78d
|
|
2471
|
+
render:
|
|
2472
|
+
value:
|
|
2473
|
+
context:
|
|
2474
|
+
IP: 89.76.6.25
|
|
2475
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2476
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2477
|
+
pageUrl: https://bocachica.searchspring.com/collections/shop?q=shirt&view=products
|
|
2478
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2479
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2480
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2481
|
+
shopperId: user123456
|
|
2482
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2483
|
+
currency:
|
|
2484
|
+
code: USD
|
|
2485
|
+
data:
|
|
2486
|
+
responseId: a907d0ad-720a-4666-b046-00c0c28fb78d
|
|
2487
|
+
add:
|
|
2488
|
+
value:
|
|
2489
|
+
context:
|
|
2490
|
+
IP: 7309:1fdb:e0d5:7632:7f2a:c269:7519:991b
|
|
2491
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2492
|
+
timestamp: '2024-06-11T17:47:04.075876Z'
|
|
2493
|
+
pageUrl: https://bocachica.searchspring.com/cart
|
|
2494
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2495
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2496
|
+
pageLoadId: 41f87850-c33b-4222-952a-f17db729ea31
|
|
2497
|
+
shopperId: user123456
|
|
2498
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2499
|
+
currency:
|
|
2500
|
+
code: USD
|
|
2501
|
+
data:
|
|
2502
|
+
results:
|
|
2503
|
+
- parentId: '0987611111'
|
|
2504
|
+
uid: '0987654321'
|
|
2505
|
+
qty: 1
|
|
2506
|
+
price: 39
|
|
2507
|
+
cart:
|
|
2508
|
+
- parentId: '0987622222'
|
|
2509
|
+
uid: '0987654321'
|
|
2510
|
+
qty: 1
|
|
2511
|
+
price: 39
|
|
2512
|
+
- parentId: '0987633333'
|
|
2513
|
+
uid: '0987654321'
|
|
2514
|
+
qty: 1
|
|
2515
|
+
price: 39
|
|
2516
|
+
remove:
|
|
2517
|
+
value:
|
|
2518
|
+
context:
|
|
2519
|
+
IP: 7309:1fdb:e0d5:7632:7f2a:c269:7519:991b
|
|
2520
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2521
|
+
timestamp: '2024-06-11T17:47:04.075876Z'
|
|
2522
|
+
pageUrl: https://bocachica.searchspring.com/cart
|
|
2523
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2524
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2525
|
+
pageLoadId: 41f87850-c33b-4222-952a-f17db729ea31
|
|
2526
|
+
shopperId: user123456
|
|
2527
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2528
|
+
currency:
|
|
2529
|
+
code: USD
|
|
2530
|
+
data:
|
|
2531
|
+
results:
|
|
2532
|
+
- parentId: '0987633333'
|
|
2533
|
+
uid: '0987654321'
|
|
2534
|
+
qty: 1
|
|
2535
|
+
price: 39
|
|
2536
|
+
cart:
|
|
2537
|
+
- parentId: '0987622222'
|
|
2538
|
+
uid: '0987654321'
|
|
2539
|
+
qty: 1
|
|
2540
|
+
price: 39
|
|
2541
|
+
examples-addtocart:
|
|
2542
|
+
value:
|
|
2543
|
+
context:
|
|
2544
|
+
IP: 89.76.6.25
|
|
2545
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2546
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2547
|
+
pageUrl: https://bocachica.searchspring.com/collections/shop?q=shirt&view=products
|
|
2548
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2549
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2550
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2551
|
+
shopperId: user123456
|
|
2552
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2553
|
+
currency:
|
|
2554
|
+
code: USD
|
|
2555
|
+
data:
|
|
2556
|
+
responseId: 650f3e4e-1f4b-4c3a-8c3e-0d6f3e4e1f4b
|
|
2557
|
+
results:
|
|
2558
|
+
- parentId: '8128331911111'
|
|
2559
|
+
uid: '8128331907370'
|
|
2560
|
+
qty: 1
|
|
2561
|
+
price: 22
|
|
2562
|
+
examples-results-clickthrough:
|
|
2563
|
+
value:
|
|
2564
|
+
context:
|
|
2565
|
+
IP: 89.76.6.25
|
|
2566
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2567
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2568
|
+
pageUrl: https://bocachica.searchspring.com/collections/shop?q=shirt&view=products
|
|
2569
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2570
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2571
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2572
|
+
shopperId: user123456
|
|
2573
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2574
|
+
currency:
|
|
2575
|
+
code: USD
|
|
2576
|
+
data:
|
|
2577
|
+
responseId: a907d0ad-720a-4666-b046-00c0c28fb78d
|
|
2578
|
+
results:
|
|
2579
|
+
- type: product
|
|
2580
|
+
parentId: '8128331911111'
|
|
2581
|
+
uid: '8128331907370'
|
|
2582
|
+
examples-render:
|
|
2583
|
+
value:
|
|
2584
|
+
context:
|
|
2585
|
+
IP: 89.76.6.25
|
|
2586
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2587
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2588
|
+
pageUrl: https://bocachica.searchspring.com/collections/womens
|
|
2589
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2590
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2591
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2592
|
+
shopperId: user123456
|
|
2593
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2594
|
+
currency:
|
|
2595
|
+
code: USD
|
|
2596
|
+
data:
|
|
2597
|
+
responseId: 650f3e4e-1f4b-4c3a-8c3e-0d6f3e4e1f4b
|
|
2598
|
+
messaging:
|
|
2599
|
+
value:
|
|
2600
|
+
context:
|
|
2601
|
+
userId: '1234'
|
|
2602
|
+
timestamp: '2024-06-11T17:47:04.075876Z'
|
|
2603
|
+
dev: true
|
|
2604
|
+
data:
|
|
2605
|
+
uid: '1234'
|
|
2606
|
+
tag: profile tag
|
|
2607
|
+
personalization:
|
|
2608
|
+
value:
|
|
2609
|
+
context:
|
|
2610
|
+
timestamp: '2024-06-11T17:47:04.075876Z'
|
|
2611
|
+
dev: true
|
|
2612
|
+
data:
|
|
2613
|
+
message: q8q4eu is calling the rec service, but is not enabled for recommendations
|
|
2614
|
+
stack: stack_trace
|
|
2615
|
+
details:
|
|
2616
|
+
object:
|
|
2617
|
+
string: a string
|
|
2618
|
+
int: 1
|
|
2619
|
+
float: 1.1
|
|
2620
|
+
array:
|
|
2621
|
+
- '1'
|
|
2622
|
+
- '2'
|
|
2623
|
+
string: another string
|
|
2624
|
+
int: 2
|
|
2625
|
+
float: 1.1
|
|
2626
|
+
shopifypixel:
|
|
2627
|
+
value:
|
|
2628
|
+
context:
|
|
2629
|
+
IP: 7309:1fdb:e0d5:7632:7f2a:c269:7519:991b
|
|
2630
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2631
|
+
timestamp: '2024-06-11T17:47:04.075876Z'
|
|
2632
|
+
pageUrl: https://www.bocachica.searchspring.com/login
|
|
2633
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2634
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2635
|
+
pageLoadId: 41f87850-c33b-4222-952a-f17db729ea31
|
|
2636
|
+
shopperId: user123456
|
|
2637
|
+
initiator: athoscommerce/snap/preact/0.49.1
|
|
2638
|
+
attribution:
|
|
2639
|
+
- type: test
|
|
2640
|
+
id: '1234567890'
|
|
2641
|
+
currency:
|
|
2642
|
+
code: USD
|
|
2643
|
+
data:
|
|
2644
|
+
message: q8q4eu is calling the rec service, but is not enabled for recommendations
|
|
2645
|
+
stack: stack_trace
|
|
2646
|
+
details:
|
|
2647
|
+
object:
|
|
2648
|
+
string: a string
|
|
2649
|
+
int: 1
|
|
2650
|
+
float: 1.1
|
|
2651
|
+
array:
|
|
2652
|
+
- '1'
|
|
2653
|
+
- '2'
|
|
2654
|
+
string: another string
|
|
2655
|
+
int: 2
|
|
2656
|
+
float: 1.1
|
|
2657
|
+
snap:
|
|
2658
|
+
value:
|
|
2659
|
+
context:
|
|
2660
|
+
IP: 7309:1fdb:e0d5:7632:7f2a:c269:7519:991b
|
|
2661
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2662
|
+
timestamp: '2024-06-11T17:47:04.075876Z'
|
|
2663
|
+
pageUrl: https://www.bocachica.searchspring.com/login
|
|
2664
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2665
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2666
|
+
pageLoadId: 41f87850-c33b-4222-952a-f17db729ea31
|
|
2667
|
+
shopperId: user123456
|
|
2668
|
+
initiator: athoscommerce/snap/preact/0.49.1
|
|
2669
|
+
attribution:
|
|
2670
|
+
- type: test
|
|
2671
|
+
id: '1234567890'
|
|
2672
|
+
currency:
|
|
2673
|
+
code: USD
|
|
2674
|
+
data:
|
|
2675
|
+
message: q8q4eu is calling the rec service, but is not enabled for recommendations
|
|
2676
|
+
stack: stack_trace
|
|
2677
|
+
details:
|
|
2678
|
+
object:
|
|
2679
|
+
string: a string
|
|
2680
|
+
int: 1
|
|
2681
|
+
float: 1.1
|
|
2682
|
+
array:
|
|
2683
|
+
- '1'
|
|
2684
|
+
- '2'
|
|
2685
|
+
string: another string
|
|
2686
|
+
int: 2
|
|
2687
|
+
float: 1.1
|
|
2688
|
+
transaction:
|
|
2689
|
+
value:
|
|
2690
|
+
context:
|
|
2691
|
+
IP: 7309:1fdb:e0d5:7632:7f2a:c269:7519:991b
|
|
2692
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2693
|
+
timestamp: '2024-06-11T17:47:04.075876Z'
|
|
2694
|
+
pageUrl: https://bocachica.searchspring.com/order/confirmation
|
|
2695
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2696
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2697
|
+
pageLoadId: 41f87850-c33b-4222-952a-f17db729ea31
|
|
2698
|
+
shopperId: user123456
|
|
2699
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2700
|
+
currency:
|
|
2701
|
+
code: USD
|
|
2702
|
+
data:
|
|
2703
|
+
orderId: order1337
|
|
2704
|
+
transactionTotal: 75
|
|
2705
|
+
total: 100
|
|
2706
|
+
vat: 0.2
|
|
2707
|
+
city: San Antonio
|
|
2708
|
+
country: United States
|
|
2709
|
+
state: Texas
|
|
2710
|
+
results:
|
|
2711
|
+
- parentId: '1234511111'
|
|
2712
|
+
uid: '1234567890'
|
|
2713
|
+
qty: 1
|
|
2714
|
+
price: 22
|
|
2715
|
+
- parentId: '1234522222'
|
|
2716
|
+
uid: '0987654321'
|
|
2717
|
+
qty: 2
|
|
2718
|
+
price: 39
|
|
2719
|
+
view:
|
|
2720
|
+
value:
|
|
2721
|
+
context:
|
|
2722
|
+
IP: 7309:1fdb:e0d5:7632:7f2a:c269:7519:991b
|
|
2723
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2724
|
+
timestamp: '2024-06-11T17:47:04.075876Z'
|
|
2725
|
+
pageUrl: https://bocachica.searchspring.com/collections/mens/products/adventure-shorts-pitch-black
|
|
2726
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2727
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2728
|
+
pageLoadId: 41f87850-c33b-4222-952a-f17db729ea31
|
|
2729
|
+
shopperId: user123456
|
|
2730
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2731
|
+
currency:
|
|
2732
|
+
code: USD
|
|
2733
|
+
data:
|
|
2734
|
+
result:
|
|
2735
|
+
parentId: '1234511111'
|
|
2736
|
+
uid: '1234567890'
|
|
2737
|
+
components-examples-addtocart:
|
|
2738
|
+
value:
|
|
2739
|
+
context:
|
|
2740
|
+
IP: 7309:1fdb:e0d5:7632:7f2a:c269:7519:991b
|
|
2741
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2742
|
+
timestamp: '2024-06-11T17:47:04.075876Z'
|
|
2743
|
+
pageUrl: https://bocachica.searchspring.com/collections/mens/products/adventure-shorts-pitch-black
|
|
2744
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2745
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2746
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2747
|
+
shopperId: user123456
|
|
2748
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2749
|
+
attribution:
|
|
2750
|
+
- type: email
|
|
2751
|
+
id: '1234567890'
|
|
2752
|
+
currency:
|
|
2753
|
+
code: USD
|
|
2754
|
+
data:
|
|
2755
|
+
responseId: 42c2dc64-d203-4d74-8122-515f26afb253
|
|
2756
|
+
tag: similar
|
|
2757
|
+
results:
|
|
2758
|
+
- parentId: '8128331911111'
|
|
2759
|
+
uid: '8128331907370'
|
|
2760
|
+
qty: 1
|
|
2761
|
+
price: 49.99
|
|
2762
|
+
components-examples-results-clickthrough:
|
|
2763
|
+
value:
|
|
2764
|
+
context:
|
|
2765
|
+
IP: 89.76.6.25
|
|
2766
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2767
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2768
|
+
pageUrl: https://bocachica.searchspring.com/collections/shop?q=shirt&view=products
|
|
2769
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2770
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2771
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2772
|
+
shopperId: user123456
|
|
2773
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2774
|
+
currency:
|
|
2775
|
+
code: USD
|
|
2776
|
+
data:
|
|
2777
|
+
responseId: a907d0ad-720a-4666-b046-00c0c28fb78d
|
|
2778
|
+
tag: similar
|
|
2779
|
+
results:
|
|
2780
|
+
- type: product
|
|
2781
|
+
parentId: '8128331911111'
|
|
2782
|
+
uid: '8128331907370'
|
|
2783
|
+
examples-banners-clickthrough:
|
|
2784
|
+
value:
|
|
2785
|
+
context:
|
|
2786
|
+
IP: 89.76.6.25
|
|
2787
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2788
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2789
|
+
pageUrl: https://bocachica.searchspring.com/collections/shop?q=shirt&view=products
|
|
2790
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2791
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2792
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2793
|
+
shopperId: user123456
|
|
2794
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2795
|
+
currency:
|
|
2796
|
+
code: USD
|
|
2797
|
+
data:
|
|
2798
|
+
responseId: a907d0ad-720a-4666-b046-00c0c28fb78d
|
|
2799
|
+
tag: similar
|
|
2800
|
+
banners:
|
|
2801
|
+
- uid: '8128168755498'
|
|
2802
|
+
examples-impression:
|
|
2803
|
+
value:
|
|
2804
|
+
context:
|
|
2805
|
+
IP: 7309:1fdb:e0d5:7632:7f2a:c269:7519:991b
|
|
2806
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2807
|
+
timestamp: '2024-06-11T17:47:04.075876Z'
|
|
2808
|
+
pageUrl: https://bocachica.searchspring.com/collections/mens/products/adventure-shorts-pitch-black
|
|
2809
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2810
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2811
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2812
|
+
shopperId: user123456
|
|
2813
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2814
|
+
attribution:
|
|
2815
|
+
- type: email
|
|
2816
|
+
id: '1234567890'
|
|
2817
|
+
currency:
|
|
2818
|
+
code: USD
|
|
2819
|
+
data:
|
|
2820
|
+
responseId: 42c2dc64-d203-4d74-8122-515f26afb253
|
|
2821
|
+
tag: similar
|
|
2822
|
+
results:
|
|
2823
|
+
- type: product
|
|
2824
|
+
parentId: '8128331911111'
|
|
2825
|
+
uid: '8128331907370'
|
|
2826
|
+
- type: product
|
|
2827
|
+
parentId: '8128331922222'
|
|
2828
|
+
uid: '8128021070122'
|
|
2829
|
+
- type: product
|
|
2830
|
+
parentId: '8128331933333'
|
|
2831
|
+
uid: '8127879741738'
|
|
2832
|
+
- type: product
|
|
2833
|
+
parentId: '8128331944444'
|
|
2834
|
+
uid: '8128173736234'
|
|
2835
|
+
- type: product
|
|
2836
|
+
parentId: '8128331955555'
|
|
2837
|
+
uid: '8128273711402'
|
|
2838
|
+
- type: product
|
|
2839
|
+
parentId: '8128331966666'
|
|
2840
|
+
uid: '8128028737834'
|
|
2841
|
+
banners:
|
|
2842
|
+
- uid: '8128168755498'
|
|
2843
|
+
examples-results-impression:
|
|
2844
|
+
value:
|
|
2845
|
+
context:
|
|
2846
|
+
IP: 7309:1fdb:e0d5:7632:7f2a:c269:7519:991b
|
|
2847
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2848
|
+
timestamp: '2024-06-11T17:47:04.075876Z'
|
|
2849
|
+
pageUrl: https://bocachica.searchspring.com/collections/mens/products/adventure-shorts-pitch-black
|
|
2850
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2851
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2852
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2853
|
+
shopperId: user123456
|
|
2854
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2855
|
+
attribution:
|
|
2856
|
+
- type: email
|
|
2857
|
+
id: '1234567890'
|
|
2858
|
+
currency:
|
|
2859
|
+
code: USD
|
|
2860
|
+
data:
|
|
2861
|
+
responseId: 42c2dc64-d203-4d74-8122-515f26afb253
|
|
2862
|
+
tag: similar
|
|
2863
|
+
results:
|
|
2864
|
+
- type: product
|
|
2865
|
+
parentId: '8128331911111'
|
|
2866
|
+
uid: '8128331907370'
|
|
2867
|
+
- type: product
|
|
2868
|
+
parentId: '8128331922222'
|
|
2869
|
+
uid: '8128021070122'
|
|
2870
|
+
- type: product
|
|
2871
|
+
parentId: '8128331933333'
|
|
2872
|
+
uid: '8127879741738'
|
|
2873
|
+
- type: product
|
|
2874
|
+
parentId: '8128331944444'
|
|
2875
|
+
uid: '8128173736234'
|
|
2876
|
+
- type: product
|
|
2877
|
+
parentId: '8128331955555'
|
|
2878
|
+
uid: '8128273711402'
|
|
2879
|
+
- type: product
|
|
2880
|
+
parentId: '8128331966666'
|
|
2881
|
+
uid: '8128028737834'
|
|
2882
|
+
banners: []
|
|
2883
|
+
examples-banners-impression:
|
|
2884
|
+
value:
|
|
2885
|
+
context:
|
|
2886
|
+
IP: 7309:1fdb:e0d5:7632:7f2a:c269:7519:991b
|
|
2887
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2888
|
+
timestamp: '2024-06-11T17:47:04.075876Z'
|
|
2889
|
+
pageUrl: https://bocachica.searchspring.com/collections/mens/products/adventure-shorts-pitch-black
|
|
2890
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2891
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2892
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2893
|
+
shopperId: user123456
|
|
2894
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2895
|
+
attribution:
|
|
2896
|
+
- type: email
|
|
2897
|
+
id: '1234567890'
|
|
2898
|
+
currency:
|
|
2899
|
+
code: USD
|
|
2900
|
+
data:
|
|
2901
|
+
responseId: 42c2dc64-d203-4d74-8122-515f26afb253
|
|
2902
|
+
tag: similar
|
|
2903
|
+
results: []
|
|
2904
|
+
banners:
|
|
2905
|
+
- uid: '8128168755498'
|
|
2906
|
+
components-examples-render:
|
|
2907
|
+
value:
|
|
2908
|
+
context:
|
|
2909
|
+
IP: 7309:1fdb:e0d5:7632:7f2a:c269:7519:991b
|
|
2910
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2911
|
+
timestamp: '2024-06-11T17:47:04.075876Z'
|
|
2912
|
+
pageUrl: https://bocachica.searchspring.com/collections/mens/products/adventure-shorts-pitch-black
|
|
2913
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2914
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2915
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2916
|
+
shopperId: user123456
|
|
2917
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2918
|
+
attribution:
|
|
2919
|
+
- type: email
|
|
2920
|
+
id: '1234567890'
|
|
2921
|
+
currency:
|
|
2922
|
+
code: USD
|
|
2923
|
+
data:
|
|
2924
|
+
tag: similar
|
|
2925
|
+
responseId: 42c2dc64-d203-4d74-8122-515f26afb253
|
|
2926
|
+
examples_components-examples-addtocart:
|
|
2927
|
+
value:
|
|
2928
|
+
context:
|
|
2929
|
+
IP: 89.76.6.25
|
|
2930
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2931
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2932
|
+
pageUrl: https://bocachica.searchspring.com/collections/shop?q=shirt&view=products
|
|
2933
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2934
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2935
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2936
|
+
shopperId: user123456
|
|
2937
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2938
|
+
currency:
|
|
2939
|
+
code: USD
|
|
2940
|
+
data:
|
|
2941
|
+
responseId: 0217acd9-540c-48f3-bd6d-e23128e99fa8
|
|
2942
|
+
results:
|
|
2943
|
+
- parentId: '8128331911111'
|
|
2944
|
+
uid: '8128331907370'
|
|
2945
|
+
qty: 1
|
|
2946
|
+
price: 29.99
|
|
2947
|
+
examples-redirect:
|
|
2948
|
+
value:
|
|
2949
|
+
context:
|
|
2950
|
+
IP: 89.76.6.25
|
|
2951
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2952
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2953
|
+
pageUrl: https://bocachica.searchspring.com/collections/shop?q=shirt&view=products
|
|
2954
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2955
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2956
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2957
|
+
shopperId: user123456
|
|
2958
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2959
|
+
currency:
|
|
2960
|
+
code: USD
|
|
2961
|
+
data:
|
|
2962
|
+
redirect: https://bocachica.searchspring.com/collections/all-shirts
|
|
2963
|
+
responseId: 0217acd9-540c-48f3-bd6d-e23128e99fa8
|
|
2964
|
+
examples_components-examples-render:
|
|
2965
|
+
value:
|
|
2966
|
+
context:
|
|
2967
|
+
IP: 89.76.6.25
|
|
2968
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2969
|
+
timestamp: '2006-01-02T15:04:05Z'
|
|
2970
|
+
pageUrl: https://bocachica.searchspring.com/collections/shop?q=shirt&view=products
|
|
2971
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2972
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2973
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2974
|
+
shopperId: user123456
|
|
2975
|
+
initiator: searchspring/snap/preact/0.49.1
|
|
2976
|
+
currency:
|
|
2977
|
+
code: USD
|
|
2978
|
+
data:
|
|
2979
|
+
responseId: 0217acd9-540c-48f3-bd6d-e23128e99fa8
|
|
2980
|
+
login:
|
|
2981
|
+
value:
|
|
2982
|
+
context:
|
|
2983
|
+
IP: 7309:1fdb:e0d5:7632:7f2a:c269:7519:991b
|
|
2984
|
+
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
|
|
2985
|
+
timestamp: '2024-06-11T17:47:04.075876Z'
|
|
2986
|
+
pageUrl: https://bocachica.searchspring.com/login
|
|
2987
|
+
userId: 41f87850-65f5-4546-851c-f166109e57b9
|
|
2988
|
+
sessionId: 1c311c14-c33b-4222-952a-f17db729ea31
|
|
2989
|
+
pageLoadId: 080d179f-0034-4278-8d3c-dfba71c9b897
|
|
2990
|
+
shopperId: user123456
|
|
2991
|
+
initiator: athoscommerce/snap/preact/0.49.1
|
|
2992
|
+
currency:
|
|
2993
|
+
code: USD
|
|
2994
|
+
responses:
|
|
2995
|
+
200-response:
|
|
2996
|
+
description: OK
|
|
2997
|
+
content:
|
|
2998
|
+
application/json:
|
|
2999
|
+
schema:
|
|
3000
|
+
type: object
|
|
3001
|
+
properties:
|
|
3002
|
+
success:
|
|
3003
|
+
type: boolean
|
|
3004
|
+
description: Data sent and received
|
|
3005
|
+
example:
|
|
3006
|
+
success: true
|
|
3007
|
+
400-response:
|
|
3008
|
+
description: Bad request
|
|
3009
|
+
content:
|
|
3010
|
+
application/json:
|
|
3011
|
+
schema:
|
|
3012
|
+
anyOf:
|
|
3013
|
+
- title: Validation error without `data` field
|
|
3014
|
+
$ref: '#/components/schemas/error-response-body'
|
|
3015
|
+
- title: Validation error with `data` field
|
|
3016
|
+
type: object
|
|
3017
|
+
properties:
|
|
3018
|
+
success:
|
|
3019
|
+
type: boolean
|
|
3020
|
+
description: Data sent but not received due to an error
|
|
3021
|
+
error:
|
|
3022
|
+
type: string
|
|
3023
|
+
description: Cause of error
|
|
3024
|
+
messages:
|
|
3025
|
+
type: array
|
|
3026
|
+
description: Cause of failure(s)
|
|
3027
|
+
items:
|
|
3028
|
+
type: string
|
|
3029
|
+
data:
|
|
3030
|
+
type: string
|
|
3031
|
+
description: Data sent where an error is identified
|
|
3032
|
+
examples:
|
|
3033
|
+
Missing JSON POST body:
|
|
3034
|
+
value:
|
|
3035
|
+
success: false
|
|
3036
|
+
error: ValidationError
|
|
3037
|
+
messages:
|
|
3038
|
+
- missing JSON POST body
|
|
3039
|
+
Invalid JSON POST body:
|
|
3040
|
+
value:
|
|
3041
|
+
success: false
|
|
3042
|
+
error: ValidationError
|
|
3043
|
+
messages:
|
|
3044
|
+
- invalid JSON POST body
|
|
3045
|
+
Missing required key-value:
|
|
3046
|
+
value:
|
|
3047
|
+
success: false
|
|
3048
|
+
error: ValidationError
|
|
3049
|
+
messages:
|
|
3050
|
+
- 'missing required key-value: context.timestamp'
|
|
3051
|
+
data: |-
|
|
3052
|
+
{
|
|
3053
|
+
"context": { /* varies by endpoint */},
|
|
3054
|
+
"data": { */varies by endoint */ }
|
|
3055
|
+
Invalid format:
|
|
3056
|
+
value:
|
|
3057
|
+
success: false
|
|
3058
|
+
error: ValidationError
|
|
3059
|
+
messages:
|
|
3060
|
+
- 'invalid context.ssTimestamp format: expected RFC3339'
|
|
3061
|
+
data: |-
|
|
3062
|
+
{
|
|
3063
|
+
"context": { /* varies by endpoint */},
|
|
3064
|
+
"data": { */varies by endoint */ }
|
|
3065
|
+
Invalid data type:
|
|
3066
|
+
value:
|
|
3067
|
+
success: false
|
|
3068
|
+
error: ValidationError
|
|
3069
|
+
messages:
|
|
3070
|
+
- 'invalid data type passed for key: `"data.results.uid"` (at position 1541)'
|
|
3071
|
+
data: |-
|
|
3072
|
+
{
|
|
3073
|
+
"context": { /* varies by endpoint */},
|
|
3074
|
+
"data": { */varies by endoint */ }
|
|
3075
|
+
Invalid value received:
|
|
3076
|
+
value:
|
|
3077
|
+
success: false
|
|
3078
|
+
error: ValidationError
|
|
3079
|
+
messages:
|
|
3080
|
+
- invalid value received for required key `data.sort.direction` - accepts `asc,desc`
|
|
3081
|
+
data: |-
|
|
3082
|
+
{
|
|
3083
|
+
"context": { /* varies by endpoint */},
|
|
3084
|
+
"data": { */varies by endoint */ }
|
|
3085
|
+
Invalid minimum value passed:
|
|
3086
|
+
value:
|
|
3087
|
+
success: false
|
|
3088
|
+
error: ValidationError
|
|
3089
|
+
messages:
|
|
3090
|
+
- invalid minimum value passed for key `context.currency.code` - expected length `3`
|
|
3091
|
+
data: |-
|
|
3092
|
+
{
|
|
3093
|
+
"context": { /* varies by endpoint */},
|
|
3094
|
+
"data": { */varies by endoint */ }
|
|
3095
|
+
Invalid maximum value passed:
|
|
3096
|
+
value:
|
|
3097
|
+
success: false
|
|
3098
|
+
error: ValidationError
|
|
3099
|
+
messages:
|
|
3100
|
+
- invalid maximum value passed for key `context.currency.code` - expected length `3`
|
|
3101
|
+
data: |-
|
|
3102
|
+
{
|
|
3103
|
+
"context": { /* varies by endpoint */},
|
|
3104
|
+
"data": { */varies by endoint */ }
|
|
3105
|
+
If array is defined must not be empty:
|
|
3106
|
+
value:
|
|
3107
|
+
success: false
|
|
3108
|
+
error: ValidationError
|
|
3109
|
+
messages:
|
|
3110
|
+
- if `data.merchandising.triggeredCampaigns[0].variationId` key-value is defined, `data.merchandising.triggeredCampaigns[0].experimentId` key-value is required
|
|
3111
|
+
data: |-
|
|
3112
|
+
{
|
|
3113
|
+
"context": { /* varies by endpoint */},
|
|
3114
|
+
"data": { */varies by endoint */ }
|
|
3115
|
+
Unknown field:
|
|
3116
|
+
value:
|
|
3117
|
+
success: false
|
|
3118
|
+
error: ValidationError
|
|
3119
|
+
messages:
|
|
3120
|
+
- 'request body contains unknown field: "seed"'
|
|
3121
|
+
data: |-
|
|
3122
|
+
{
|
|
3123
|
+
"context": { /* varies by endpoint */},
|
|
3124
|
+
"data": { */varies by endoint */ }
|
|
3125
|
+
404-response:
|
|
3126
|
+
description: Invalid path
|
|
3127
|
+
content:
|
|
3128
|
+
application/json:
|
|
3129
|
+
schema:
|
|
3130
|
+
$ref: '#/components/schemas/error-response-body'
|
|
3131
|
+
examples:
|
|
3132
|
+
Invalid path or missing siteId:
|
|
3133
|
+
value:
|
|
3134
|
+
success: false
|
|
3135
|
+
error: InvalidPathError
|
|
3136
|
+
messages:
|
|
3137
|
+
- 'invalid endpoint path or missing siteId in path: `/beacon/v2/renders`'
|
|
3138
|
+
Invalid siteId pattern:
|
|
3139
|
+
value:
|
|
3140
|
+
success: false
|
|
3141
|
+
error: InvalidPathError
|
|
3142
|
+
messages:
|
|
3143
|
+
- 'invalid siteId pattern: received `abc12` - expected pattern `^[a-z0-9]{6}$`'
|
|
3144
|
+
405-response:
|
|
3145
|
+
description: Invalid request method
|
|
3146
|
+
content:
|
|
3147
|
+
application/json:
|
|
3148
|
+
schema:
|
|
3149
|
+
$ref: '#/components/schemas/error-response-body'
|
|
3150
|
+
examples:
|
|
3151
|
+
Invalid GET method:
|
|
3152
|
+
value:
|
|
3153
|
+
success: false
|
|
3154
|
+
error: InvalidMethodError
|
|
3155
|
+
messages:
|
|
3156
|
+
- 'invalid request method: `GET` - requires `POST`'
|
|
3157
|
+
Invalid PUT method:
|
|
3158
|
+
value:
|
|
3159
|
+
success: false
|
|
3160
|
+
error: InvalidMethodError
|
|
3161
|
+
messages:
|
|
3162
|
+
- 'invalid request method: `PUT` - requires `POST`'
|
|
3163
|
+
Invalid PATCH method:
|
|
3164
|
+
value:
|
|
3165
|
+
success: false
|
|
3166
|
+
error: InvalidMethodError
|
|
3167
|
+
messages:
|
|
3168
|
+
- 'invalid request method: `PATCH` - requires `POST`'
|
|
3169
|
+
Invalid DELETE method:
|
|
3170
|
+
value:
|
|
3171
|
+
success: false
|
|
3172
|
+
error: InvalidMethodError
|
|
3173
|
+
messages:
|
|
3174
|
+
- 'invalid request method: `DELETE` - requires `POST`'
|
|
3175
|
+
Invalid OPTIONS method:
|
|
3176
|
+
value:
|
|
3177
|
+
success: false
|
|
3178
|
+
error: InvalidMethodError
|
|
3179
|
+
messages:
|
|
3180
|
+
- 'invalid request method: `OPTIONS` - requires `POST`'
|
|
3181
|
+
413-response:
|
|
3182
|
+
description: Payload too large
|
|
3183
|
+
content:
|
|
3184
|
+
application/json:
|
|
3185
|
+
schema:
|
|
3186
|
+
$ref: '#/components/schemas/error-response-body'
|
|
3187
|
+
example:
|
|
3188
|
+
success: false
|
|
3189
|
+
error: RequestTooLargeError
|
|
3190
|
+
messages:
|
|
3191
|
+
- request body must not be larger than 1MB
|
|
3192
|
+
415-response:
|
|
3193
|
+
description: Unsupported media type
|
|
3194
|
+
content:
|
|
3195
|
+
application/json:
|
|
3196
|
+
schema:
|
|
3197
|
+
$ref: '#/components/schemas/error-response-body'
|
|
3198
|
+
example:
|
|
3199
|
+
success: false
|
|
3200
|
+
error: UnsupportedMediaType
|
|
3201
|
+
messages:
|
|
3202
|
+
- 'invalid header: `Content-Type`, accepts `text/plain` or `application/json`'
|
|
3203
|
+
500-response:
|
|
3204
|
+
description: Internal server error
|
|
3205
|
+
content:
|
|
3206
|
+
application/json:
|
|
3207
|
+
schema:
|
|
3208
|
+
$ref: '#/components/schemas/error-response-body'
|
|
3209
|
+
example:
|
|
3210
|
+
success: false
|
|
3211
|
+
error: InternalServerError
|
|
3212
|
+
messages:
|
|
3213
|
+
- internal server error
|