Skip to content

Commit

Permalink
Merge latest from pre release
Browse files Browse the repository at this point in the history
Merge pull request #2 from ClydeDz/pre-release
  • Loading branch information
ClydeDz authored Oct 7, 2018
2 parents 0501dd6 + 4d952a7 commit 64ad628
Show file tree
Hide file tree
Showing 14 changed files with 239 additions and 99 deletions.
4 changes: 2 additions & 2 deletions GASnippetPack/GoogleAnalyticsSnippetPack.Web/css/main.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@import url("https://fonts.googleapis.com/css?family=Bungee|Montserrat");
header {
min-height: 450px;
background-image: url("https://raw.githubusercontent.com/ClydeDz/fancy-comments/master/docs/images/banners/vsix-ext-familydesigns.png");
background-image: url("https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/banners/vsix-ext-familydesigns.png");
background-repeat: repeat;
background-size: contain; }
header div div.website-logo {
width: 150px;
margin-left: auto;
margin-right: auto;
padding-top: 122px; }
padding-top: 67px; }
@media (max-width: 468px) {
header div div.website-logo {
padding-top: 95px; } }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 43 additions & 41 deletions GASnippetPack/GoogleAnalyticsSnippetPack.Web/index.html

Large diffs are not rendered by default.

37 changes: 36 additions & 1 deletion GASnippetPack/GoogleAnalyticsSnippetPack.Web/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,36 @@
# Marketplace description
## Google Analytics Snippet Pack for Visual Studio

Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics. Due to the nature of this extension, you will find these snippets in HTML and JavaScript Google Analytics Snippet Pack is compatible right from Visual Studio 2012 to 2017 (Community, Professional and Enterprise).

