Skip to content

Commit

Permalink
Merge pull request #8922 from google/enhancement/8124-adsense-subdoma…
Browse files Browse the repository at this point in the history
…in-setup-behavior

Send domain only to AdSense setup.
  • Loading branch information
eugene-manuilov committed Jun 24, 2024
2 parents f885564 + 0933d6c commit 02e3ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/modules/adsense/datastore/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const selectors = {
utm_medium: 'wordpress_signup',
};
if ( undefined !== siteURL ) {
query.url = siteURL;
query.url = parseDomain( siteURL );
}

return addQueryArgs( 'https://www.google.com/adsense/signup', query );
Expand Down

0 comments on commit 02e3ff4

Please sign in to comment.