File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,13 @@ type CampaignInfo struct {
5353// This type provides the representation of the `context.device` object as
5454// defined in https://segment.com/docs/spec/common/#context
5555type DeviceInfo struct {
56- Id string `json:"id,omitempty"`
57- Manufacturer string `json:"manufacturer,omitempty"`
58- Model string `json:"model,omitempty"`
59- Name string `json:"name,omitempty"`
60- Type string `json:"type,omitempty"`
61- Version string `json:"version,omitempty"`
56+ Id string `json:"id,omitempty"`
57+ Manufacturer string `json:"manufacturer,omitempty"`
58+ Model string `json:"model,omitempty"`
59+ Name string `json:"name,omitempty"`
60+ Type string `json:"type,omitempty"`
61+ Version string `json:"version,omitempty"`
62+ AdvertisingID string `json:"advertisingId,omitempty"`
6263}
6364
6465// This type provides the representation of the `context.library` object as
You can’t perform that action at this time.
0 commit comments