![Google Analytics Snippet Pack in Visual Studio's Code Snippet Manager](https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/code-snip-manager.gif)

## How to use?

The Google Analytics Snippet Pack extends the code snippet manager of Visual Studio and allows you to insert code snippets into your editor. To insert snippets for the language you're currently writing in your editor, you can use the shortcut keys ``CTRL+K CTRL+X`` and then find Fancy Comments as a folder. Alternatively, to bring up the code snippet manager, use the shortcut keys ``CTRL+K CTRL+B``. The GIF below shows HTML Google Analytics Snippet Pack being used.

![GIF showing HTML Google Analytics Snippet Pack in use](https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/html-install-snippet.gif)

OR, if you would like to send an event from JavaScript, you could do something like this -

![GIF showing JavaScript Google Analytics Snippet Pack in use](https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/js-send-event.gif)

## Feedback

Google Analytics Snippet Pack is just in version 1.0.0 right now. Should you find your use case missing in the snippet pack, it would be great if you could create a new issue on [GitHub here](https://github.com/ClydeDz/google-analytics-snippet-pack/issues) and let me know what you're after and I can include that in the product backlog for next releases. Please search the issues first before creating a new one.


## Website

[https://clydedz.github.io/google-analytics-snippet-pack/](http://bit.ly/gaspvsix-web)


## GitHub

Visit the [GitHub repository](https://github.com/ClydeDz/google-analytics-snippet-pack).

## Facebook

[Follow Google Analytics Snippet Pack on Facebook](https://www.facebook.com/Google-Analytics-Snippet-Pack-599242807159278/)


Google Analytics Snippet Pack (c) 2018 [Clyde D'Souza](https://clydedsouza.net/#/)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ header {
min-height: 450px;

background: {
image: url('https://raw.githubusercontent.com/ClydeDz/fancy-comments/master/docs/images/banners/vsix-ext-familydesigns.png');
image: url('https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/banners/vsix-ext-familydesigns.png');
repeat: repeat;
size: contain;
}
Expand All @@ -18,7 +18,7 @@ header {
width: 150px;
margin-left: auto;
margin-right: auto;
padding-top: 122px;
padding-top: 67px;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"overview": "readme.md",
"priceCategory": "free",
"publisher": "clydedsouza",
"private": true,
"private": false,
"qna": true,
"repo": "https://github.com/ClydeDz/google-analytics-snippet-pack"
}
37 changes: 36 additions & 1 deletion GASnippetPack/GoogleAnalyticsSnippetPack/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,36 @@
# Marketplace description
## Google Analytics Snippet Pack for Visual Studio

Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics. Due to the nature of this extension, you will find these snippets in HTML and JavaScript Google Analytics Snippet Pack is compatible right from Visual Studio 2012 to 2017 (Community, Professional and Enterprise).

![Google Analytics Snippet Pack in Visual Studio's Code Snippet Manager](https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/code-snip-manager.gif)

## How to use?

The Google Analytics Snippet Pack extends the code snippet manager of Visual Studio and allows you to insert code snippets into your editor. To insert snippets for the language you're currently writing in your editor, you can use the shortcut keys ``CTRL+K CTRL+X`` and then find Fancy Comments as a folder. Alternatively, to bring up the code snippet manager, use the shortcut keys ``CTRL+K CTRL+B``. The GIF below shows HTML Google Analytics Snippet Pack being used.

![GIF showing HTML Google Analytics Snippet Pack in use](https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/html-install-snippet.gif)

OR, if you would like to send an event from JavaScript, you could do something like this -

![GIF showing JavaScript Google Analytics Snippet Pack in use](https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/js-send-event.gif)

## Feedback

Google Analytics Snippet Pack is just in version 1.0.0 right now. Should you find your use case missing in the snippet pack, it would be great if you could create a new issue on [GitHub here](https://github.com/ClydeDz/google-analytics-snippet-pack/issues) and let me know what you're after and I can include that in the product backlog for next releases. Please search the issues first before creating a new one.


## Website

[https://clydedz.github.io/google-analytics-snippet-pack/](http://bit.ly/gaspvsix-web)


## GitHub

Visit the [GitHub repository](https://github.com/ClydeDz/google-analytics-snippet-pack).

## Facebook

[Follow Google Analytics Snippet Pack on Facebook](https://www.facebook.com/Google-Analytics-Snippet-Pack-599242807159278/)


Google Analytics Snippet Pack (c) 2018 [Clyde D'Souza](https://clydedsouza.net/#/)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="a486958a-384d-4e72-b00a-8725d6280af5" Version="0.0.4" Language="en-US" Publisher="Clyde D'Souza" />
<Identity Id="a486958a-384d-4e72-b00a-8725d6280af5" Version="1.0.0" Language="en-US" Publisher="Clyde D'Souza" />
<DisplayName>Google Analytics Snippet Pack</DisplayName>
<Description xml:space="preserve">Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics.</Description>
<MoreInfo>https://github.com/ClydeDz/google-analytics-snippet-pack</MoreInfo>
Expand Down
35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,38 @@
# Google Analytics Snippet Pack
## Google Analytics Snippet Pack for Visual Studio

[![Build Status](https://clydedsouza.visualstudio.com/Google%20Analytics%20Snippet%20Pack/_apis/build/status/Google%20Analytics%20Snippet%20Pack%20Master%20Build)](https://clydedsouza.visualstudio.com/Google%20Analytics%20Snippet%20Pack/_build/latest?definitionId=12)

Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics.
Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics. Due to the nature of this extension, you will find these snippets in HTML and JavaScript Google Analytics Snippet Pack is compatible right from Visual Studio 2012 to 2017 (Community, Professional and Enterprise).

![Google Analytics Snippet Pack in Visual Studio's Code Snippet Manager](https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/code-snip-manager.gif)

## How to use?

The Google Analytics Snippet Pack extends the code snippet manager of Visual Studio and allows you to insert code snippets into your editor. To insert snippets for the language you're currently writing in your editor, you can use the shortcut keys ``CTRL+K CTRL+X`` and then find Fancy Comments as a folder. Alternatively, to bring up the code snippet manager, use the shortcut keys ``CTRL+K CTRL+B``. The GIF below shows HTML Google Analytics Snippet Pack being used.

![GIF showing HTML Google Analytics Snippet Pack in use](https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/html-install-snippet.gif)

OR, if you would like to send an event from JavaScript, you could do something like this -

![GIF showing JavaScript Google Analytics Snippet Pack in use](https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/js-send-event.gif)

## Feedback

Google Analytics Snippet Pack is just in version 1.0.0 right now. Should you find your use case missing in the snippet pack, it would be great if you could create a new issue on [GitHub here](https://github.com/ClydeDz/google-analytics-snippet-pack/issues) and let me know what you're after and I can include that in the product backlog for next releases. Please search the issues first before creating a new one.


## Website

[https://clydedz.github.io/google-analytics-snippet-pack/](http://bit.ly/gaspvsix-web)


## GitHub

Visit the [GitHub repository](https://github.com/ClydeDz/google-analytics-snippet-pack).

## Facebook

[Follow Google Analytics Snippet Pack on Facebook](https://www.facebook.com/Google-Analytics-Snippet-Pack-599242807159278/)


Google Analytics Snippet Pack (c) 2018 [Clyde D'Souza](https://clydedsouza.net/#/)
4 changes: 2 additions & 2 deletions docs/css/main.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@import url("https://fonts.googleapis.com/css?family=Bungee|Montserrat");
header {
min-height: 450px;
background-image: url("https://raw.githubusercontent.com/ClydeDz/fancy-comments/master/docs/images/banners/vsix-ext-familydesigns.png");
background-image: url("https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/banners/vsix-ext-familydesigns.png");
background-repeat: repeat;
background-size: contain; }
header div div.website-logo {
width: 150px;
margin-left: auto;
margin-right: auto;
padding-top: 122px; }
padding-top: 67px; }
@media (max-width: 468px) {
header div div.website-logo {
padding-top: 95px; } }
Expand Down
2 changes: 1 addition & 1 deletion docs/css/main.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 64ad628

Please sign in to comment.