Hello, may someone please care to assist with the output of my Drupal AB Test setup.
I wanted to follow a simple AB Test UI setup for which I:
- Created an AB test UI on Drupal 8
- Created a custom dimension on Google Analytics, copied the JS code and pasted it on Drupal under Config>>System>>Google Analytics under Advanced settings
var dimension14Value = getTestDataForUser();
ga('set', 'dimension14', dimension14Value);
I have developped a module based on this project here. I can load the list of views and I can delete them using the same mechanism as the project, i.e getting the token from
I have developped a module based on this project here. I can load the list of views and I can delete them using the same mechanism as the project, i.e getting the token from