Skip to content

UTM

Adds a UTM tag field to the block panel.

Available methods:

MethodDescription
label(string $label)Sets the UTM tag label.
params(string $params)Sets the UTM parameters.
php
UTM::make('test')
    ->label('Test')
    ->params('utm_param=test&utm_email=1')

© PageBlocks 2019-present