Skip to content

Commit a50b804

Browse files
author
Eric Urban
committed
metro dma
1 parent 350dca9 commit a50b804

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/V11/Reporting/GeographicPerformanceReportColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ final class GeographicPerformanceReportColumn
4141
/** The state where the user was physically located when they clicked the ad. */
4242
const State = 'State';
4343

44-
/** The metro area (Nielsen DMA? in the United States) where the user was physically located when they clicked the ad. */
44+
/** The metro area (Nielsen DMA® in the United States) where the user was physically located when they clicked the ad. */
4545
const MetroArea = 'MetroArea';
4646

4747
/** The city where the user was physically located when they clicked the ad. */

src/V11/Reporting/UserLocationPerformanceReportColumn.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ final class UserLocationPerformanceReportColumn
4141
/** The state where the user was physically located when they clicked the ad. */
4242
const State = 'State';
4343

44-
/** The metro area (Nielsen DMA? in the United States) where the user was physically located when they clicked the ad. */
44+
/** The metro area (Nielsen DMA® in the United States) where the user was physically located when they clicked the ad. */
4545
const MetroArea = 'MetroArea';
4646

4747
/** The account currency type. */
@@ -89,7 +89,7 @@ final class UserLocationPerformanceReportColumn
8989
/** The name of a city if the user's geographical intent can be determined. */
9090
const QueryIntentCity = 'QueryIntentCity';
9191

92-
/** The name of a metro area (Nielsen DMA? in the United States) if the user's geographical intent can be determined. */
92+
/** The name of a metro area (Nielsen DMA® in the United States) if the user's geographical intent can be determined. */
9393
const QueryIntentDMA = 'QueryIntentDMA';
9494

9595
/** The keyword bid match type. */

0 commit comments

Comments
 (0)