Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/seo/lib/retargeting/services/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/seo/lib/retargeting/services/requestgoogle.php

<?

namespace Bitrix\Seo\Retargeting\Services;

use \Bitrix\Seo\Retargeting\ProxyRequest;

class RequestGoogle extends ProxyRequest
{
	const TYPE_CODE = 'google';
	const REST_METHOD_PREFIX = 'seo.client.ads.google';
}