You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
Moved it into the 1.36 milestone and labelled this as release/blocking till we know more and make a decision regarding if this needs to be fixed before we push out 1.36.
Description:
Missing ConversionEnvelope on iOS for ad conversions
Steps to Reproduce
Actual result:
conversionEnvelope not appended to confirmation payload.
https://ads-serve.bravesoftware.com/v2/confirmation/261acb34-dde4-4255-9913-af8ec064e4bd/
{
"blindedPaymentTokens": ["zrO+trqwgPDShe2bG/NRC/mtrZdt8YdMatu2HqjjMBQ="],
"buildChannel": "dev",
"creativeInstanceId": "0e3fa44c-edd4-4ad3-b21e-e6c93ef001c4",
"payload": {},
"platform": "ios",
"publicKey": "JnPs9+7NSdmFflbIvMs0/6BBDt99JMgEvm+9mHNByjI=",
"studies": [],
"type": "conversion"
}
Expected result:
conversionEnvelope is appended to confirmation request
{
"blindedPaymentTokens": ["tiQ/TRMLQhBXkrOAQMV6ydRGQ5P3EcEcd0vCcPC/jEE="],
"buildChannel": "dev",
"conversionEnvelope": {
"alg": "crypto_box_curve25519xsalsa20poly1305",
"ciphertext": "1FZEfhtpqAPx4u3sGHzrwI+7slPT/vt+//1wVE+ZeUdVrLGfE5LjqnM6BvSZkF+z",
"epk": "CQqdjZAKOuMrWDImNqU9Nh8fx0VHNes8rVtsQlzT5i0=",
"nonce": "5rl9XcaibA8hGhGyOBR566FeC8S/XEFI"
},
"creativeInstanceId": "0e3fa44c-edd4-4ad3-b21e-e6c93ef001c4",
"payload": {},
"platform": "ios",
"publicKey": "JnPs9+7NSdmFflbIvMs0/6BBDt99JMgEvm+9mHNByjI=",
"studies": [],
"type": "conversion"
}
Reproduces how often: [Easily reproduced, Intermittent Issue]
Easily
Brave Version:
1.36.108
Device details:
iPhone, iPad
iOS 15, iOS 14
Website problems only:
Additional Information
The text was updated successfully, but these errors were encountered: