Moclick Bridge
Getting started

Requirements

What has to exist on the advertiser's site for the integration to work.

On the advertiser’s site#

RequirementDetail
HTTPSRequired for the Secure cookie attribute. Over HTTP the integration still works, but cookies are written without Secure.
Access to <head>Directly in the theme or through a tag manager.
Confirmation pageMust expose the order value and identifier in JavaScript.
Unique identifier per orderOrder number, transaction ID or equivalent. See the conversion object.
First-party cookiesWe do not use third-party cookies. Third-party blocking in the browser does not affect attribution.

Supported browsers#

The tag is written in ES5 and degrades by capability, not by version. Features are used when available, with a fallback when they are not:

FeatureUsed forFallback
fetch + AbortControllerFetching the campaign configurationNone — this is the real minimum requirement
navigator.sendBeaconSending events without blocking navigationImage pixel
crypto.getRandomValuesGenerating identifiersStandard pseudo-random generator
localStorageConversion deduplication in the browserContinues without local dedup; the server deduplicates
String.normalizeAccent normalization in campaign rulesComparison without normalizing

In practice: Chrome, Edge, Firefox, Safari and mobile browsers on current and recent versions. Internet Explorer is not supported.

Performance impact#

MeasureValue
File size≈28 KB uncompressed
Actual transfer≈7 KB with gzip
External dependenciesNone
Render blockingNone — loaded with defer
Browser cache5 minutes, revalidated by ETag
Requests per page1 for the campaign configuration, plus the event record where applicable

The short cache window is deliberate. A long cache with immutable pins old versions in CDNs and browsers for months — a published fix never reaches the visitor. With 5 minutes and an ETag, revalidation returns 304 most of the time: bandwidth cost is close to zero and the fix lands fast.

Platform environment requirements#

The platform is operated and maintained by Moclick. Infrastructure, availability and continuity specifications are covered by the contract and can be detailed for technical review on request. See Architecture and security.

Atualizado em agosto 5, 2026