-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
4 changed files
with
103 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
The `device_info.os_type` holds the device's operating system. | ||
|
||
In our request database, we have observed the following values being transmitted for this property: | ||
|
||
* `ANDROID` | ||
* `2` | ||
|
||
For requests made from Android devices, the value was always `ANDROID`. For requests made from iOS devices, it was always `2`. |
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,3 @@ | ||
According to the [targeting parameter documentation](https://support.google.com/admanager/answer/7320899?hl=en#rdid-idtype-is_lat) in Google's Ad Manager Help ([archived](https://web.archive.org/web/20240429092541/https://support.google.com/admanager/answer/7320899?hl=en#rdid-idtype-is_lat)), the `rdid` property holds a "resettable device identifier". | ||
|
||
Google's further [documentation on resettable device identifiers](https://support.google.com/admanager/answer/6238701) ([archived](https://web.archive.org/web/20240429092547/https://support.google.com/admanager/answer/6238701)) lists the following examples of RDIDs: Google AdID, Apple IDFA, Amazon AFAI, Roku RIDA, Xbox MSAI |
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