Skip to content

Commit e8549de

Browse files
authored
Remove references to bintray for Comscore
ComScore's Android library is no longer available through Bintray. This removes references to Bintray. New instructions on how to bundle are in the repository README which is already linked.
1 parent 6bd0522 commit e8549de

File tree

1 file changed

+0
-12
lines changed
  • src/connections/destinations/catalog/comscore

1 file changed

+0
-12
lines changed

src/connections/destinations/catalog/comscore/index.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@ When you enable comScore in the Segment web app, your changes appear in the Segm
1414

1515
To get started with comScore and Segment, you'll want to first integrate your mobile app with our [iOS](/docs/connections/sources/catalog/libraries/mobile/ios/) or [Android](/docs/connections/sources/catalog/libraries/mobile/android/) sources. comScore can only accept data sent directly from their iOS and Android SDKs. For that reason we can only send data directly from our iOS and Android SDKs to comScore. **Data recorded in our server-side sources cannot be sent to comScore.** Be sure to follow the additional set up steps to get started, which you can find [here for iOS](https://github.com/segment-integrations/analytics-ios-integration-comscore#analytics-ios-integration-comscore) and [here for Android](https://github.com/segment-integrations/analytics-android-integration-comscore#analytics-android-integration-comscore).
1616

17-
With the recent comScore update, there is an additional implementation step when getting started with comScore Android. Be sure to add this to your gradle file:
18-
19-
```
20-
allprojects {
21-
repositories {
22-
maven {
23-
url "https://comscore.bintray.com/Analytics"
24-
}
25-
}
26-
}
27-
```
28-
2917
## React Native
3018

3119
{% include content/react-dest.md only="ios"%}

0 commit comments

Comments
 (0)