Skip to content

Commit

Permalink
gclid - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liaz-af committed Jun 5, 2024
1 parent 107b958 commit 1c73c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/google_clickid.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h3>To edit: make changes to the input URL in the address bar and reload the pag
// If a media source key is NOT FOUND on the link and NO default value is found, the script will return a null string
var mediaSource = {keys: ["inmedia"], defaultValue: "my_media_default_source"};
var googleClickIdKey = "af_sub4";
// Facebook clickid passthrough to "fbclid" outgoing parameter
// Google clickid passthrough to "gclid" outgoing parameter
var gclid_out = {paramKey: "gclid", keys: ["gclid"]};

//Calling the function after embedding the code will be through a global parameter
Expand Down

0 comments on commit 1c73c93

Please sign in to comment.