You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on direction from crazyegg support they recommended
The new script would be called when ... the new content is loaded on the page.
ie.
This version of the page would use one version.
<script type=“text/javascript”>
var CE_SNAPSHOT_NAME = “start application”;
</script>
Image
This page would use a different version, such as:
<script type=“text/javascript”>
var CE_SNAPSHOT_NAME = “page one of application”;
</script>
and so forth...
We need to update the bf application to handle this work, this is how we will construct the name in the application
<!-- Track a specific Crazy Egg snapshot by name --><scripttype="text/javascript">varCE_SNAPSHOT_NAME="{pageView}-{life-event-id}-{desktop || mobile}";</script>
for example
<!-- Track a specific Crazy Egg snapshot by name --><scripttype="text/javascript">varCE_SNAPSHOT_NAME="bf-form-1-disability-desktop";</script>
Description
related:
#1745
#1735
#1736
#1724
Based on direction from crazyegg support they recommended
ie.
We need to update the bf application to handle this work, this is how we will construct the name in the application
for example
So the values would look like this....
User Story
No response
Acceptance Criteria
CE_SNAPSHOT_NAME
crazy egg value on pageView change{pageView}-{life-event-id}-{desktop || mobile}
The text was updated successfully, but these errors were encountered: