Bitrix API

Utm

Class Utm

Table of Contents

Methods

canUse()  : bool
Return true if integration can be used.
getStatByUtmSources()  : array<string|int, mixed>
Get read and click statistics by `utm_source` tags.
getUtmSources()  : array<string|int, mixed>
Get `utm_source` tag values.

Methods

canUse()

Return true if integration can be used.

public static canUse() : bool
Tags
throws
LoaderException
Return values
bool

getStatByUtmSources()

Get read and click statistics by `utm_source` tags.

public static getStatByUtmSources(array<string|int, mixed> $utmSources, Date $from, Date $to) : array<string|int, mixed>
Parameters
$utmSources : array<string|int, mixed>
$from : Date
$to : Date
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
array<string|int, mixed>

getUtmSources()

Get `utm_source` tag values.

public static getUtmSources() : array<string|int, mixed>
Tags
throws
ArgumentException
throws
LoaderException
throws
ObjectPropertyException
throws
SystemException
Return values
array<string|int, mixed>

        
On this page

Search results