-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep compatibility with Winter 1.2 (#3)
- Allow Guzzle 7 - Update upgrade.md to reflect new google UI - Update readmde.md to specifiy that this plugin is for GA v3
- Loading branch information
Showing
4 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
# Upgrade guide | ||
|
||
- [Upgrading to 1.1 from 1.0](#upgrade-1.1) | ||
- [Upgrade guide](#upgrade-guide) | ||
- [Upgrading To 1.1](#upgrading-to-11) | ||
|
||
<a name="upgrade-1.1"></a> | ||
## Upgrading To 1.1 | ||
|
||
The settings and instructions for authorizing Google have been drastically simplified. For existing accounts, you will need to generate a new key file using these steps: | ||
|
||
1. Log in to the [Google Developers Console](https://console.developers.google.com/permissions/serviceaccounts) and select the **Permissions > Service accounts** section. | ||
1. Click the menu dropdown icon next to the Service account | ||
1. Select **Create key** | ||
1. Choose the **Key type** of JSON. | ||
1. Log in to the [Google Developers Console](https://console.developers.google.com/home/dashboard) and search for **Service Accounts** | ||
1. If you need to create a new Service Account, click on the **Create Service Account** at the top and then add a name and click on **Create**. | ||
1. You should see an account in the **Service Accounts** list and click the menu in the **Actions** column and select **Manage key**. | ||
1. Choose the **Key type** of `JSON`. | ||
1. Download the file to your computer and upload it to the Winter CMS back-end settings form. | ||
|
||
The Profile ID number has also changed, follow these settings to find the new one: | ||
|
||
1. In a new tab, navigate to the main [Google Analytics site](https://www.google.com/analytics/web/) and select the property you want to track. | ||
1. Click the **Admin** main menu tab again and select **View > View Settings** from the menu. *Copy to your clipboard* the Profile ID (should be a number). | ||
1. Paste this number in the **Analytics View/Profile ID number** field in the Winter CMS back-end settings form. | ||
|
||
> **Note**: This plugin does not support GAv4. If you are having issues creating an account, use the **Show advanced options** link in the GA Account creation and the **Create a Universal Analytics property** switch. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters