-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3771b3d
commit 3e589e7
Showing
4 changed files
with
121 additions
and
53 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -572,61 +572,97 @@ | |
"description": "Track - batch update Call timestamp as unix", | ||
"input": { | ||
"message": { | ||
"channel": "web", | ||
"context": { | ||
"app": { | ||
"build": "1.0.0", | ||
"name": "RudderLabs JavaScript SDK", | ||
"namespace": "com.rudderlabs.javascript", | ||
"version": "1.0.0" | ||
}, | ||
"device": { | ||
"id": "0572f78fa49c648e", | ||
"name": "generic_x86_arm", | ||
"type": "Android", | ||
"model": "AOSP on IA Emulator", | ||
"manufacturer": "Google", | ||
"adTrackingEnabled": true, | ||
"advertisingId": "44c97318-9040-4361-8bc7-4eb30f665ca8" | ||
}, | ||
"traits": { | ||
"email": "[email protected]", | ||
"phone": "+1-202-555-0146", | ||
"firstName": "John", | ||
"lastName": "Gomes", | ||
"city": "London", | ||
"state": "England", | ||
"countryCode": "GB", | ||
"postalCode": "EC3M", | ||
"streetAddress": "71 Cherry Court SOUTHAMPTON SO53 5PD UK" | ||
}, | ||
"library": { | ||
"name": "RudderLabs JavaScript SDK", | ||
"version": "1.0.0" | ||
}, | ||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36", | ||
"locale": "en-US", | ||
"ip": "0.0.0.0", | ||
"os": { | ||
"name": "", | ||
"version": "" | ||
}, | ||
"screen": { | ||
"density": 2 | ||
} | ||
"channel": "sources", | ||
"properties": { | ||
"profileId": "34245", | ||
"floodlightConfigurationId": "213123123", | ||
"ordinal": "213123", | ||
"floodlightActivityId": "456543345245", | ||
"value": "756", | ||
"quantity": "455678", | ||
"timestamp": "1668624722903000", | ||
"matchId": "12312321", | ||
"requestType": "batchupdate" | ||
}, | ||
"timestamp": "1668624722555000", | ||
"type": "track", | ||
"event": "event test", | ||
"anonymousId": "randomId", | ||
"integrations": { | ||
"All": true | ||
}, | ||
"name": "ApplicationLoaded", | ||
"sentAt": "2019-10-14T11:15:53.296Z" | ||
}, | ||
"metadata": { | ||
"secret": { | ||
"access_token": "dummyApiToken", | ||
"refresh_token": "efgh5678", | ||
"developer_token": "ijkl91011" | ||
} | ||
}, | ||
"destination": { | ||
"Config": { | ||
"profileId": "5343234", | ||
"treatmentForUnderage": false, | ||
"limitAdTracking": false, | ||
"childDirectedTreatment": false, | ||
"nonPersonalizedAd": false, | ||
"rudderAccountId": "2EOknn1JNH7WK1MfNku4fGYKkRK" | ||
} | ||
} | ||
}, | ||
"output": { | ||
"version": "1", | ||
"type": "REST", | ||
"method": "POST", | ||
"endpoint": "https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/34245/conversions/batchupdate", | ||
"headers": { | ||
"Authorization": "Bearer dummyApiToken", | ||
"Content-Type": "application/json" | ||
}, | ||
"params": {}, | ||
"body": { | ||
"JSON": { | ||
"kind": "dfareporting#conversionsBatchUpdateRequest", | ||
"conversions": [ | ||
{ | ||
"floodlightConfigurationId": "213123123", | ||
"ordinal": "213123", | ||
"timestampMicros": "1668624722555000", | ||
"floodlightActivityId": "456543345245", | ||
"quantity": "455678", | ||
"value": 756, | ||
"matchId": "12312321", | ||
"treatmentForUnderage": false, | ||
"nonPersonalizedAd": false | ||
} | ||
] | ||
}, | ||
"JSON_ARRAY": {}, | ||
"XML": {}, | ||
"FORM": {} | ||
}, | ||
"files": {} | ||
} | ||
}, | ||
{ | ||
"description": "Track - batch update Call timestamp as unix as digit", | ||
"input": { | ||
"message": { | ||
"channel": "sources", | ||
"properties": { | ||
"profileId": "34245", | ||
"floodlightConfigurationId": "213123123", | ||
"ordinal": "string", | ||
"ordinal": "213123", | ||
"floodlightActivityId": "456543345245", | ||
"value": "756", | ||
"quantity": "455678", | ||
"timestamp": "1668624722903000", | ||
"matchId": "12312321", | ||
"requestType": "batchupdate" | ||
}, | ||
"originalTimestamp": 1668624722555000, | ||
"timestamp": 1668624722555000, | ||
"type": "track", | ||
"event": "event test", | ||
"anonymousId": "randomId", | ||
|
@@ -670,7 +706,7 @@ | |
"conversions": [ | ||
{ | ||
"floodlightConfigurationId": "213123123", | ||
"ordinal": "string", | ||
"ordinal": "213123", | ||
"timestampMicros": "1668624722555000", | ||
"floodlightActivityId": "456543345245", | ||
"quantity": "455678", | ||
|