Function getTestGroupId
getTestGroupId(): Promise<null | TestGroupId>
Retrieve the test group of the user. The test group is computed from the advertiser id, so if that is not available, the promise resolves to null.
Returns
Promise<null | TestGroupId>