| Current Path : /var/www/homesaver/www/bitrix/modules/seo/lib/retargeting/services/ |
| 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';
}