-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmock.js
More file actions
27 lines (27 loc) · 1.05 KB
/
mock.js
File metadata and controls
27 lines (27 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RNIAd = {
getAttributionData: () => Promise.resolve({
"Version3.1": {
"iad-adgroup-id": "1234567890",
"iad-adgroup-name": "AdGroupName",
"iad-attribution": "true",
"iad-campaign-id": "1234567890",
"iad-campaign-name": "CampaignName",
"iad-click-date": "2020-05-18T10:46:57Z",
"iad-conversion-date": "2020-05-18T10:46:57Z",
"iad-conversion-type": "Download",
"iad-country-or-region": "US",
"iad-creativeset-id": "1234567890",
"iad-creativeset-name": "CreativeSetName",
"iad-keyword": "Keyword",
"iad-keyword-id": "KeywordID",
"iad-keyword-matchtype": "Broad",
"iad-lineitem-id": "1234567890",
"iad-lineitem-name": "LineName",
"iad-org-id": "1234567890",
"iad-org-name": "OrgName",
"iad-purchase-date": "2020-05-18T10:46:57Z",
},
})
};