Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking code generation does not follow rules #691

Closed
kumy opened this issue Nov 21, 2021 · 0 comments
Closed

Tracking code generation does not follow rules #691

kumy opened this issue Nov 21, 2021 · 0 comments
Assignees
Labels
bug Something isn't working new-theme

Comments

@kumy
Copy link
Member

kumy commented Nov 21, 2021

We have some rules to generate Tracking code;

  • never start by letters GK
  • does not contains O, 0
  • […]

The actual function used in GKv2 does not respect those rules:

SELECT array_to_string(array(select substr('ABCDEFGHJKMNPQRSTUVWXYZ23456789',((random()*(31-1)+1)::integer),1) from generate_series(1,size)),'');
@kumy kumy added bug Something isn't working new-theme labels Nov 21, 2021
@kumy kumy self-assigned this Nov 21, 2021
@kumy kumy closed this as completed Nov 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new-theme
Projects
None yet
Development

No branches or pull requests

1 participant