Skip to content

Commit 97a6b81

Browse files
authored
add ga id to index (Azure#19995)
1 parent fa95a09 commit 97a6b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function Get-python-GithubIoDocIndex()
158158
# Build up the artifact to service name mapping for GithubIo toc.
159159
$tocContent = Get-TocMapping -metadata $metadata -artifacts $artifacts
160160
# Generate yml/md toc files and build site.
161-
GenerateDocfxTocContent -tocContent $tocContent -lang "Python"
161+
GenerateDocfxTocContent -tocContent $tocContent -lang "Python" -campaignId "UA-62780441-36"
162162
}
163163

164164
# Updates a python CI configuration json.

0 commit comments

Comments
 (0)