Skip to content

Commit d59f76b

Browse files
committed
Added provisioning for Cloaked Link: Click goal.
1 parent 5034188 commit d59f76b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Admin/Provisioning.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,11 @@ public function __construct( $client = null ) {
8686

8787
$this->custom_event_goals = [
8888
'404' => __( '404', 'plausible-analytics' ),
89-
'outbound-links' => __( 'Outbound Link: Click', 'plausible-analytics' ),
89+
'affiliate-links' => __( 'Cloaked Link: Click', 'plausible-analytics' ),
9090
'file-downloads' => __( 'File Download', 'plausible-analytics' ),
91-
'search' => __( 'WP Search Queries', 'plausible-analytics' ),
9291
'form-completions' => __( 'WP Form Completions', 'plausible-analytics' ),
92+
'outbound-links' => __( 'Outbound Link: Click', 'plausible-analytics' ),
93+
'search' => __( 'WP Search Queries', 'plausible-analytics' ),
9394
];
9495

9596
$this->init();

0 commit comments

Comments
 (0)