Skip to content

Commit 2618421

Browse files
committed
Reordering sections
1 parent 6017b84 commit 2618421

File tree

1 file changed

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

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ hidden: true
55

66
With the analytics.js YouTube Plugin you can collect YouTube player events into the Segment ecosystem.
77

8+
The Segment YouTube Plugin uses the following Google APIs:
9+
- [YouTube IFrame player API](https://developers.google.com/youtube/iframe_api_reference#Getting_Started){:target="_blank”}: Controls the video (play, pause, stop).
10+
- [Data API](https://developers.google.com/youtube/v3/getting-started){:target="_blank”}: Accesses metadata about the video in the iFrame.
11+
812
## Prerequisites
13+
914
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”}.
1015

1116
> note "Secure your API keys"
1217
> 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.
1318
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.
17-
1819
## Getting Started
1920

2021
After you've generated the API key:

0 commit comments

Comments
 (0)