Skip to content

Commit

Permalink
rename y1AnalyticsAdapter in yieldoneAnalyticsAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
hbanalytics committed Sep 25, 2019
1 parent 2eb98fb commit 82624df
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
21 changes: 0 additions & 21 deletions modules/y1AnalyticsAdapter.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { targeting } from '../src/targeting';
import { auctionManager } from '../src/auctionManager';
import * as utils from '../src/utils';

const ANALYTICS_CODE = 'y1';
const ANALYTICS_CODE = 'yieldone';
const analyticsType = 'endpoint';
// const VERSION = '1.0.0';
const defaultUrl = 'http://pool.tsukiji.iponweb.net/hba';
Expand Down
21 changes: 21 additions & 0 deletions modules/yieldoneAnalyticsAdapter.md
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
}
}
```

0 comments on commit 82624df

Please sign in to comment.