fix syntax error in ecommerce tracking
This commit is contained in:
parent
045eb829c5
commit
014167f8c3
@ -81,7 +81,7 @@
|
|||||||
_gaq.push(['_setCustomVar',
|
_gaq.push(['_setCustomVar',
|
||||||
1, [{*// This custom var is set to slot #1. Required parameter.*}]
|
1, [{*// This custom var is set to slot #1. Required parameter.*}]
|
||||||
'Gender', [{*// The name of the custom variable. Required parameter.*}]
|
'Gender', [{*// The name of the custom variable. Required parameter.*}]
|
||||||
[{if $oxcmp_user->oxuser__oxsal->value == 'MR'}]'male'[{elseif $oxcmp_user->oxuser__oxsal->value == 'MRS'}]'female'[{/if}]],
|
[{if $oxcmp_user->oxuser__oxsal->value == 'MR'}]'male'[{elseif $oxcmp_user->oxuser__oxsal->value == 'MRS'}]'female'[{/if}],
|
||||||
[{*// The value of the custom variable. Required parameter.*}]
|
[{*// The value of the custom variable. Required parameter.*}]
|
||||||
1 [{*// Sets the scope to visitor-level. Optional parameter.*}]
|
1 [{*// Sets the scope to visitor-level. Optional parameter.*}]
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user