Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified

Analytics: MC

Automatticians may refer to internal documentation for more information about MC.

Usage

bumpStat( group, name )

Bump a single WP.com stat:

import { bumpStat } from 'calypso/lib/analytics/mc';

bumpStat( 'newdash_visits', 'sites' );

bumpStat( obj )

Bump multiple WP.com stats:

import { bumpStat } from 'calypso/lib/analytics/mc';

bumpStat( {
    stat_name1: 'stat_value1',
    statname2: 'stat_value2',
} );