Closed (fixed)
Project:
Google Analytics
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 May 2012 at 20:25 UTC
Updated:
19 Oct 2012 at 18:11 UTC
Jump to comment: Most recent file
Comments
Comment #2
jlapp commentedUpdating patch with correct file paths.
Comment #3
hass commentedPatch does not contain tests. What tokens are you using for the name? D7 need to be done first, too.
Comment #4
jlapp commentedAdding a patch against 7.x-1.x-dev which also contains a test case. If the D7 patch is accepted, I will update my previous D6 patch to include tests as well.
Hass, the same tokens can be used in the name field as the value field. I used the existing validation function so that personally identifying information cannot be added in the name field either.
Comment #5
hass commentedSince #1783870: Update 64 byte variable name limit to 128 per API changes we have a lot more chars now and can get this in. Nevertheless shouldn't we cut off the name somewhere? I still have no good idea what tokens you'd like to use in the name field. Can you share some examples, please?
Comment #6
hass commented#4: google_analytics-7.x-1.x-custom_variable_name_tokens-1595176-4.patch queued for re-testing.
Comment #8
hass commentedThese tests are not testing Custom Variables and setup requires token or Tokens are also not tested.
Comment #9
hass commentedPatch attached.
Comment #11
hass commentedFixed a bug with form error message.
Comment #13
hass commentedFilename without spaces
Comment #15
hass commentedToken?
Comment #17
hass commentedtest
Comment #18
hass commentedCommited this patch.
Comment #19
hass commentedComment #20
hass commentedD6 patch with all tests.
Comment #21
hass commentedMissed one form validation.
Comment #23
hass commentedLet's try this from #1777980: Tests fail if optional deploy module is not present.
Comment #24
hass commentedD7 Test fix
Comment #25
hass commentedCommitted all patches to D6 and D7.