2022-12-15 17:34:08 +01:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* @package Google\Site_Kit
|
2024-02-16 11:03:01 +01:00
|
|
|
* @copyright 2024 Google LLC
|
2022-12-15 17:34:08 +01:00
|
|
|
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
|
|
|
|
|
* @link https://sitekit.withgoogle.com
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
return array(
|
2024-04-17 11:32:24 +02:00
|
|
|
'features' => array( 'adsModule','audienceSegmentation','conversionInfra','gm3Components' ),
|
2022-12-15 17:34:08 +01:00
|
|
|
);
|