Skip to content

Commit f61624a

Browse files
Merge pull request #357 from Nosto/parameterless-attribution2
extend parameterless attribution docs
2 parents 6244124 + 6690640 commit f61624a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

implementing-nosto/implement-on-your-website/advanced-implementation/parameterless-attribution.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ By default Nosto tracks campaign attribution without additional url parameters.
44

55
In most cases this will work out of the box, but in certain scenarios adjustments need to be made. For a comprehensive overview, please read our [personalization attribution guide](../../implement-psn/README.md#attribution).
66

7+
## Support for non anchor clicks
8+
9+
In addition to handling product url navigation attribution it is also possible to annotate elements with a `data-nosto-product` attribute to track interactions with other elements that should be attributed to the campaign. The attribute value should be a valid product id.
10+
11+
This attribution style should only be used for element interactions that don't trigger page reloads. Examples are product detail drawers and overlays as well as add to cart dialogs.
12+
713
## Product url redirects
814

915
In case the product urls used in Nosto campaigns have HTTP level redirects applied the HTML should link back to the canonical url used in Nosto campaign via `link[refl="canonical"]` elements in the head element. Nosto uses both the current location and the canonical page url as lookup keys for the attribution metadata.

0 commit comments

Comments
 (0)