[ 'type' => 'ct-options', 'setting' => [ 'transport' => 'postMessage' ], 'inner-options' => [ ct_rand_md5() => [ 'label' => __( 'Google Analytics', 'ct' ), 'type' => 'ct-title', ], 'analytics_id' => [ 'label' => __( 'Tracking ID', 'ct' ), 'type' => 'text', 'design' => 'inline', 'value' => '', 'setting' => [ 'transport' => 'postMessage' ], ], 'ip_anonymization' => [ 'label' => __( 'IP Anonymization', 'ct' ), 'type' => 'ct-switch', 'value' => 'no', 'desc' => __( 'Enable Google Analytics IP anonymization feature (more info).', 'ct' ), 'setting' => [ 'transport' => 'postMessage' ], ], ], ], ];