PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
google-site-kit
/
includes
/
Modules
/
Analytics
<?php /** * Class Google\Site_Kit\Modules\Analytics\Google_Service_AnalyticsProvisioning * * @package Google\Site_Kit\Modules\Analytics * @copyright 2020 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * @link https://sitekit.withgoogle.com */ namespace Google\Site_Kit\Modules\Analytics; use Google\Site_Kit_Dependencies\Google_Service_Analytics; use Google\Site_Kit_Dependencies\Google_Client; /** * Class for Analytics Provisioning service. * * @since 1.9.0 * @access private * @ignore */ class Google_Service_AnalyticsProvisioning extends Google_Service_Analytics { /** * Constructs the internal representation of the Analytics service. * * @since 1.9.0 * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct( Google_Client $client, $rootUrl = null ) { // phpcs:ignore WordPress.NamingConventions.ValidVariableName parent::__construct( $client, $rootUrl ); // phpcs:ignore WordPress.NamingConventions.ValidVariableName $this->provisioning = new Proxy_Provisioning( $this, $this->serviceName, // phpcs:ignore WordPress.NamingConventions.ValidVariableName 'provisioning', array( 'methods' => array( 'createAccountTicket' => array( 'path' => 'provisioning/createAccountTicket', 'httpMethod' => 'POST', 'parameters' => array(), ), ), ) ); } }
[+]
..
[-] AMP_Tag.php
[edit]
[-] Google_Service_AnalyticsProvisioning.php
[edit]
[-] Settings.php
[edit]
[+]
Advanced_Tracking
[-] Proxy_Account_Ticket.php
[edit]
[-] Web_Tag.php
[edit]
[-] Advanced_Tracking.php
[edit]
[-] Proxy_Provisioning.php
[edit]
[-] Tag_Guard.php
[edit]