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
Verifiable Ad Conversions do not seem to be working consistently on iOS.
Originally thought to be due to slow upgrades but example A. is a fresh campaign that only started after ios was supposed to be supported.
All ios conversions are missing conversion envelope Example A.
Some ios conversions have conversionEnvelope Example B.
Use link from above but replace WHERE clause with WHERE ads_aurora.campaign_redshift_staging.campaign_id in ('04d01606-3bf2-41d9-afa2-54408159ed43', '1056f376-67d3-49dd-a255-f0854f1c4907')
Testing
Set settings to US-geo.
1. DOM
Confirm staging catalog contains the following creativeInstanceId
Map locally page.html from .zip file in brave/brave-core#8640
Force Ad for creativeInstanceId
Go to conversion URL: https:brave.com/?vac=DOM
Confirm that conversion ID is extracted into conversion queue table
Confirm that conversionEnvelope is generated and sent in ads confirmation
2. URL
Confirm staging catalog contains the following creativeInstanceId
Force Ad for creativeInstanceId
Go to conversion URL: https://www.nytimes.com/section/world?conversion_id=tm-<insert_value>
Confirm that conversion ID is extracted into conversion queue table
Confirm that conversionEnvelope is generated and sent in ads confirmation
Confirm with @iambrianfung that these confirmations are in the staging ads database
The text was updated successfully, but these errors were encountered:
Verifiable Ad Conversions do not seem to be working consistently on iOS.
Originally thought to be due to slow upgrades but example A. is a fresh campaign that only started after ios was supposed to be supported.
All ios conversions are missing conversion envelope
Example A.
Some ios conversions have conversionEnvelope
Example B.
Use link from above but replace
WHERE
clause withWHERE ads_aurora.campaign_redshift_staging.campaign_id in ('04d01606-3bf2-41d9-afa2-54408159ed43', '1056f376-67d3-49dd-a255-f0854f1c4907')
Testing
Set settings to US-geo.
1. DOM
Confirm staging catalog contains the following creativeInstanceId
Map locally page.html from .zip file in brave/brave-core#8640
Force Ad for creativeInstanceId
Go to conversion URL: https:brave.com/?vac=DOM
Confirm that conversion ID is extracted into conversion queue table
Confirm that conversionEnvelope is generated and sent in ads confirmation
2. URL
Confirm staging catalog contains the following creativeInstanceId
Force Ad for creativeInstanceId
Go to conversion URL: https://www.nytimes.com/section/world?conversion_id=tm-<insert_value>
Confirm that conversion ID is extracted into conversion queue table
Confirm that conversionEnvelope is generated and sent in ads confirmation
Confirm with @iambrianfung that these confirmations are in the staging ads database
The text was updated successfully, but these errors were encountered: