Skip to content

Commit 1c23148

Browse files
author
markzegarelli
authored
Merge pull request #1728 from segmentio/update-comscore-android
Remove references to bintray for Comscore
2 parents 23124e7 + 066aa15 commit 1c23148

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)