Skip to content

Instantly share code, notes, and snippets.

@Sentinel-7
Created August 25, 2021 11:40
Show Gist options
  • Save Sentinel-7/65f45cb76c57c0f15745af51eee8c6e6 to your computer and use it in GitHub Desktop.
Save Sentinel-7/65f45cb76c57c0f15745af51eee8c6e6 to your computer and use it in GitHub Desktop.
Изменяем url после оформления заказа, для отслеживания конверсий
jQuery(window).on('load', function() {
"use strict";
history.pushState(null, '', '/?msorder');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment