-1

Anyone experienced an issue where amp x takes a while to switch on? Running this on chrome dev tools returns false:

AMP.isExperimentOn()

At times, I've found that running on an incognito tab works but not always

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
akabiru
  • 9
  • 1

1 Answers1

0

Ah, I think there's some confusion due to a naming collision. AMP.isExperimentOn() is for internal features listed here and is unrelated to the amp-experiment extension.

choumx
  • 151
  • 2
  • Thanks for getting back William. Are you able to comment on why "amp-x-experiment-name='the-variant'" is *not always* set in the body tag i.e. amp x does not always "switch on" – akabiru Apr 10 '18 at 09:36