Difference between revisions of "ConversionRuler Deprecated"
From Market Ruler Help
								
												
				 (Created page with '= 2014-01-18 Planned deprecated functionality =  The following JavaScript functionality will be removed from our client-side JavaScript and will no longer be supported after Marc…')  | 
				|||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | = 2016-11-16 Deprecated Functions Removed =  | ||
| + | |||
| + | The following functions are currently defined, but do nothing:  | ||
| + | |||
| + | * CRMemory_Set  | ||
| + | * CRMemory_Get  | ||
| + | * CRMemory_HiddenInput  | ||
| + | * CRMemory_Output  | ||
| + | |||
| + | = 2016-10-04 Deprecated Functions Removed =  | ||
| + | |||
| + | The following functions were removed from the ConversionRuler tracking snippet:  | ||
| + | |||
| + | * CrossCodeOutput	  | ||
| + | * CrossCodeAppendURL  | ||
| + | * LandingCodeOutput  | ||
| + | * CRCookieOutput  | ||
| + | * CrossCodeFormInput  | ||
| + | * LandingCodeFormInput  | ||
| + | * CRCookieFormInput  | ||
| + | * CRCrossCodeMailTo  | ||
| + | |||
| + | The following globals are no longer defined by default by ConversionRuler:  | ||
| + | |||
| + | * okay (undocumented)  | ||
| + | * valid (undocumented)  | ||
| + | * CRScript (undocumented)  | ||
| + | |||
| + | = 2016-02-26 Planned deprecated functionality =  | ||
| + | |||
| + | * '''cr_track''', '''cr_track_id''', '''cr_link''', and '''cr_submit''' have moved to the global __CR as '''[[__CR.track]]''', '''[[__CR.track_id]]''', '''[[__CR.link]]''', and '''[[__CR.submit]]'''  | ||
| + | * '''CR_QS''' is now called '''__CR.query'''  | ||
| + | * '''CR_Cookie''' is now called '''__CR.cookie'''  | ||
| + | |||
= 2014-01-18 Planned deprecated functionality =  | = 2014-01-18 Planned deprecated functionality =  | ||
| Line 8: | Line 42: | ||
* Cross code globals: '''CRCrossCode''' '''CRLandTime''' '''CRLandingCode''' '''CRActionMinutes'''    | * Cross code globals: '''CRCrossCode''' '''CRLandTime''' '''CRLandingCode''' '''CRActionMinutes'''    | ||
* No landing flag: '''CRNoLand'''  | * No landing flag: '''CRNoLand'''  | ||
| + | |||
| + | == Deprecated Documentation ==  | ||
| + | * [[CRMemory_Set]]  | ||
| + | * [[CRMemory_Get]]  | ||
| + | * [[CRMemory_Output]]  | ||
| + | * [[CRMemory_HiddenInput]]  | ||
| + | |||
| + | = 2004 Deprecated =  | ||
| + | |||
| + | * The globals "okay" and "valid" are used by some of our snippets on old sites in JavaScript, and are confirmed still in use.  | ||
| + | |||
| + | = 2003 Deprecated =  | ||
| + | |||
| + | * '''tlitrack''' should no longer be used. Use '''[[__CR.track]]''' instead.  | ||
| + | |||
| + | [[Category:ConversionRuler]]  | ||
| + | [[Category:ConversionRuler JavaScript Functions]]  | ||
Latest revision as of 22:28, 16 November 2016
Contents
2016-11-16 Deprecated Functions Removed
The following functions are currently defined, but do nothing:
- CRMemory_Set
 - CRMemory_Get
 - CRMemory_HiddenInput
 - CRMemory_Output
 
2016-10-04 Deprecated Functions Removed
The following functions were removed from the ConversionRuler tracking snippet:
- CrossCodeOutput
 - CrossCodeAppendURL
 - LandingCodeOutput
 - CRCookieOutput
 - CrossCodeFormInput
 - LandingCodeFormInput
 - CRCookieFormInput
 - CRCrossCodeMailTo
 
The following globals are no longer defined by default by ConversionRuler:
- okay (undocumented)
 - valid (undocumented)
 - CRScript (undocumented)
 
2016-02-26 Planned deprecated functionality
- cr_track, cr_track_id, cr_link, and cr_submit have moved to the global __CR as __CR.track, __CR.track_id, __CR.link, and __CR.submit
 - CR_QS is now called __CR.query
 - CR_Cookie is now called __CR.cookie
 
2014-01-18 Planned deprecated functionality
The following JavaScript functionality will be removed from our client-side JavaScript and will no longer be supported after March 1, 2014.
- CRUser and crcookie variables
 - Memory functions: CRMemory_Set CRMemory_Get CRMemory_HiddenInput CRMemory_Output CRMemory
 - Cross code and related functions: CrossCodeOutput CrossCodeAppendURL LandingCodeOutput CRCookieOutput CrossCodeFormInput LandingCodeFormInput CRCookieFormInput CRCrossCodeMailTo
 - Cross code globals: CRCrossCode CRLandTime CRLandingCode CRActionMinutes
 - No landing flag: CRNoLand
 
Deprecated Documentation
2004 Deprecated
- The globals "okay" and "valid" are used by some of our snippets on old sites in JavaScript, and are confirmed still in use.
 
2003 Deprecated
- tlitrack should no longer be used. Use __CR.track instead.