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
Return values
boolgetStatByUtmSources()
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
Tags
Return values
array<string|int, mixed>getUtmSources()
Get `utm_source` tag values.
public
static getUtmSources() : array<string|int, mixed>