Skip to content

Commit e80c977

Browse files
committed
clarifying language
1 parent 63135fa commit e80c977

File tree

1 file changed

+4
-4
lines changed
  • src/connections/sources/catalog/libraries/website/plugins/youtube

1 file changed

+4
-4
lines changed

src/connections/sources/catalog/libraries/website/plugins/youtube/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ hidden: true
66
With the analytics.js YouTube Plugin you can collect YouTube player events into the Segment ecosystem.
77

88
## Prerequisites
9-
To begin, create a new project in the Google Developer Console, then create a new API key in that project for the Segment YouTube plugin. You can read more about this process in the YouTube documentation on [registering an application](https://developers.google.com/youtube/registering_an_application){:target="_blank”}.
9+
To begin, create a new project in the Google Developer Console, then create a new API key in that project. You can read more about this process in the YouTube documentation on [registering an application](https://developers.google.com/youtube/registering_an_application){:target="_blank”}.
1010

1111
> note "Secure your API keys"
1212
> You can [secure your API keys](https://cloud.google.com/docs/authentication/api-keys#securing){:target="_blank”} by adding API key restrictions, deleting unused API keys, and periodically rotating your keys.
1313
14-
The Segment YouTube Plugin requires the following Google APIs:
15-
- [YouTube IFrame player API](https://developers.google.com/youtube/iframe_api_reference#Getting_Started){:target="_blank”}: Used to control the video (play, pause, stop).
16-
- [Data API](https://developers.google.com/youtube/v3/getting-started){:target="_blank”}: Used this to access metadata about the video in the iFrame.
14+
The Segment YouTube Plugin uses the following Google APIs:
15+
- [YouTube IFrame player API](https://developers.google.com/youtube/iframe_api_reference#Getting_Started){:target="_blank”}: Controls the video (play, pause, stop).
16+
- [Data API](https://developers.google.com/youtube/v3/getting-started){:target="_blank”}: Accesses metadata about the video in the iFrame.
1717

1818
## Getting Started
1919

0 commit comments

Comments
 (0)