-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename y1AnalyticsAdapter in yieldoneAnalyticsAdapter
- Loading branch information
1 parent
2eb98fb
commit 82624df
Showing
3 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Overview | ||
Module Name: Platform One Analytics | ||
|
||
Module Type: Analytics Adapter | ||
|
||
Maintainer: [email protected] | ||
|
||
# Description | ||
|
||
Analytics adapter for Platform One. Please contact [email protected] for any additional information. Official website link to the vendor: www.platform-one.co.jp/. | ||
|
||
# Test Parameters | ||
|
||
``` | ||
{ | ||
provider: 'yieldone', | ||
options : { | ||
pubId : 'TestAnalyticsPublisher', //id provided by Y1 publisher team | ||
} | ||
} | ||
``` |