Skip to content

Commit fcc6813

Browse files
authored
Update link to AnalyticsAdapter.ts (#6477)
1 parent 7335391 commit fcc6813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-docs/integrate-with-the-prebid-analytics-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Analytics adapter for Example.com. Contact prebid@example.com for information.
9999

100100
2. Create an analytics adapter to listen for [Prebid events](/dev-docs/publisher-api-reference/onEvent.html) and call the analytics library or server. See the existing *AnalyticsAdapter.js files in the repo under [modules](https://github.com/prebid/Prebid.js/tree/master/modules).
101101

102-
3. There are two types of analytics adapters. The example here focuses on the 'endpoint' type. See [AnalyticsAdapter.js](https://github.com/prebid/Prebid.js/blob/master/libraries/analyticsAdapter/AnalyticsAdapter.js) for more info on the 'bundle' type.
102+
3. There are two types of analytics adapters. The example here focuses on the 'endpoint' type. See [AnalyticsAdapter.ts](https://github.com/prebid/Prebid.js/blob/master/libraries/analyticsAdapter/AnalyticsAdapter.ts) for more info on the 'bundle' type.
103103

104104
1. endpoint - Calls the specified URL on analytics events. Doesn't require a global context.
105105
2. bundle - An advanced option expecting a global context.

0 commit comments

Comments
 (0)