Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ads will not be served for campaign with more than one state geotarget #19050

Closed
btlechowski opened this issue Oct 27, 2021 · 1 comment · Fixed by brave/brave-core#10735
Closed

Comments

@btlechowski
Copy link

btlechowski commented Oct 27, 2021

Follow up to #18748.

If there are more that one state geotarget, the ads will not be shown.
Example:

"geoTargets": [{
		"code": "US-OR",
		"name": "United States-Oregon"
	}, {
		"code": "US-CA",
		"name": "United States-California"
	}
],

Important: This is a regression in 1.31.x and 1.32.x

Steps to Reproduce

  1. Clear profile
  2. Connect to US-OR
  3. Use catalog: untargeted - 2 states - different creatives.txt
  4. Run Brave with: --enable-logging=stderr --vmodule="*/variations/*"=6,"*/bat-native-ledger/*"=6,"*/brave_rewards/*"=6,"*/bat-native-ads/*"=6,"*/bat-native-confirmations/*"=6,"*/brave_ads/*"=9,"*/brave_user_model/*"=6 --brave-ads-staging --brave-ads-debug --rewards=staging=true --variations-server-url=https://no-thanks.invalid --enable-features="CustomAdNotifications<CommandLineStudy" --force-fieldtrials="CommandLineStudy/Enabled"
  5. View an ad

Actual result:

Ad is not served

[28055:28055:1028/013006.348285:VERBOSE1:ads_impl.cc(227)] Browser state changed to unidle after 17 s
[28055:28055:1028/013006.351070:VERBOSE1:text_classification_model.cc(90)] No text classification probabilities found for en_US.UTF-8 locale
[28055:28055:1028/013006.351113:VERBOSE1:eligible_ad_notifications_v1.cc(39)] Get eligible ad notifications:
[28055:28055:1028/013006.352319:VERBOSE1:eligible_ad_notifications_v1.cc(140)] Get eligible ads for untargeted segment
[28055:28055:1028/013006.353700:VERBOSE2:exclusion_rules_base.cc(123)] creativeSetId 5e96fecc-2926-4c72-bb76-4e745bf6b539 excluded as not within the targeted subdivision
[28055:28055:1028/013006.353869:VERBOSE1:seen_advertisers.h(30)] All ad_notification advertisers have been shown, so round robin
[28055:28055:1028/013006.353980:VERBOSE1:client.cc(500)] Resetting seen ad_notification advertisers
[28055:28055:1028/013006.354123:VERBOSE1:seen_ads.h(30)] All ad_notification ads have been shown, so round robin
[28055:28055:1028/013006.354229:VERBOSE1:client.cc(464)] Resetting seen ad_notifications
[28055:28055:1028/013006.354399:VERBOSE1:eligible_ad_notifications_v1.cc(150)] No eligible ads for untargeted segment
[28055:28055:1028/013006.354611:VERBOSE1:ad_notification_serving.cc(139)] Ad notification not served: No eligible ads found

Expected result:

Ad is served

Reproduces how often:

Easily reproduced

