1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
requestgoogle.php
См. документацию.
1<?
2
3namespace Bitrix\Seo\Retargeting\Services;
4
5use \Bitrix\Seo\Retargeting\ProxyRequest;
6
8{
9 const TYPE_CODE = 'google';
10 const REST_METHOD_PREFIX = 'seo.client.ads.google';
11}