Skip to content

Commit

Permalink
Merge pull request #2107 from woocommerce/tweak/utm-parameters-for-do…
Browse files Browse the repository at this point in the history
…c-link

Add UTM parameters to documentation link
  • Loading branch information
mikkamp authored Sep 25, 2023
2 parents 396dfb7 + 639643c commit 16be456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PluginHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ protected function get_coupons_url(): string {
* @return string
*/
protected function get_documentation_url(): string {
return 'https://docs.woocommerce.com/document/google-listings-and-ads/';
return 'https://docs.woocommerce.com/document/google-listings-and-ads/?utm_source=wordpress&utm_medium=all-plugins-page&utm_campaign=doc-link&utm_content=google-listings-and-ads';
}

/**
Expand Down

0 comments on commit 16be456

Please sign in to comment.