Brave version (brave://version info)

Brave 1.33.33 Chromium: 95.0.4638.54 (Official Build) nightly (64-bit)
Revision d31a821ec901f68d0d34ccdbaea45b4c86ce543e-refs/branch-heads/4638@{#871}
OS Ubuntu 18.04 LTS

Version/Channel Information:

  • Can you reproduce this issue with the current release? no
  • Can you reproduce this issue with the beta channel? no
  • Can you reproduce this issue with the nightly channel? yes

cc @brave/legacy_qa @rebron @jsecretan @tmancey

@btlechowski
Copy link
Author

Verification passed on

Brave 1.31.88 Chromium: 95.0.4638.69 (Official Build) (64-bit)
Revision d31a821ec901f68d0d34ccdbaea45b4c86ce543e-refs/branch-heads/4638@{#871}
OS Ubuntu 18.04 LTS

untargeted - 2 states - different creatives - US-OR only

1st ad on US-OR

[30791:30791:1029/180245.274236:VERBOSE1:eligible_ad_notifications.cc(147)] Get eligible ads for untargeted segment
[30791:30791:1029/180245.285262:VERBOSE2:ad_priority.h(32)] 2 ads with a priority of 1 in bucket 1
[30791:30791:1029/180245.286105:VERBOSE1:ad_notification_serving.cc(122)] Found 2 eligible ads
[30791:30791:1029/180245.286240:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: ae8b6268-c30b-4a5c-b14c-84b9c058026f
  creativeInstanceId: a0369601-b46f-46aa-93e1-2c9bafda3c35
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: untargeted
  title: Ad AAA
  body: Ad AAA
  targetUrl: https://youtube.com

2nd ad US-OR

[31444:31444:1029/190739.412459:VERBOSE1:eligible_ad_notifications.cc(147)] Get eligible ads for untargeted segment
[31444:31444:1029/190739.416178:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[31444:31444:1029/190739.416264:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[31444:31444:1029/190739.416612:VERBOSE2:ad_priority.h(32)] 1 ads with a priority of 1 in bucket 1
[31444:31444:1029/190739.416761:VERBOSE1:ad_notification_serving.cc(122)] Found 1 eligible ads
[31444:31444:1029/190739.416800:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: 8541737d-7d6e-4331-8b8b-a0fe700e8099
  creativeInstanceId: 7898a259-664a-4052-8382-9c7279ae3249
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: untargeted
  title: Ad BBB
  body: Ad BBB
  targetUrl: https://youtube.com

3rd ad US-OR

[31902:31902:1029/201232.080992:VERBOSE1:eligible_ad_notifications.cc(147)] Get eligible ads for untargeted segment
[31902:31902:1029/201232.085006:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[31902:31902:1029/201232.085278:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[31902:31902:1029/201232.085794:VERBOSE1:seen_ads.h(29)] All ad_notifications have been shown, so round robin
[31902:31902:1029/201232.089514:VERBOSE1:client.cc(451)] Resetting seen ad_notifications
[31902:31902:1029/201232.090399:VERBOSE2:ad_priority.h(32)] 2 ads with a priority of 1 in bucket 1
[31902:31902:1029/201232.090842:VERBOSE1:ad_notification_serving.cc(122)] Found 2 eligible ads
[31902:31902:1029/201232.090989:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: 53d97e01-5ef1-4314-8f8c-9348ffbf337c
  creativeInstanceId: 7898a259-664a-4052-8382-9c7279ae3249
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: untargeted
  title: Ad BBB
  body: Ad BBB
  targetUrl: https://youtube.com

untargeted - 2 states - different creatives - US-OR into US-CA after round robin

1st ad on US-OR

[619:619:1029/202843.635433:VERBOSE1:eligible_ad_notifications.cc(147)] Get eligible ads for untargeted segment
[619:619:1029/202843.638667:VERBOSE2:ad_priority.h(32)] 2 ads with a priority of 1 in bucket 1
[619:619:1029/202843.638876:VERBOSE1:ad_notification_serving.cc(122)] Found 2 eligible ads
[619:619:1029/202843.638908:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: 12e0b553-3363-4cd4-8a45-c9b6662847ea
  creativeInstanceId: a0369601-b46f-46aa-93e1-2c9bafda3c35
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: untargeted
  title: Ad AAA
  body: Ad AAA
  targetUrl: https://youtube.com

2nd ad on US-OR

[1409:1409:1029/213235.218641:VERBOSE1:eligible_ad_notifications.cc(147)] Get eligible ads for untargeted segment
[1409:1409:1029/213235.222123:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[1409:1409:1029/213235.222289:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[1409:1409:1029/213235.222479:VERBOSE2:ad_priority.h(32)] 1 ads with a priority of 1 in bucket 1
[1409:1409:1029/213235.223375:VERBOSE1:ad_notification_serving.cc(122)] Found 1 eligible ads
[1409:1409:1029/213235.223633:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: d133c337-c15a-4c2c-8190-a5f3f1d7a838
  creativeInstanceId: 7898a259-664a-4052-8382-9c7279ae3249
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: untargeted
  title: Ad BBB
  body: Ad BBB
  targetUrl: https://youtube.com

3rd US-OR after round robin

[1768:1768:1029/223855.771820:VERBOSE1:eligible_ad_notifications.cc(147)] Get eligible ads for untargeted segment
[1768:1768:1029/223855.780794:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[1768:1768:1029/223855.780872:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[1768:1768:1029/223855.784877:VERBOSE1:seen_ads.h(29)] All ad_notifications have been shown, so round robin
[1768:1768:1029/223855.785172:VERBOSE1:client.cc(451)] Resetting seen ad_notifications
[1768:1768:1029/223855.785341:VERBOSE2:ad_priority.h(32)] 2 ads with a priority of 1 in bucket 1
[1768:1768:1029/223855.785585:VERBOSE1:ad_notification_serving.cc(122)] Found 2 eligible ads
[1768:1768:1029/223855.785625:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: 8ea1851d-809a-40dd-bb8b-decd4518ae19
  creativeInstanceId: a0369601-b46f-46aa-93e1-2c9bafda3c35
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: untargeted
  title: Ad AAA
  body: Ad AAA
  targetUrl: https://youtube.com

4th ad US-CA:

3288:3288:1030/005040.036638:VERBOSE1:eligible_ad_notifications.cc(147)] Get eligible ads for untargeted segment
[3288:3288:1030/005040.040482:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[3288:3288:1030/005040.040586:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[3288:3288:1030/005040.040951:VERBOSE1:seen_ads.h(29)] All ad_notifications have been shown, so round robin
[3288:3288:1030/005040.041076:VERBOSE1:client.cc(451)] Resetting seen ad_notifications
[3288:3288:1030/005040.041185:VERBOSE2:ad_priority.h(32)] 2 ads with a priority of 1 in bucket 1
[3288:3288:1030/005040.041367:VERBOSE1:ad_notification_serving.cc(122)] Found 2 eligible ads
[3288:3288:1030/005040.041412:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: 293d258b-83b9-447b-abd4-12887392c003
  creativeInstanceId: a0369601-b46f-46aa-93e1-2c9bafda3c35
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: untargeted
  title: Ad AAA
  body: Ad AAA
  targetUrl: https://youtube.com

5th ad US-CA

[3671:3671:1030/015235.725474:VERBOSE1:eligible_ad_notifications.cc(147)] Get eligible ads for untargeted segment
[3671:3671:1030/015235.728592:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[3671:3671:1030/015235.728774:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[3671:3671:1030/015235.729121:VERBOSE2:ad_priority.h(32)] 1 ads with a priority of 1 in bucket 1
[3671:3671:1030/015235.729448:VERBOSE1:ad_notification_serving.cc(122)] Found 1 eligible ads
[3671:3671:1030/015235.729747:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: c4dd002f-25bb-4c0f-a880-01b9a8863382
  creativeInstanceId: 7898a259-664a-4052-8382-9c7279ae3249
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: untargeted
  title: Ad BBB
  body: Ad BBB
  targetUrl: https://youtube.com

6th ad US-CA

[4581:4581:1030/025851.933130:VERBOSE1:eligible_ad_notifications.cc(147)] Get eligible ads for untargeted segment
[4581:4581:1030/025851.936129:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[4581:4581:1030/025851.936210:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[4581:4581:1030/025851.936536:VERBOSE1:seen_ads.h(29)] All ad_notifications have been shown, so round robin
[4581:4581:1030/025851.939027:VERBOSE1:client.cc(451)] Resetting seen ad_notifications
[4581:4581:1030/025851.939513:VERBOSE2:ad_priority.h(32)] 2 ads with a priority of 1 in bucket 1
[4581:4581:1030/025851.939718:VERBOSE1:ad_notification_serving.cc(122)] Found 2 eligible ads
[4581:4581:1030/025851.939835:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: 8f381e58-0bb5-43e8-aa8d-d64d0175c895
  creativeInstanceId: a0369601-b46f-46aa-93e1-2c9bafda3c35
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: untargeted
  title: Ad AAA
  body: Ad AAA
  targetUrl: https://youtube.com

untargeted - 2 states - different creatives - US-OR into US-CA before round robin

1st ad on US-OR

[5633:5633:1030/030547.207569:VERBOSE1:eligible_ad_notifications.cc(147)] Get eligible ads for untargeted segment
[5633:5633:1030/030547.211000:VERBOSE2:ad_priority.h(32)] 2 ads with a priority of 1 in bucket 1
[5633:5633:1030/030547.211248:VERBOSE1:ad_notification_serving.cc(122)] Found 2 eligible ads
[5633:5633:1030/030547.211368:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: 1adbe009-ec57-4e27-9093-43222e48e0a2
  creativeInstanceId: 7898a259-664a-4052-8382-9c7279ae3249
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: untargeted
  title: Ad BBB
  body: Ad BBB
  targetUrl: https://youtube.com

2nd US-CA

[6633:6633:1030/040911.981053:VERBOSE1:eligible_ad_notifications.cc(147)] Get eligible ads for untargeted segment
[6633:6633:1030/040911.996278:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[6633:6633:1030/040911.996339:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[6633:6633:1030/040911.996679:VERBOSE2:ad_priority.h(32)] 1 ads with a priority of 1 in bucket 1
[6633:6633:1030/040911.996838:VERBOSE1:ad_notification_serving.cc(122)] Found 1 eligible ads
[6633:6633:1030/040911.996878:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: bf4eeda4-b458-4779-bd51-0c2c2a9f0075
  creativeInstanceId: a0369601-b46f-46aa-93e1-2c9bafda3c35
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: untargeted
  title: Ad AAA
  body: Ad AAA
  targetUrl: https://youtube.com

3rd US-OR

[7701:7701:1030/051726.629021:VERBOSE1:eligible_ad_notifications.cc(147)] Get eligible ads for untargeted segment
[7701:7701:1030/051726.632427:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[7701:7701:1030/051726.632474:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[7701:7701:1030/051726.632917:VERBOSE1:seen_ads.h(29)] All ad_notifications have been shown, so round robin
[7701:7701:1030/051726.633024:VERBOSE1:client.cc(451)] Resetting seen ad_notifications
[7701:7701:1030/051726.633318:VERBOSE2:ad_priority.h(32)] 2 ads with a priority of 1 in bucket 1
[7701:7701:1030/051726.633473:VERBOSE1:ad_notification_serving.cc(122)] Found 2 eligible ads
[7701:7701:1030/051726.633505:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: c054aa8b-71c9-47ca-a201-b941b8370d26
  creativeInstanceId: 7898a259-664a-4052-8382-9c7279ae3249
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: untargeted
  title: Ad BBB
  body: Ad BBB
  targetUrl: https://youtube.com

4th on US-CA

[8101:8101:1030/062004.755679:VERBOSE1:eligible_ad_notifications.cc(147)] Get eligible ads for untargeted segment
[8101:8101:1030/062004.758784:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[8101:8101:1030/062004.758925:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[8101:8101:1030/062004.759116:VERBOSE2:ad_priority.h(32)] 1 ads with a priority of 1 in bucket 1
[8101:8101:1030/062004.759312:VERBOSE1:ad_notification_serving.cc(122)] Found 1 eligible ads
[8101:8101:1030/062004.759409:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: 3f57ec64-8e3d-459d-b50f-f77042830b27
  creativeInstanceId: a0369601-b46f-46aa-93e1-2c9bafda3c35
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: untargeted
  title: Ad AAA
  body: Ad AAA
  targetUrl: https://youtube.com

5th on US-OR

[8924:8924:1030/072739.361369:VERBOSE1:eligible_ad_notifications.cc(147)] Get eligible ads for untargeted segment
[8924:8924:1030/072739.364936:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[8924:8924:1030/072739.365089:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[8924:8924:1030/072739.365251:VERBOSE1:seen_ads.h(29)] All ad_notifications have been shown, so round robin
[8924:8924:1030/072739.365366:VERBOSE1:client.cc(451)] Resetting seen ad_notifications
[8924:8924:1030/072739.365501:VERBOSE2:ad_priority.h(32)] 2 ads with a priority of 1 in bucket 1
[8924:8924:1030/072739.365766:VERBOSE1:ad_notification_serving.cc(122)] Found 2 eligible ads
[8924:8924:1030/072739.365938:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: 8706910c-33eb-4ea6-a0ab-64eacfb3f573
  creativeInstanceId: a0369601-b46f-46aa-93e1-2c9bafda3c35
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: untargeted
  title: Ad AAA
  body: Ad AAA
  targetUrl: https://youtube.com

6th us US-CA

[9316:9316:1030/083147.883539:VERBOSE1:eligible_ad_notifications.cc(147)] Get eligible ads for untargeted segment
[9316:9316:1030/083147.886617:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[9316:9316:1030/083147.886775:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[9316:9316:1030/083147.887105:VERBOSE2:ad_priority.h(32)] 1 ads with a priority of 1 in bucket 1
[9316:9316:1030/083147.887301:VERBOSE1:ad_notification_serving.cc(122)] Found 1 eligible ads
[9316:9316:1030/083147.887334:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: f1dc04e9-03e9-474a-a2ef-0b8928f44ced
  creativeInstanceId: 7898a259-664a-4052-8382-9c7279ae3249
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: untargeted
  title: Ad BBB
  body: Ad BBB
  targetUrl: https://youtube.com

parent-child - 2 states - different creatives - US-OR into US-CA before round robin

1st ad on US-OR ``` [9761:9761:1030/084436.820777:VERBOSE1:eligible_ad_notifications.cc(88)] Get eligible ads for parent-child segments: [9761:9761:1030/084436.820857:VERBOSE1:eligible_ad_notifications.cc(90)] technology & computing-software [9761:9761:1030/084436.820920:VERBOSE1:eligible_ad_notifications.cc(90)] technology & computing-technology & computing [9761:9761:1030/084436.821026:VERBOSE1:eligible_ad_notifications.cc(90)] business-business [9761:9761:1030/084436.823801:VERBOSE2:ad_priority.h(32)] 2 ads with a priority of 1 in bucket 1 [9761:9761:1030/084436.824070:VERBOSE1:ad_notification_serving.cc(122)] Found 2 eligible ads [9761:9761:1030/084436.824135:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification: uuid: 42b661f9-8069-4198-9af9-8bbb80f012cd creativeInstanceId: a0369601-b46f-46aa-93e1-2c9bafda3c35 creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539 campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8 segment: technology & computing-software title: Ad AAA body: Ad AAA targetUrl: https://youtube.com ```

2nd ad on US-CA

[10578:10578:1030/094910.036968:VERBOSE1:eligible_ad_notifications.cc(88)] Get eligible ads for parent-child segments:
[10578:10578:1030/094910.037048:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-software
[10578:10578:1030/094910.037105:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-technology & computing
[10578:10578:1030/094910.037755:VERBOSE1:eligible_ad_notifications.cc(90)]   business-business
[10578:10578:1030/094910.041331:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[10578:10578:1030/094910.041418:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[10578:10578:1030/094910.041859:VERBOSE2:ad_priority.h(32)] 1 ads with a priority of 1 in bucket 1
[10578:10578:1030/094910.042180:VERBOSE1:ad_notification_serving.cc(122)] Found 1 eligible ads
[10578:10578:1030/094910.042266:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: a0fdcea3-514d-40c9-bc9f-3feb49d9d24a
  creativeInstanceId: 7898a259-664a-4052-8382-9c7279ae3249
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: technology & computing-software
  title: Ad BBB
  body: Ad BBB
  targetUrl: https://youtube.com

3rd ad on US-OR

[10920:10920:1030/105211.654730:VERBOSE1:eligible_ad_notifications.cc(88)] Get eligible ads for parent-child segments:
[10920:10920:1030/105211.654836:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-software
[10920:10920:1030/105211.654946:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-technology & computing
[10920:10920:1030/105211.655035:VERBOSE1:eligible_ad_notifications.cc(90)]   business-business
[10920:10920:1030/105211.658923:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[10920:10920:1030/105211.659165:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[10920:10920:1030/105211.659880:VERBOSE1:seen_ads.h(29)] All ad_notifications have been shown, so round robin
[10920:10920:1030/105211.659978:VERBOSE1:client.cc(451)] Resetting seen ad_notifications
[10920:10920:1030/105211.660254:VERBOSE2:ad_priority.h(32)] 2 ads with a priority of 1 in bucket 1
[10920:10920:1030/105211.660566:VERBOSE1:ad_notification_serving.cc(122)] Found 2 eligible ads
[10920:10920:1030/105211.660621:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: f54abb62-e839-4c1a-af6c-25bf72ddd785
  creativeInstanceId: a0369601-b46f-46aa-93e1-2c9bafda3c35
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: technology & computing-software
  title: Ad AAA
  body: Ad AAA
  targetUrl: https://youtube.com

4th ad US-CA

[11323:11323:1030/115503.564998:VERBOSE1:eligible_ad_notifications.cc(88)] Get eligible ads for parent-child segments:
[11323:11323:1030/115503.565090:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-software
[11323:11323:1030/115503.565159:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-technology & computing
[11323:11323:1030/115503.565225:VERBOSE1:eligible_ad_notifications.cc(90)]   business-business
[11323:11323:1030/115503.568498:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[11323:11323:1030/115503.568587:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[11323:11323:1030/115503.568968:VERBOSE2:ad_priority.h(32)] 1 ads with a priority of 1 in bucket 1
[11323:11323:1030/115503.569413:VERBOSE1:ad_notification_serving.cc(122)] Found 1 eligible ads
[11323:11323:1030/115503.569483:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: b02cf931-f2d2-4dd8-aead-d6d715df25a4
  creativeInstanceId: 7898a259-664a-4052-8382-9c7279ae3249
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: technology & computing-software
  title: Ad BBB
  body: Ad BBB
  targetUrl: https://youtube.com

parent - 2 states - different creatives - US-OR into US-CA after round robin

1st ad on US-OR

[11682:11682:1030/110259.778074:VERBOSE1:eligible_ad_notifications.cc(88)] Get eligible ads for parent-child segments:
[11682:11682:1030/110259.778250:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-software
[11682:11682:1030/110259.778370:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-technology & computing
[11682:11682:1030/110259.778468:VERBOSE1:eligible_ad_notifications.cc(90)]   business-business
[11682:11682:1030/110259.779265:VERBOSE1:eligible_ad_notifications.cc(101)] No eligible ads for parent-child segments
[11682:11682:1030/110259.779391:VERBOSE1:eligible_ad_notifications.cc(122)] Get eligible ads for parent segments:
[11682:11682:1030/110259.779553:VERBOSE1:eligible_ad_notifications.cc(124)]   technology & computing
[11682:11682:1030/110259.779655:VERBOSE1:eligible_ad_notifications.cc(124)]   business
[11682:11682:1030/110259.779757:VERBOSE1:eligible_ad_notifications.cc(124)]   food & drink
[11682:11682:1030/110259.782701:VERBOSE2:ad_priority.h(32)] 2 ads with a priority of 1 in bucket 1
[11682:11682:1030/110259.787734:VERBOSE1:ad_notification_serving.cc(122)] Found 2 eligible ads
[11682:11682:1030/110259.787924:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: f2f35a06-e991-4e9a-bc0a-128012aac41a
  creativeInstanceId: a0369601-b46f-46aa-93e1-2c9bafda3c35
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: technology & computing
  title: Ad AAA
  body: Ad AAA
  targetUrl: https://youtube.com

2nd ad on US-OR

[12410:12410:1030/120621.817698:VERBOSE1:eligible_ad_notifications.cc(88)] Get eligible ads for parent-child segments:
[12410:12410:1030/120621.817799:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-software
[12410:12410:1030/120621.817861:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-technology & computing
[12410:12410:1030/120621.817904:VERBOSE1:eligible_ad_notifications.cc(90)]   business-business
[12410:12410:1030/120621.818580:VERBOSE1:eligible_ad_notifications.cc(101)] No eligible ads for parent-child segments
[12410:12410:1030/120621.818666:VERBOSE1:eligible_ad_notifications.cc(122)] Get eligible ads for parent segments:
[12410:12410:1030/120621.818793:VERBOSE1:eligible_ad_notifications.cc(124)]   technology & computing
[12410:12410:1030/120621.818837:VERBOSE1:eligible_ad_notifications.cc(124)]   business
[12410:12410:1030/120621.818891:VERBOSE1:eligible_ad_notifications.cc(124)]   food & drink
[12410:12410:1030/120621.822045:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[12410:12410:1030/120621.822094:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[12410:12410:1030/120621.822177:VERBOSE2:ad_priority.h(32)] 1 ads with a priority of 1 in bucket 1
[12410:12410:1030/120621.822421:VERBOSE1:ad_notification_serving.cc(122)] Found 1 eligible ads
[12410:12410:1030/120621.822454:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: efe83974-68ee-4729-9b4b-8888aae27570
  creativeInstanceId: 7898a259-664a-4052-8382-9c7279ae3249
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: technology & computing
  title: Ad BBB
  body: Ad BBB
  targetUrl: https://youtube.com

3rd on US-OR after round robin

[12752:12752:1030/130919.387385:VERBOSE1:eligible_ad_notifications.cc(88)] Get eligible ads for parent-child segments:
[12752:12752:1030/130919.387519:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-software
[12752:12752:1030/130919.387584:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-technology & computing
[12752:12752:1030/130919.387665:VERBOSE1:eligible_ad_notifications.cc(90)]   business-business
[12752:12752:1030/130919.388440:VERBOSE1:eligible_ad_notifications.cc(101)] No eligible ads for parent-child segments
[12752:12752:1030/130919.388523:VERBOSE1:eligible_ad_notifications.cc(122)] Get eligible ads for parent segments:
[12752:12752:1030/130919.388582:VERBOSE1:eligible_ad_notifications.cc(124)]   technology & computing
[12752:12752:1030/130919.388669:VERBOSE1:eligible_ad_notifications.cc(124)]   business
[12752:12752:1030/130919.388727:VERBOSE1:eligible_ad_notifications.cc(124)]   food & drink
[12752:12752:1030/130919.392472:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[12752:12752:1030/130919.392578:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[12752:12752:1030/130919.392961:VERBOSE1:seen_ads.h(29)] All ad_notifications have been shown, so round robin
[12752:12752:1030/130919.393015:VERBOSE1:client.cc(451)] Resetting seen ad_notifications
[12752:12752:1030/130919.393104:VERBOSE2:ad_priority.h(32)] 2 ads with a priority of 1 in bucket 1
[12752:12752:1030/130919.393612:VERBOSE1:ad_notification_serving.cc(122)] Found 2 eligible ads
[12752:12752:1030/130919.393690:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: 2a03771f-08fd-4464-b3d1-02ea51448d4f
  creativeInstanceId: a0369601-b46f-46aa-93e1-2c9bafda3c35
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: technology & computing
  title: Ad AAA
  body: Ad AAA
  targetUrl: https://youtube.com

4th on US-CA

[13385:13385:1030/141233.020775:VERBOSE1:eligible_ad_notifications.cc(88)] Get eligible ads for parent-child segments:
[13385:13385:1030/141233.020855:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-software
[13385:13385:1030/141233.020919:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-technology & computing
[13385:13385:1030/141233.020968:VERBOSE1:eligible_ad_notifications.cc(90)]   business-business
[13385:13385:1030/141233.021786:VERBOSE1:eligible_ad_notifications.cc(101)] No eligible ads for parent-child segments
[13385:13385:1030/141233.021851:VERBOSE1:eligible_ad_notifications.cc(122)] Get eligible ads for parent segments:
[13385:13385:1030/141233.021913:VERBOSE1:eligible_ad_notifications.cc(124)]   technology & computing
[13385:13385:1030/141233.021961:VERBOSE1:eligible_ad_notifications.cc(124)]   business
[13385:13385:1030/141233.022018:VERBOSE1:eligible_ad_notifications.cc(124)]   food & drink
[13385:13385:1030/141233.025616:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[13385:13385:1030/141233.025685:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[13385:13385:1030/141233.025824:VERBOSE2:ad_priority.h(32)] 1 ads with a priority of 1 in bucket 1
[13385:13385:1030/141233.026101:VERBOSE1:ad_notification_serving.cc(122)] Found 1 eligible ads
[13385:13385:1030/141233.026331:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: 761bcf1c-5ad1-4f71-94bc-3f3866d71109
  creativeInstanceId: 7898a259-664a-4052-8382-9c7279ae3249
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: technology & computing
  title: Ad BBB
  body: Ad BBB
  targetUrl: https://youtube.com

5th on US-CA

[13707:13707:1030/151509.443877:VERBOSE1:eligible_ad_notifications.cc(88)] Get eligible ads for parent-child segments:
[13707:13707:1030/151509.443975:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-software
[13707:13707:1030/151509.444031:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-technology & computing
[13707:13707:1030/151509.444072:VERBOSE1:eligible_ad_notifications.cc(90)]   business-business
[13707:13707:1030/151509.444874:VERBOSE1:eligible_ad_notifications.cc(101)] No eligible ads for parent-child segments
[13707:13707:1030/151509.444985:VERBOSE1:eligible_ad_notifications.cc(122)] Get eligible ads for parent segments:
[13707:13707:1030/151509.445057:VERBOSE1:eligible_ad_notifications.cc(124)]   technology & computing
[13707:13707:1030/151509.445113:VERBOSE1:eligible_ad_notifications.cc(124)]   business
[13707:13707:1030/151509.445186:VERBOSE1:eligible_ad_notifications.cc(124)]   food & drink
[13707:13707:1030/151509.448967:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[13707:13707:1030/151509.449094:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[13707:13707:1030/151509.449456:VERBOSE1:seen_ads.h(29)] All ad_notifications have been shown, so round robin
[13707:13707:1030/151509.449612:VERBOSE1:client.cc(451)] Resetting seen ad_notifications
[13707:13707:1030/151509.449846:VERBOSE2:ad_priority.h(32)] 2 ads with a priority of 1 in bucket 1
[13707:13707:1030/151509.450072:VERBOSE1:ad_notification_serving.cc(122)] Found 2 eligible ads
[13707:13707:1030/151509.450133:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: 7a68ea55-8941-497c-8dc9-5d9ab054b61c
  creativeInstanceId: 7898a259-664a-4052-8382-9c7279ae3249
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: technology & computing
  title: Ad BBB
  body: Ad BBB
  targetUrl: https://youtube.com

6th

[14023:14023:1030/161745.018198:VERBOSE1:eligible_ad_notifications.cc(88)] Get eligible ads for parent-child segments:
[14023:14023:1030/161745.018344:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-software
[14023:14023:1030/161745.018476:VERBOSE1:eligible_ad_notifications.cc(90)]   technology & computing-technology & computing
[14023:14023:1030/161745.018582:VERBOSE1:eligible_ad_notifications.cc(90)]   business-business
[14023:14023:1030/161745.019334:VERBOSE1:eligible_ad_notifications.cc(101)] No eligible ads for parent-child segments
[14023:14023:1030/161745.019399:VERBOSE1:eligible_ad_notifications.cc(122)] Get eligible ads for parent segments:
[14023:14023:1030/161745.019591:VERBOSE1:eligible_ad_notifications.cc(124)]   technology & computing
[14023:14023:1030/161745.019730:VERBOSE1:eligible_ad_notifications.cc(124)]   business
[14023:14023:1030/161745.019849:VERBOSE1:eligible_ad_notifications.cc(124)]   food & drink
[14023:14023:1030/161745.023318:VERBOSE1:seen_advertisers.h(29)] All ad_notifications have been shown, so round robin
[14023:14023:1030/161745.023474:VERBOSE1:client.cc(487)] Resetting seen ad_notification advertisers
[14023:14023:1030/161745.023960:VERBOSE2:ad_priority.h(32)] 1 ads with a priority of 1 in bucket 1
[14023:14023:1030/161745.024440:VERBOSE1:ad_notification_serving.cc(122)] Found 1 eligible ads
[14023:14023:1030/161745.024587:VERBOSE1:ad_notification_serving.cc(218)] Serving ad notification:
  uuid: 90e486e7-350f-4f57-b252-6c6b14b4d470
  creativeInstanceId: a0369601-b46f-46aa-93e1-2c9bafda3c35
  creativeSetId: 5e96fecc-2926-4c72-bb76-4e745bf6b539
  campaignId: 0d01425b-c970-4a25-b2d0-ccf748cfaf6e
  advertiserId: ecbcc833-8b1d-4867-98f7-ad2341396ce8
  segment: technology & computing
  title: Ad AAA
  body: Ad AAA
  targetUrl: https://youtube.com

@btlechowski btlechowski added QA Pass-Linux and removed QA/In-Progress Indicates that QA is currently in progress for that particular issue labels Oct 29, 2021
@tmancey tmancey added this to Ads Jun 10, 2024
@tmancey tmancey moved this to Done in Ads Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants