google-ads-ad_manager-v1 2.3.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/ads/ad_manager/v1/ad_review_center_ad_service/rest/client.rb +3 -2
- data/lib/google/ads/ad_manager/v1/ad_unit_service/paths.rb +34 -0
- data/lib/google/ads/ad_manager/v1/ad_unit_service/rest/client.rb +624 -0
- data/lib/google/ads/ad_manager/v1/ad_unit_service/rest/service_stub.rb +434 -0
- data/lib/google/ads/ad_manager/v1/cms_metadata_value_service/rest/client.rb +2 -2
- data/lib/google/ads/ad_manager/v1/custom_targeting_key_service/rest/client.rb +538 -0
- data/lib/google/ads/ad_manager/v1/custom_targeting_key_service/rest/service_stub.rb +372 -0
- data/lib/google/ads/ad_manager/v1/line_item_service/credentials.rb +47 -0
- data/lib/google/ads/ad_manager/v1/line_item_service/paths.rb +64 -0
- data/lib/google/ads/ad_manager/v1/line_item_service/rest/client.rb +538 -0
- data/lib/google/ads/ad_manager/v1/line_item_service/rest/service_stub.rb +203 -0
- data/lib/google/ads/ad_manager/v1/line_item_service/rest.rb +52 -0
- data/lib/google/ads/ad_manager/v1/line_item_service.rb +48 -0
- data/lib/google/ads/ad_manager/v1/network_service/rest/client.rb +29 -4
- data/lib/google/ads/ad_manager/v1/rest.rb +1 -0
- data/lib/google/ads/ad_manager/v1/version.rb +1 -1
- data/lib/google/ads/ad_manager/v1.rb +1 -0
- data/lib/google/ads/admanager/v1/ad_review_center_ad_service_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/ad_unit_service_pb.rb +15 -1
- data/lib/google/ads/admanager/v1/ad_unit_service_services_pb.rb +14 -0
- data/lib/google/ads/admanager/v1/cms_metadata_value_service_services_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/custom_targeting_key_service_pb.rb +13 -1
- data/lib/google/ads/admanager/v1/custom_targeting_key_service_services_pb.rb +12 -0
- data/lib/google/ads/admanager/v1/goal_enums_pb.rb +45 -0
- data/lib/google/ads/admanager/v1/goal_pb.rb +44 -0
- data/lib/google/ads/admanager/v1/line_item_enums_pb.rb +43 -0
- data/lib/google/ads/admanager/v1/line_item_messages_pb.rb +54 -0
- data/lib/google/ads/admanager/v1/line_item_service_pb.rb +51 -0
- data/lib/google/ads/admanager/v1/line_item_service_services_pb.rb +47 -0
- data/lib/google/ads/admanager/v1/network_messages_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/network_service_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/order_messages_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/report_definition_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/report_messages_pb.rb +1 -1
- data/proto_docs/google/ads/admanager/v1/ad_review_center_ad_service.rb +3 -2
- data/proto_docs/google/ads/admanager/v1/ad_unit_service.rb +135 -0
- data/proto_docs/google/ads/admanager/v1/cms_metadata_value_service.rb +1 -1
- data/proto_docs/google/ads/admanager/v1/custom_targeting_key_service.rb +118 -0
- data/proto_docs/google/ads/admanager/v1/goal.rb +59 -0
- data/proto_docs/google/ads/admanager/v1/goal_enums.rb +136 -0
- data/proto_docs/google/ads/admanager/v1/line_item_enums.rb +90 -0
- data/proto_docs/google/ads/admanager/v1/line_item_messages.rb +74 -0
- data/proto_docs/google/ads/admanager/v1/line_item_service.rb +99 -0
- data/proto_docs/google/ads/admanager/v1/network_service.rb +31 -0
- data/proto_docs/google/ads/admanager/v1/order_messages.rb +3 -2
- data/proto_docs/google/ads/admanager/v1/report_definition.rb +926 -57
- data/proto_docs/google/ads/admanager/v1/report_messages.rb +4 -1
- metadata +18 -1
|
@@ -190,6 +190,10 @@ module Google
|
|
|
190
190
|
# preceding the calendar week the report is run.
|
|
191
191
|
LAST_WEEK = 7
|
|
192
192
|
|
|
193
|
+
# The entire previous calendar week, Sunday to Saturday (inclusive),
|
|
194
|
+
# preceding the calendar week the report is run.
|
|
195
|
+
LAST_WEEK_STARTING_SUNDAY = 39
|
|
196
|
+
|
|
193
197
|
# The entire previous calendar month preceding the calendar month the
|
|
194
198
|
# report is run.
|
|
195
199
|
LAST_MONTH = 8
|
|
@@ -214,6 +218,9 @@ module Google
|
|
|
214
218
|
# The 90 days preceding the day the report is run.
|
|
215
219
|
LAST_90_DAYS = 14
|
|
216
220
|
|
|
221
|
+
# The 93 days preceding the day the report is run.
|
|
222
|
+
LAST_93_DAYS = 38
|
|
223
|
+
|
|
217
224
|
# The 180 days preceding the day the report is run.
|
|
218
225
|
LAST_180_DAYS = 15
|
|
219
226
|
|
|
@@ -492,6 +499,12 @@ module Google
|
|
|
492
499
|
# Privacy and messaging.
|
|
493
500
|
PRIVACY_AND_MESSAGING = 6
|
|
494
501
|
|
|
502
|
+
# Gross revenue.
|
|
503
|
+
REVENUE_VERIFICATION = 7
|
|
504
|
+
|
|
505
|
+
# Partner finance.
|
|
506
|
+
PARTNER_FINANCE = 8
|
|
507
|
+
|
|
495
508
|
# Ad speed.
|
|
496
509
|
AD_SPEED = 13
|
|
497
510
|
end
|
|
@@ -537,7 +550,7 @@ module Google
|
|
|
537
550
|
# Data format: `ENUM`
|
|
538
551
|
ADVERTISER_CREDIT_STATUS = 475
|
|
539
552
|
|
|
540
|
-
# Advertiser credit status
|
|
553
|
+
# Advertiser credit status localized name
|
|
541
554
|
#
|
|
542
555
|
#
|
|
543
556
|
#
|
|
@@ -642,7 +655,7 @@ module Google
|
|
|
642
655
|
# Data format: `ENUM`
|
|
643
656
|
ADVERTISER_STATUS = 471
|
|
644
657
|
|
|
645
|
-
# Advertiser status
|
|
658
|
+
# Advertiser status localized name
|
|
646
659
|
#
|
|
647
660
|
#
|
|
648
661
|
#
|
|
@@ -666,7 +679,7 @@ module Google
|
|
|
666
679
|
# Data format: `ENUM`
|
|
667
680
|
ADVERTISER_TYPE = 473
|
|
668
681
|
|
|
669
|
-
# Advertiser type
|
|
682
|
+
# Advertiser type localized name
|
|
670
683
|
#
|
|
671
684
|
#
|
|
672
685
|
#
|
|
@@ -697,7 +710,8 @@ module Google
|
|
|
697
710
|
# Corresponds to "Ad Exchange product value" in the Ad Manager UI (when
|
|
698
711
|
# showing API fields).
|
|
699
712
|
#
|
|
700
|
-
# Compatible with the following report types: `HISTORICAL
|
|
713
|
+
# Compatible with the following report types: `HISTORICAL`,
|
|
714
|
+
# `REVENUE_VERIFICATION`
|
|
701
715
|
#
|
|
702
716
|
# Data format: `ENUM`
|
|
703
717
|
ADX_PRODUCT = 499
|
|
@@ -709,7 +723,8 @@ module Google
|
|
|
709
723
|
#
|
|
710
724
|
# Corresponds to "Ad Exchange product" in the Ad Manager UI.
|
|
711
725
|
#
|
|
712
|
-
# Compatible with the following report types: `HISTORICAL
|
|
726
|
+
# Compatible with the following report types: `HISTORICAL`,
|
|
727
|
+
# `REVENUE_VERIFICATION`
|
|
713
728
|
#
|
|
714
729
|
# Data format: `STRING`
|
|
715
730
|
ADX_PRODUCT_NAME = 500
|
|
@@ -762,6 +777,17 @@ module Google
|
|
|
762
777
|
# Data format: `STRING`
|
|
763
778
|
AD_LOCATION_NAME = 391
|
|
764
779
|
|
|
780
|
+
# Multi-size inventory in an ad request.
|
|
781
|
+
#
|
|
782
|
+
#
|
|
783
|
+
#
|
|
784
|
+
# Corresponds to "Ad request sizes" in the Ad Manager UI.
|
|
785
|
+
#
|
|
786
|
+
# Compatible with the following report types:
|
|
787
|
+
#
|
|
788
|
+
# Data format: `STRING_LIST`
|
|
789
|
+
AD_REQUEST_SIZES = 541
|
|
790
|
+
|
|
765
791
|
# The domain of the ad technology provider associated with the bid.
|
|
766
792
|
#
|
|
767
793
|
#
|
|
@@ -1590,6 +1616,28 @@ module Google
|
|
|
1590
1616
|
# Data format: `STRING`
|
|
1591
1617
|
AGE_BRACKET_NAME = 582
|
|
1592
1618
|
|
|
1619
|
+
# Property ID in Google Analytics
|
|
1620
|
+
#
|
|
1621
|
+
#
|
|
1622
|
+
#
|
|
1623
|
+
# Corresponds to "Analytics property ID" in the Ad Manager UI.
|
|
1624
|
+
#
|
|
1625
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1626
|
+
#
|
|
1627
|
+
# Data format: `IDENTIFIER`
|
|
1628
|
+
ANALYTICS_PROPERTY_ID = 733
|
|
1629
|
+
|
|
1630
|
+
# Property name in Google Analytics
|
|
1631
|
+
#
|
|
1632
|
+
#
|
|
1633
|
+
#
|
|
1634
|
+
# Corresponds to "Analytics property" in the Ad Manager UI.
|
|
1635
|
+
#
|
|
1636
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1637
|
+
#
|
|
1638
|
+
# Data format: `STRING`
|
|
1639
|
+
ANALYTICS_PROPERTY_NAME = 767
|
|
1640
|
+
|
|
1593
1641
|
# Enum value for App Tracking Transparency consent status.
|
|
1594
1642
|
#
|
|
1595
1643
|
#
|
|
@@ -1647,6 +1695,50 @@ module Google
|
|
|
1647
1695
|
# Data format: `IDENTIFIER`
|
|
1648
1696
|
AUCTION_PACKAGE_DEAL_ID = 571
|
|
1649
1697
|
|
|
1698
|
+
# Name of billable audience segment.
|
|
1699
|
+
#
|
|
1700
|
+
#
|
|
1701
|
+
#
|
|
1702
|
+
# Corresponds to "Audience segment (billable)" in the Ad Manager UI.
|
|
1703
|
+
#
|
|
1704
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1705
|
+
#
|
|
1706
|
+
# Data format: `STRING`
|
|
1707
|
+
AUDIENCE_SEGMENT_BILLABLE = 594
|
|
1708
|
+
|
|
1709
|
+
# ID of the data provider for the audience segment.
|
|
1710
|
+
#
|
|
1711
|
+
#
|
|
1712
|
+
#
|
|
1713
|
+
# Corresponds to "Audience segment data provider ID" in the Ad Manager UI.
|
|
1714
|
+
#
|
|
1715
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1716
|
+
#
|
|
1717
|
+
# Data format: `IDENTIFIER`
|
|
1718
|
+
AUDIENCE_SEGMENT_DATA_PROVIDER_ID = 613
|
|
1719
|
+
|
|
1720
|
+
# Name of the data provider for the audience segment.
|
|
1721
|
+
#
|
|
1722
|
+
#
|
|
1723
|
+
#
|
|
1724
|
+
# Corresponds to "Audience segment data provider" in the Ad Manager UI.
|
|
1725
|
+
#
|
|
1726
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1727
|
+
#
|
|
1728
|
+
# Data format: `STRING`
|
|
1729
|
+
AUDIENCE_SEGMENT_DATA_PROVIDER_NAME = 614
|
|
1730
|
+
|
|
1731
|
+
# ID of billable audience segment.
|
|
1732
|
+
#
|
|
1733
|
+
#
|
|
1734
|
+
#
|
|
1735
|
+
# Corresponds to "Audience segment ID (billable)" in the Ad Manager UI.
|
|
1736
|
+
#
|
|
1737
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1738
|
+
#
|
|
1739
|
+
# Data format: `IDENTIFIER`
|
|
1740
|
+
AUDIENCE_SEGMENT_ID_BILLABLE = 595
|
|
1741
|
+
|
|
1650
1742
|
# ID of targeted audience segment, including all first-party and
|
|
1651
1743
|
# third-party segments that matched the user on the winning line item.
|
|
1652
1744
|
#
|
|
@@ -1671,6 +1763,172 @@ module Google
|
|
|
1671
1763
|
# Data format: `STRING`
|
|
1672
1764
|
AUDIENCE_SEGMENT_TARGETED = 585
|
|
1673
1765
|
|
|
1766
|
+
# Number of AdID identifiers in the audience segment.
|
|
1767
|
+
#
|
|
1768
|
+
#
|
|
1769
|
+
#
|
|
1770
|
+
# Corresponds to "Audience segment (targeted) AdID size" in the Ad Manager
|
|
1771
|
+
# UI.
|
|
1772
|
+
#
|
|
1773
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1774
|
+
#
|
|
1775
|
+
# Data format: `INTEGER`
|
|
1776
|
+
AUDIENCE_SEGMENT_TARGETED_AD_ID_USER_SIZE = 605
|
|
1777
|
+
|
|
1778
|
+
# Number of Amazon Fire identifiers in the audience segment.
|
|
1779
|
+
#
|
|
1780
|
+
#
|
|
1781
|
+
#
|
|
1782
|
+
# Corresponds to "Audience segment (targeted) Amazon Fire size" in the Ad
|
|
1783
|
+
# Manager UI.
|
|
1784
|
+
#
|
|
1785
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1786
|
+
#
|
|
1787
|
+
# Data format: `INTEGER`
|
|
1788
|
+
AUDIENCE_SEGMENT_TARGETED_AMAZON_FIRE_USER_SIZE = 606
|
|
1789
|
+
|
|
1790
|
+
# Number of Android TV identifiers in the audience segment.
|
|
1791
|
+
#
|
|
1792
|
+
#
|
|
1793
|
+
#
|
|
1794
|
+
# Corresponds to "Audience segment (targeted) Android TV size" in the Ad
|
|
1795
|
+
# Manager UI.
|
|
1796
|
+
#
|
|
1797
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1798
|
+
#
|
|
1799
|
+
# Data format: `INTEGER`
|
|
1800
|
+
AUDIENCE_SEGMENT_TARGETED_ANDROID_TV_USER_SIZE = 607
|
|
1801
|
+
|
|
1802
|
+
# Number of Apple TV identifiers in the audience segment.
|
|
1803
|
+
#
|
|
1804
|
+
#
|
|
1805
|
+
#
|
|
1806
|
+
# Corresponds to "Audience segment (targeted) Apple TV size" in the Ad
|
|
1807
|
+
# Manager UI.
|
|
1808
|
+
#
|
|
1809
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1810
|
+
#
|
|
1811
|
+
# Data format: `INTEGER`
|
|
1812
|
+
AUDIENCE_SEGMENT_TARGETED_APPLE_TV_USER_SIZE = 608
|
|
1813
|
+
|
|
1814
|
+
# Number of IDFA identifiers in the audience segment.
|
|
1815
|
+
#
|
|
1816
|
+
#
|
|
1817
|
+
#
|
|
1818
|
+
# Corresponds to "Audience segment (targeted) IDFA size" in the Ad Manager
|
|
1819
|
+
# UI.
|
|
1820
|
+
#
|
|
1821
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1822
|
+
#
|
|
1823
|
+
# Data format: `INTEGER`
|
|
1824
|
+
AUDIENCE_SEGMENT_TARGETED_IDFA_USER_SIZE = 609
|
|
1825
|
+
|
|
1826
|
+
# Number of mobile web identifiers in the audience segment.
|
|
1827
|
+
#
|
|
1828
|
+
#
|
|
1829
|
+
#
|
|
1830
|
+
# Corresponds to "Audience segment (targeted) mobile web size" in the Ad
|
|
1831
|
+
# Manager UI.
|
|
1832
|
+
#
|
|
1833
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1834
|
+
#
|
|
1835
|
+
# Data format: `INTEGER`
|
|
1836
|
+
AUDIENCE_SEGMENT_TARGETED_MOBILE_WEB_USER_SIZE = 610
|
|
1837
|
+
|
|
1838
|
+
# Number of PlayStation identifiers in the audience segment.
|
|
1839
|
+
#
|
|
1840
|
+
#
|
|
1841
|
+
#
|
|
1842
|
+
# Corresponds to "Audience segment (targeted) PlayStation size" in the Ad
|
|
1843
|
+
# Manager UI.
|
|
1844
|
+
#
|
|
1845
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1846
|
+
#
|
|
1847
|
+
# Data format: `INTEGER`
|
|
1848
|
+
AUDIENCE_SEGMENT_TARGETED_PLAYSTATION_USER_SIZE = 611
|
|
1849
|
+
|
|
1850
|
+
# Number of PPID identifiers in the audience segment.
|
|
1851
|
+
#
|
|
1852
|
+
#
|
|
1853
|
+
#
|
|
1854
|
+
# Corresponds to "Audience segment (targeted) PPID size" in the Ad Manager
|
|
1855
|
+
# UI.
|
|
1856
|
+
#
|
|
1857
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1858
|
+
#
|
|
1859
|
+
# Data format: `INTEGER`
|
|
1860
|
+
AUDIENCE_SEGMENT_TARGETED_PPID_USER_SIZE = 612
|
|
1861
|
+
|
|
1862
|
+
# Number of Roku identifiers in the audience segment.
|
|
1863
|
+
#
|
|
1864
|
+
#
|
|
1865
|
+
#
|
|
1866
|
+
# Corresponds to "Audience segment (targeted) Roku size" in the Ad Manager
|
|
1867
|
+
# UI.
|
|
1868
|
+
#
|
|
1869
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1870
|
+
#
|
|
1871
|
+
# Data format: `INTEGER`
|
|
1872
|
+
AUDIENCE_SEGMENT_TARGETED_ROKU_USER_SIZE = 615
|
|
1873
|
+
|
|
1874
|
+
# Number of Samsung TV identifiers in the audience segment.
|
|
1875
|
+
#
|
|
1876
|
+
#
|
|
1877
|
+
#
|
|
1878
|
+
# Corresponds to "Audience segment (targeted) Samsung TV size" in the Ad
|
|
1879
|
+
# Manager UI.
|
|
1880
|
+
#
|
|
1881
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1882
|
+
#
|
|
1883
|
+
# Data format: `INTEGER`
|
|
1884
|
+
AUDIENCE_SEGMENT_TARGETED_SAMSUNG_TV_USER_SIZE = 616
|
|
1885
|
+
|
|
1886
|
+
# Number of identifiers in the audience segment.
|
|
1887
|
+
#
|
|
1888
|
+
#
|
|
1889
|
+
#
|
|
1890
|
+
# Corresponds to "Audience segment (targeted) size" in the Ad Manager UI.
|
|
1891
|
+
#
|
|
1892
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1893
|
+
#
|
|
1894
|
+
# Data format: `INTEGER`
|
|
1895
|
+
AUDIENCE_SEGMENT_TARGETED_SIZE = 618
|
|
1896
|
+
|
|
1897
|
+
# Status of the audience segment.
|
|
1898
|
+
#
|
|
1899
|
+
#
|
|
1900
|
+
#
|
|
1901
|
+
# Corresponds to "Audience segment (targeted) status value" in the Ad
|
|
1902
|
+
# Manager UI (when showing API fields).
|
|
1903
|
+
#
|
|
1904
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1905
|
+
#
|
|
1906
|
+
# Data format: `ENUM`
|
|
1907
|
+
AUDIENCE_SEGMENT_TARGETED_STATUS = 628
|
|
1908
|
+
|
|
1909
|
+
# Name of the status of the audience segment.
|
|
1910
|
+
#
|
|
1911
|
+
#
|
|
1912
|
+
#
|
|
1913
|
+
# Corresponds to "Audience segment (targeted) status" in the Ad Manager UI.
|
|
1914
|
+
#
|
|
1915
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1916
|
+
#
|
|
1917
|
+
# Data format: `STRING`
|
|
1918
|
+
AUDIENCE_SEGMENT_TARGETED_STATUS_NAME = 617
|
|
1919
|
+
|
|
1920
|
+
# Number of Xbox identifiers in the audience segment.
|
|
1921
|
+
#
|
|
1922
|
+
#
|
|
1923
|
+
#
|
|
1924
|
+
# Corresponds to "Audience segment (targeted) Xbox size" in the Ad Manager
|
|
1925
|
+
# UI.
|
|
1926
|
+
#
|
|
1927
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
1928
|
+
#
|
|
1929
|
+
# Data format: `INTEGER`
|
|
1930
|
+
AUDIENCE_SEGMENT_TARGETED_XBOX_USER_SIZE = 619
|
|
1931
|
+
|
|
1674
1932
|
# Enum value of Auto refreshed traffic.
|
|
1675
1933
|
#
|
|
1676
1934
|
#
|
|
@@ -1700,7 +1958,8 @@ module Google
|
|
|
1700
1958
|
#
|
|
1701
1959
|
# Corresponds to "Bidder encrypted ID" in the Ad Manager UI.
|
|
1702
1960
|
#
|
|
1703
|
-
# Compatible with the following report types: `HISTORICAL
|
|
1961
|
+
# Compatible with the following report types: `HISTORICAL`,
|
|
1962
|
+
# `REVENUE_VERIFICATION`
|
|
1704
1963
|
#
|
|
1705
1964
|
# Data format: `STRING`
|
|
1706
1965
|
BIDDER_ENCRYPTED_ID = 493
|
|
@@ -1711,7 +1970,8 @@ module Google
|
|
|
1711
1970
|
#
|
|
1712
1971
|
# Corresponds to "Bidder" in the Ad Manager UI.
|
|
1713
1972
|
#
|
|
1714
|
-
# Compatible with the following report types: `HISTORICAL
|
|
1973
|
+
# Compatible with the following report types: `HISTORICAL`,
|
|
1974
|
+
# `REVENUE_VERIFICATION`
|
|
1715
1975
|
#
|
|
1716
1976
|
# Data format: `STRING`
|
|
1717
1977
|
BIDDER_NAME = 494
|
|
@@ -1999,6 +2259,50 @@ module Google
|
|
|
1999
2259
|
# Data format: `STRING`
|
|
2000
2260
|
CLASSIFIED_BRAND_NAME = 244
|
|
2001
2261
|
|
|
2262
|
+
# ID of the video content bundle served.
|
|
2263
|
+
#
|
|
2264
|
+
#
|
|
2265
|
+
#
|
|
2266
|
+
# Corresponds to "Content bundle ID" in the Ad Manager UI.
|
|
2267
|
+
#
|
|
2268
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
2269
|
+
#
|
|
2270
|
+
# Data format: `IDENTIFIER`
|
|
2271
|
+
CONTENT_BUNDLE_ID = 460
|
|
2272
|
+
|
|
2273
|
+
# Name of the video content bundle served.
|
|
2274
|
+
#
|
|
2275
|
+
#
|
|
2276
|
+
#
|
|
2277
|
+
# Corresponds to "Content bundle" in the Ad Manager UI.
|
|
2278
|
+
#
|
|
2279
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
2280
|
+
#
|
|
2281
|
+
# Data format: `STRING`
|
|
2282
|
+
CONTENT_BUNDLE_NAME = 461
|
|
2283
|
+
|
|
2284
|
+
# ID of the video content metadata namespace served.
|
|
2285
|
+
#
|
|
2286
|
+
#
|
|
2287
|
+
#
|
|
2288
|
+
# Corresponds to "CMS metadata key ID" in the Ad Manager UI.
|
|
2289
|
+
#
|
|
2290
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
2291
|
+
#
|
|
2292
|
+
# Data format: `IDENTIFIER`
|
|
2293
|
+
CONTENT_CMS_METADATA_KV_NAMESPACE_ID = 462
|
|
2294
|
+
|
|
2295
|
+
# Name of the video content metadata namespace served.
|
|
2296
|
+
#
|
|
2297
|
+
#
|
|
2298
|
+
#
|
|
2299
|
+
# Corresponds to "CMS metadata key" in the Ad Manager UI.
|
|
2300
|
+
#
|
|
2301
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
2302
|
+
#
|
|
2303
|
+
# Data format: `STRING`
|
|
2304
|
+
CONTENT_CMS_METADATA_KV_NAMESPACE_NAME = 463
|
|
2305
|
+
|
|
2002
2306
|
# The display name of the CMS content.
|
|
2003
2307
|
#
|
|
2004
2308
|
#
|
|
@@ -2205,7 +2509,7 @@ module Google
|
|
|
2205
2509
|
# Data format: `STRING`
|
|
2206
2510
|
CREATIVE_POLICIES_FILTERING_NAME = 712
|
|
2207
2511
|
|
|
2208
|
-
# Creative Protections filtering
|
|
2512
|
+
# Creative Protections filtering.
|
|
2209
2513
|
#
|
|
2210
2514
|
#
|
|
2211
2515
|
#
|
|
@@ -2265,7 +2569,7 @@ module Google
|
|
|
2265
2569
|
# Data format: `ENUM`
|
|
2266
2570
|
CREATIVE_TECHNOLOGY = 148
|
|
2267
2571
|
|
|
2268
|
-
# Creative technology
|
|
2572
|
+
# Creative technology localized name
|
|
2269
2573
|
#
|
|
2270
2574
|
#
|
|
2271
2575
|
#
|
|
@@ -2443,7 +2747,7 @@ module Google
|
|
|
2443
2747
|
# Corresponds to "Date" in the Ad Manager UI.
|
|
2444
2748
|
#
|
|
2445
2749
|
# Compatible with the following report types: `HISTORICAL`, `REACH`,
|
|
2446
|
-
# `PRIVACY_AND_MESSAGING`, `AD_SPEED`
|
|
2750
|
+
# `PRIVACY_AND_MESSAGING`, `REVENUE_VERIFICATION`, `AD_SPEED`
|
|
2447
2751
|
#
|
|
2448
2752
|
# Data format: `DATE`
|
|
2449
2753
|
DATE = 3
|
|
@@ -2537,7 +2841,7 @@ module Google
|
|
|
2537
2841
|
# API fields).
|
|
2538
2842
|
#
|
|
2539
2843
|
# Compatible with the following report types: `HISTORICAL`, `REACH`,
|
|
2540
|
-
# `AD_SPEED`
|
|
2844
|
+
# `REVENUE_VERIFICATION`, `AD_SPEED`
|
|
2541
2845
|
#
|
|
2542
2846
|
# Data format: `ENUM`
|
|
2543
2847
|
DEMAND_CHANNEL = 9
|
|
@@ -2549,7 +2853,7 @@ module Google
|
|
|
2549
2853
|
# Corresponds to "Demand channel" in the Ad Manager UI.
|
|
2550
2854
|
#
|
|
2551
2855
|
# Compatible with the following report types: `HISTORICAL`, `REACH`,
|
|
2552
|
-
# `AD_SPEED`
|
|
2856
|
+
# `REVENUE_VERIFICATION`, `AD_SPEED`
|
|
2553
2857
|
#
|
|
2554
2858
|
# Data format: `STRING`
|
|
2555
2859
|
DEMAND_CHANNEL_NAME = 10
|
|
@@ -3259,6 +3563,17 @@ module Google
|
|
|
3259
3563
|
# Data format: `STRING`
|
|
3260
3564
|
KEY_VALUES_NAME = 215
|
|
3261
3565
|
|
|
3566
|
+
# The custom criteria key-values specified in ad requests.
|
|
3567
|
+
#
|
|
3568
|
+
#
|
|
3569
|
+
#
|
|
3570
|
+
# Corresponds to "Key-values" in the Ad Manager UI.
|
|
3571
|
+
#
|
|
3572
|
+
# Compatible with the following report types:
|
|
3573
|
+
#
|
|
3574
|
+
# Data format: `STRING_LIST`
|
|
3575
|
+
KEY_VALUES_SET = 713
|
|
3576
|
+
|
|
3262
3577
|
# The agency of the order associated with the line item.
|
|
3263
3578
|
#
|
|
3264
3579
|
#
|
|
@@ -3281,7 +3596,7 @@ module Google
|
|
|
3281
3596
|
# Data format: `BOOLEAN`
|
|
3282
3597
|
LINE_ITEM_ARCHIVED = 188
|
|
3283
3598
|
|
|
3284
|
-
# Line item
|
|
3599
|
+
# Line item companion delivery option ENUM value.
|
|
3285
3600
|
#
|
|
3286
3601
|
#
|
|
3287
3602
|
#
|
|
@@ -3293,7 +3608,7 @@ module Google
|
|
|
3293
3608
|
# Data format: `ENUM`
|
|
3294
3609
|
LINE_ITEM_COMPANION_DELIVERY_OPTION = 204
|
|
3295
3610
|
|
|
3296
|
-
# Localized line item
|
|
3611
|
+
# Localized line item companion delivery option name.
|
|
3297
3612
|
#
|
|
3298
3613
|
#
|
|
3299
3614
|
#
|
|
@@ -3695,7 +4010,7 @@ module Google
|
|
|
3695
4010
|
# Data format: `MONEY`
|
|
3696
4011
|
LINE_ITEM_NON_CPD_BOOKED_REVENUE = 98
|
|
3697
4012
|
|
|
3698
|
-
# Whether a Line item is eligible for
|
|
4013
|
+
# Whether a Line item is eligible for optimization.
|
|
3699
4014
|
#
|
|
3700
4015
|
#
|
|
3701
4016
|
#
|
|
@@ -4193,7 +4508,8 @@ module Google
|
|
|
4193
4508
|
# Corresponds to "Rendering SDK value" in the Ad Manager UI (when showing
|
|
4194
4509
|
# API fields).
|
|
4195
4510
|
#
|
|
4196
|
-
# Compatible with the following report types: `HISTORICAL
|
|
4511
|
+
# Compatible with the following report types: `HISTORICAL`,
|
|
4512
|
+
# `REVENUE_VERIFICATION`
|
|
4197
4513
|
#
|
|
4198
4514
|
# Data format: `ENUM`
|
|
4199
4515
|
MOBILE_RENDERING_SDK = 646
|
|
@@ -4204,7 +4520,8 @@ module Google
|
|
|
4204
4520
|
#
|
|
4205
4521
|
# Corresponds to "Rendering SDK" in the Ad Manager UI.
|
|
4206
4522
|
#
|
|
4207
|
-
# Compatible with the following report types: `HISTORICAL
|
|
4523
|
+
# Compatible with the following report types: `HISTORICAL`,
|
|
4524
|
+
# `REVENUE_VERIFICATION`
|
|
4208
4525
|
#
|
|
4209
4526
|
# Data format: `STRING`
|
|
4210
4527
|
MOBILE_RENDERING_SDK_NAME = 647
|
|
@@ -4249,7 +4566,7 @@ module Google
|
|
|
4249
4566
|
# Corresponds to "Month and year" in the Ad Manager UI.
|
|
4250
4567
|
#
|
|
4251
4568
|
# Compatible with the following report types: `HISTORICAL`, `REACH`,
|
|
4252
|
-
# `PRIVACY_AND_MESSAGING`
|
|
4569
|
+
# `PRIVACY_AND_MESSAGING`, `REVENUE_VERIFICATION`, `PARTNER_FINANCE`
|
|
4253
4570
|
#
|
|
4254
4571
|
# Data format: `INTEGER`
|
|
4255
4572
|
MONTH_YEAR = 6
|
|
@@ -4744,27 +5061,75 @@ module Google
|
|
|
4744
5061
|
# Data format: `STRING`
|
|
4745
5062
|
PAGE_TITLE_AND_SCREEN_NAME = 513
|
|
4746
5063
|
|
|
4747
|
-
#
|
|
5064
|
+
# The ID of a partner management assignment.
|
|
4748
5065
|
#
|
|
4749
5066
|
#
|
|
4750
5067
|
#
|
|
4751
|
-
# Corresponds to "
|
|
5068
|
+
# Corresponds to "Partner management assignment ID" in the Ad Manager UI.
|
|
4752
5069
|
#
|
|
4753
|
-
# Compatible with the following report types: `HISTORICAL`,
|
|
5070
|
+
# Compatible with the following report types: `HISTORICAL`,
|
|
5071
|
+
# `PARTNER_FINANCE`
|
|
4754
5072
|
#
|
|
4755
|
-
# Data format: `
|
|
4756
|
-
|
|
5073
|
+
# Data format: `INTEGER`
|
|
5074
|
+
PARTNER_MANAGEMENT_ASSIGNMENT_ID = 657
|
|
4757
5075
|
|
|
4758
|
-
# The
|
|
5076
|
+
# The name of a partner management assignment.
|
|
4759
5077
|
#
|
|
4760
5078
|
#
|
|
4761
5079
|
#
|
|
4762
|
-
# Corresponds to "
|
|
5080
|
+
# Corresponds to "Partner management assignment" in the Ad Manager UI.
|
|
4763
5081
|
#
|
|
4764
|
-
# Compatible with the following report types: `HISTORICAL`,
|
|
5082
|
+
# Compatible with the following report types: `HISTORICAL`,
|
|
5083
|
+
# `PARTNER_FINANCE`
|
|
4765
5084
|
#
|
|
4766
|
-
# Data format: `
|
|
4767
|
-
|
|
5085
|
+
# Data format: `STRING`
|
|
5086
|
+
PARTNER_MANAGEMENT_ASSIGNMENT_NAME = 658
|
|
5087
|
+
|
|
5088
|
+
# The ID of a partner in a partner management assignment.
|
|
5089
|
+
#
|
|
5090
|
+
#
|
|
5091
|
+
#
|
|
5092
|
+
# Corresponds to "Partner management partner ID" in the Ad Manager UI.
|
|
5093
|
+
#
|
|
5094
|
+
# Compatible with the following report types: `HISTORICAL`,
|
|
5095
|
+
# `PARTNER_FINANCE`
|
|
5096
|
+
#
|
|
5097
|
+
# Data format: `INTEGER`
|
|
5098
|
+
PARTNER_MANAGEMENT_PARTNER_ID = 655
|
|
5099
|
+
|
|
5100
|
+
# The name of a partner in a partner management assignment.
|
|
5101
|
+
#
|
|
5102
|
+
#
|
|
5103
|
+
#
|
|
5104
|
+
# Corresponds to "Partner management partner" in the Ad Manager UI.
|
|
5105
|
+
#
|
|
5106
|
+
# Compatible with the following report types: `HISTORICAL`,
|
|
5107
|
+
# `PARTNER_FINANCE`
|
|
5108
|
+
#
|
|
5109
|
+
# Data format: `STRING`
|
|
5110
|
+
PARTNER_MANAGEMENT_PARTNER_NAME = 656
|
|
5111
|
+
|
|
5112
|
+
# Placement ID
|
|
5113
|
+
#
|
|
5114
|
+
#
|
|
5115
|
+
#
|
|
5116
|
+
# Corresponds to "Placement ID" in the Ad Manager UI.
|
|
5117
|
+
#
|
|
5118
|
+
# Compatible with the following report types: `HISTORICAL`, `REACH`
|
|
5119
|
+
#
|
|
5120
|
+
# Data format: `IDENTIFIER`
|
|
5121
|
+
PLACEMENT_ID = 113
|
|
5122
|
+
|
|
5123
|
+
# The full list of placement IDs associated with the ad unit.
|
|
5124
|
+
#
|
|
5125
|
+
#
|
|
5126
|
+
#
|
|
5127
|
+
# Corresponds to "Placement ID (all)" in the Ad Manager UI.
|
|
5128
|
+
#
|
|
5129
|
+
# Compatible with the following report types: `HISTORICAL`, `REACH`
|
|
5130
|
+
#
|
|
5131
|
+
# Data format: `IDENTIFIER_LIST`
|
|
5132
|
+
PLACEMENT_ID_ALL = 144
|
|
4768
5133
|
|
|
4769
5134
|
# Placement name
|
|
4770
5135
|
#
|
|
@@ -4958,7 +5323,8 @@ module Google
|
|
|
4958
5323
|
# Corresponds to "Programmatic channel value" in the Ad Manager UI (when
|
|
4959
5324
|
# showing API fields).
|
|
4960
5325
|
#
|
|
4961
|
-
# Compatible with the following report types: `HISTORICAL
|
|
5326
|
+
# Compatible with the following report types: `HISTORICAL`,
|
|
5327
|
+
# `REVENUE_VERIFICATION`
|
|
4962
5328
|
#
|
|
4963
5329
|
# Data format: `ENUM`
|
|
4964
5330
|
PROGRAMMATIC_CHANNEL = 13
|
|
@@ -4970,7 +5336,8 @@ module Google
|
|
|
4970
5336
|
#
|
|
4971
5337
|
# Corresponds to "Programmatic channel" in the Ad Manager UI.
|
|
4972
5338
|
#
|
|
4973
|
-
# Compatible with the following report types: `HISTORICAL`, `REACH
|
|
5339
|
+
# Compatible with the following report types: `HISTORICAL`, `REACH`,
|
|
5340
|
+
# `REVENUE_VERIFICATION`
|
|
4974
5341
|
#
|
|
4975
5342
|
# Data format: `STRING`
|
|
4976
5343
|
PROGRAMMATIC_CHANNEL_NAME = 14
|
|
@@ -5263,7 +5630,7 @@ module Google
|
|
|
5263
5630
|
# Data format: `ENUM`
|
|
5264
5631
|
REQUEST_TYPE = 146
|
|
5265
5632
|
|
|
5266
|
-
# Request type
|
|
5633
|
+
# Request type localized name
|
|
5267
5634
|
#
|
|
5268
5635
|
#
|
|
5269
5636
|
#
|
|
@@ -5274,6 +5641,17 @@ module Google
|
|
|
5274
5641
|
# Data format: `STRING`
|
|
5275
5642
|
REQUEST_TYPE_NAME = 147
|
|
5276
5643
|
|
|
5644
|
+
# Revenue Verification bidder-provided ID.
|
|
5645
|
+
#
|
|
5646
|
+
#
|
|
5647
|
+
#
|
|
5648
|
+
# Corresponds to "Revenue verification ID" in the Ad Manager UI.
|
|
5649
|
+
#
|
|
5650
|
+
# Compatible with the following report types: `REVENUE_VERIFICATION`
|
|
5651
|
+
#
|
|
5652
|
+
# Data format: `IDENTIFIER`
|
|
5653
|
+
REVENUE_VERIFICATION_ID = 645
|
|
5654
|
+
|
|
5277
5655
|
# Indicates if a request was eligible for server-side unwrapping.
|
|
5278
5656
|
#
|
|
5279
5657
|
#
|
|
@@ -5495,6 +5873,29 @@ module Google
|
|
|
5495
5873
|
# Data format: `IDENTIFIER`
|
|
5496
5874
|
URL_ID = 507
|
|
5497
5875
|
|
|
5876
|
+
# The choice made in a user message.
|
|
5877
|
+
#
|
|
5878
|
+
#
|
|
5879
|
+
#
|
|
5880
|
+
# Corresponds to "User choice value" in the Ad Manager UI (when showing API
|
|
5881
|
+
# fields).
|
|
5882
|
+
#
|
|
5883
|
+
# Compatible with the following report types: `PRIVACY_AND_MESSAGING`
|
|
5884
|
+
#
|
|
5885
|
+
# Data format: `ENUM`
|
|
5886
|
+
USER_MESSAGES_CHOICE = 702
|
|
5887
|
+
|
|
5888
|
+
# Localized name of the choice made in a user message.
|
|
5889
|
+
#
|
|
5890
|
+
#
|
|
5891
|
+
#
|
|
5892
|
+
# Corresponds to "User choice" in the Ad Manager UI.
|
|
5893
|
+
#
|
|
5894
|
+
# Compatible with the following report types: `PRIVACY_AND_MESSAGING`
|
|
5895
|
+
#
|
|
5896
|
+
# Data format: `STRING`
|
|
5897
|
+
USER_MESSAGES_CHOICE_NAME = 703
|
|
5898
|
+
|
|
5498
5899
|
# Enum value for the entitlement source.
|
|
5499
5900
|
#
|
|
5500
5901
|
#
|
|
@@ -5737,6 +6138,73 @@ module Google
|
|
|
5737
6138
|
# Data format: `STRING`
|
|
5738
6139
|
VIDEO_FALLBACK_POSITION = 530
|
|
5739
6140
|
|
|
6141
|
+
# The duration of the ad break in seconds for a live stream event.
|
|
6142
|
+
#
|
|
6143
|
+
#
|
|
6144
|
+
#
|
|
6145
|
+
# Corresponds to "Ad break duration (seconds)" in the Ad Manager UI.
|
|
6146
|
+
#
|
|
6147
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
6148
|
+
#
|
|
6149
|
+
# Data format: `INTEGER`
|
|
6150
|
+
VIDEO_LIVE_STREAM_EVENT_AD_BREAK_DURATION = 547
|
|
6151
|
+
|
|
6152
|
+
# The ID of the ad break in a live stream event.
|
|
6153
|
+
#
|
|
6154
|
+
#
|
|
6155
|
+
#
|
|
6156
|
+
# Corresponds to "Live stream ad break ID" in the Ad Manager UI.
|
|
6157
|
+
#
|
|
6158
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
6159
|
+
#
|
|
6160
|
+
# Data format: `STRING`
|
|
6161
|
+
VIDEO_LIVE_STREAM_EVENT_AD_BREAK_ID = 548
|
|
6162
|
+
|
|
6163
|
+
# The name of the ad break in a live stream event.
|
|
6164
|
+
#
|
|
6165
|
+
#
|
|
6166
|
+
#
|
|
6167
|
+
# Corresponds to "Live stream ad break" in the Ad Manager UI.
|
|
6168
|
+
#
|
|
6169
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
6170
|
+
#
|
|
6171
|
+
# Data format: `STRING`
|
|
6172
|
+
VIDEO_LIVE_STREAM_EVENT_AD_BREAK_NAME = 549
|
|
6173
|
+
|
|
6174
|
+
# The time of the ad break in a live stream event in the format of
|
|
6175
|
+
# YYYY-MM-DD HH:MM:SS+Timezone.
|
|
6176
|
+
#
|
|
6177
|
+
#
|
|
6178
|
+
#
|
|
6179
|
+
# Corresponds to "Ad break time" in the Ad Manager UI.
|
|
6180
|
+
#
|
|
6181
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
6182
|
+
#
|
|
6183
|
+
# Data format: `TIMESTAMP`
|
|
6184
|
+
VIDEO_LIVE_STREAM_EVENT_AD_BREAK_TIME = 550
|
|
6185
|
+
|
|
6186
|
+
# The ID of the live stream event.
|
|
6187
|
+
#
|
|
6188
|
+
#
|
|
6189
|
+
#
|
|
6190
|
+
# Corresponds to "Live stream ID" in the Ad Manager UI.
|
|
6191
|
+
#
|
|
6192
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
6193
|
+
#
|
|
6194
|
+
# Data format: `INTEGER`
|
|
6195
|
+
VIDEO_LIVE_STREAM_EVENT_ID = 551
|
|
6196
|
+
|
|
6197
|
+
# The name of the live stream event.
|
|
6198
|
+
#
|
|
6199
|
+
#
|
|
6200
|
+
#
|
|
6201
|
+
# Corresponds to "Live stream" in the Ad Manager UI.
|
|
6202
|
+
#
|
|
6203
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
6204
|
+
#
|
|
6205
|
+
# Data format: `STRING`
|
|
6206
|
+
VIDEO_LIVE_STREAM_EVENT_NAME = 552
|
|
6207
|
+
|
|
5740
6208
|
# The performance of the video ad inventory broken out by source.
|
|
5741
6209
|
#
|
|
5742
6210
|
#
|
|
@@ -5852,6 +6320,17 @@ module Google
|
|
|
5852
6320
|
# Data format: `STRING`
|
|
5853
6321
|
VIDEO_STITCHER_TYPE_NAME = 753
|
|
5854
6322
|
|
|
6323
|
+
# Web property code
|
|
6324
|
+
#
|
|
6325
|
+
#
|
|
6326
|
+
#
|
|
6327
|
+
# Corresponds to "Web property code" in the Ad Manager UI.
|
|
6328
|
+
#
|
|
6329
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
6330
|
+
#
|
|
6331
|
+
# Data format: `STRING`
|
|
6332
|
+
WEB_PROPERTY_CODE = 730
|
|
6333
|
+
|
|
5855
6334
|
# Breaks down reporting data by week of the year.
|
|
5856
6335
|
#
|
|
5857
6336
|
#
|
|
@@ -5945,7 +6424,7 @@ module Google
|
|
|
5945
6424
|
# Data format: `ENUM`
|
|
5946
6425
|
YOUTUBE_AD_TYPE = 399
|
|
5947
6426
|
|
|
5948
|
-
# YouTube instream Ad Type
|
|
6427
|
+
# YouTube instream Ad Type localized name.
|
|
5949
6428
|
#
|
|
5950
6429
|
#
|
|
5951
6430
|
#
|
|
@@ -7790,7 +8269,7 @@ module Google
|
|
|
7790
8269
|
# The ratio of matched ad requests served by the Ad Exchange that
|
|
7791
8270
|
# resulted in users clicking on an ad. The clickthrough rate (CTR) is
|
|
7792
8271
|
# updated nightly. Ad Exchange Matched Request CTR is calculated as:
|
|
7793
|
-
# (Ad Exchange clicks / Ad Exchange
|
|
8272
|
+
# (Ad Exchange clicks / Ad Exchange Matched Ad Requests).
|
|
7794
8273
|
#
|
|
7795
8274
|
#
|
|
7796
8275
|
#
|
|
@@ -8359,6 +8838,32 @@ module Google
|
|
|
8359
8838
|
# Data format: `INTEGER`
|
|
8360
8839
|
AD_SERVER_INACTIVE_BEGIN_TO_RENDER_IMPRESSIONS = 338
|
|
8361
8840
|
|
|
8841
|
+
# Total number of ad server VAST errors discounting errors generated from
|
|
8842
|
+
# video fallback ads.
|
|
8843
|
+
#
|
|
8844
|
+
#
|
|
8845
|
+
#
|
|
8846
|
+
# Corresponds to "Ad Server opportunities from errors" in the Ad Manager
|
|
8847
|
+
# UI.
|
|
8848
|
+
#
|
|
8849
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
8850
|
+
#
|
|
8851
|
+
# Data format: `INTEGER`
|
|
8852
|
+
AD_SERVER_OPPORTUNITIES_FROM_ERRORS = 461
|
|
8853
|
+
|
|
8854
|
+
# Total number of ad server impressions discounting video fallback
|
|
8855
|
+
# impressions.
|
|
8856
|
+
#
|
|
8857
|
+
#
|
|
8858
|
+
#
|
|
8859
|
+
# Corresponds to "Ad Server opportunities from impressions" in the Ad
|
|
8860
|
+
# Manager UI.
|
|
8861
|
+
#
|
|
8862
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
8863
|
+
#
|
|
8864
|
+
# Data format: `INTEGER`
|
|
8865
|
+
AD_SERVER_OPPORTUNITIES_FROM_IMPRESSIONS = 462
|
|
8866
|
+
|
|
8362
8867
|
# Ratio of clicks delivered by the Google Ad Manager server in relation to
|
|
8363
8868
|
# the total clicks delivered.
|
|
8364
8869
|
#
|
|
@@ -8680,7 +9185,7 @@ module Google
|
|
|
8680
9185
|
#
|
|
8681
9186
|
#
|
|
8682
9187
|
#
|
|
8683
|
-
# Corresponds to "
|
|
9188
|
+
# Corresponds to "Ad requests with no header bidding trafficking bids" in
|
|
8684
9189
|
# the Ad Manager UI.
|
|
8685
9190
|
#
|
|
8686
9191
|
# Compatible with the following report types:
|
|
@@ -8719,7 +9224,7 @@ module Google
|
|
|
8719
9224
|
#
|
|
8720
9225
|
#
|
|
8721
9226
|
#
|
|
8722
|
-
# Corresponds to "
|
|
9227
|
+
# Corresponds to "Ad requests with header bidding trafficking bids" in the
|
|
8723
9228
|
# Ad Manager UI.
|
|
8724
9229
|
#
|
|
8725
9230
|
# Compatible with the following report types:
|
|
@@ -8743,7 +9248,8 @@ module Google
|
|
|
8743
9248
|
#
|
|
8744
9249
|
#
|
|
8745
9250
|
#
|
|
8746
|
-
# Corresponds to "
|
|
9251
|
+
# Corresponds to "Line items with no creative retrieved" in the Ad Manager
|
|
9252
|
+
# UI.
|
|
8747
9253
|
#
|
|
8748
9254
|
# Compatible with the following report types:
|
|
8749
9255
|
#
|
|
@@ -8779,7 +9285,7 @@ module Google
|
|
|
8779
9285
|
#
|
|
8780
9286
|
#
|
|
8781
9287
|
#
|
|
8782
|
-
# Corresponds to "
|
|
9288
|
+
# Corresponds to "Line items not selected to compete" in the Ad Manager UI.
|
|
8783
9289
|
#
|
|
8784
9290
|
# Compatible with the following report types:
|
|
8785
9291
|
#
|
|
@@ -8854,8 +9360,8 @@ module Google
|
|
|
8854
9360
|
#
|
|
8855
9361
|
#
|
|
8856
9362
|
#
|
|
8857
|
-
# Corresponds to "
|
|
8858
|
-
# UI.
|
|
9363
|
+
# Corresponds to "Ad requests with no targeted mediation partners" in the
|
|
9364
|
+
# Ad Manager UI.
|
|
8859
9365
|
#
|
|
8860
9366
|
# Compatible with the following report types:
|
|
8861
9367
|
#
|
|
@@ -9195,7 +9701,8 @@ module Google
|
|
|
9195
9701
|
#
|
|
9196
9702
|
#
|
|
9197
9703
|
#
|
|
9198
|
-
# Corresponds to "Total ad requests (
|
|
9704
|
+
# Corresponds to "Total ad requests (Ads traffic navigator)" in the Ad
|
|
9705
|
+
# Manager UI.
|
|
9199
9706
|
#
|
|
9200
9707
|
# Compatible with the following report types:
|
|
9201
9708
|
#
|
|
@@ -9247,6 +9754,17 @@ module Google
|
|
|
9247
9754
|
# Data format: `INTEGER`
|
|
9248
9755
|
ATN_YIELD_GROUP_MEDIATION_PASSBACKS = 390
|
|
9249
9756
|
|
|
9757
|
+
# Cost of the audience segment.
|
|
9758
|
+
#
|
|
9759
|
+
#
|
|
9760
|
+
#
|
|
9761
|
+
# Corresponds to "Audience segment cost" in the Ad Manager UI.
|
|
9762
|
+
#
|
|
9763
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
9764
|
+
#
|
|
9765
|
+
# Data format: `MONEY`
|
|
9766
|
+
AUDIENCE_SEGMENT_COST = 558
|
|
9767
|
+
|
|
9250
9768
|
# eCPM averaged across the Google Ad Manager server, AdSense,
|
|
9251
9769
|
# and Ad Exchange.
|
|
9252
9770
|
#
|
|
@@ -9266,7 +9784,7 @@ module Google
|
|
|
9266
9784
|
#
|
|
9267
9785
|
# Corresponds to "Total average eCPM w/o CPD" in the Ad Manager UI.
|
|
9268
9786
|
#
|
|
9269
|
-
# Compatible with the following report types: `HISTORICAL`
|
|
9787
|
+
# Compatible with the following report types: `HISTORICAL`, `AD_SPEED`
|
|
9270
9788
|
#
|
|
9271
9789
|
# Data format: `MONEY`
|
|
9272
9790
|
AVERAGE_ECPM_WITHOUT_CPD = 5
|
|
@@ -9378,7 +9896,7 @@ module Google
|
|
|
9378
9896
|
#
|
|
9379
9897
|
# Corresponds to "Total clicks" in the Ad Manager UI.
|
|
9380
9898
|
#
|
|
9381
|
-
# Compatible with the following report types: `HISTORICAL`
|
|
9899
|
+
# Compatible with the following report types: `HISTORICAL`, `AD_SPEED`
|
|
9382
9900
|
#
|
|
9383
9901
|
# Data format: `INTEGER`
|
|
9384
9902
|
CLICKS = 2
|
|
@@ -9491,7 +10009,7 @@ module Google
|
|
|
9491
10009
|
#
|
|
9492
10010
|
# Corresponds to "Total CTR" in the Ad Manager UI.
|
|
9493
10011
|
#
|
|
9494
|
-
# Compatible with the following report types: `HISTORICAL`
|
|
10012
|
+
# Compatible with the following report types: `HISTORICAL`, `AD_SPEED`
|
|
9495
10013
|
#
|
|
9496
10014
|
# Data format: `PERCENT`
|
|
9497
10015
|
CTR = 3
|
|
@@ -9955,7 +10473,7 @@ module Google
|
|
|
9955
10473
|
#
|
|
9956
10474
|
# Corresponds to "Total impressions" in the Ad Manager UI.
|
|
9957
10475
|
#
|
|
9958
|
-
# Compatible with the following report types: `HISTORICAL`
|
|
10476
|
+
# Compatible with the following report types: `HISTORICAL`, `AD_SPEED`
|
|
9959
10477
|
#
|
|
9960
10478
|
# Data format: `INTEGER`
|
|
9961
10479
|
IMPRESSIONS = 1
|
|
@@ -10076,6 +10594,176 @@ module Google
|
|
|
10076
10594
|
# Data format: `INTEGER`
|
|
10077
10595
|
OVERDELIVERED_IMPRESSIONS = 432
|
|
10078
10596
|
|
|
10597
|
+
# The gross revenue for partner finance reports.
|
|
10598
|
+
#
|
|
10599
|
+
#
|
|
10600
|
+
#
|
|
10601
|
+
# Corresponds to "Gross revenue" in the Ad Manager UI.
|
|
10602
|
+
#
|
|
10603
|
+
# Compatible with the following report types: `PARTNER_FINANCE`
|
|
10604
|
+
#
|
|
10605
|
+
# Data format: `MONEY`
|
|
10606
|
+
PARTNER_FINANCE_GROSS_REVENUE = 648
|
|
10607
|
+
|
|
10608
|
+
# Monthly host eCPM for partner finance reports
|
|
10609
|
+
#
|
|
10610
|
+
#
|
|
10611
|
+
#
|
|
10612
|
+
# Corresponds to "Host eCPM" in the Ad Manager UI.
|
|
10613
|
+
#
|
|
10614
|
+
# Compatible with the following report types: `PARTNER_FINANCE`
|
|
10615
|
+
#
|
|
10616
|
+
# Data format: `MONEY`
|
|
10617
|
+
PARTNER_FINANCE_HOST_ECPM = 649
|
|
10618
|
+
|
|
10619
|
+
# The host impressions for partner finance reports.
|
|
10620
|
+
#
|
|
10621
|
+
#
|
|
10622
|
+
#
|
|
10623
|
+
# Corresponds to "Host impressions" in the Ad Manager UI.
|
|
10624
|
+
#
|
|
10625
|
+
# Compatible with the following report types: `PARTNER_FINANCE`
|
|
10626
|
+
#
|
|
10627
|
+
# Data format: `INTEGER`
|
|
10628
|
+
PARTNER_FINANCE_HOST_IMPRESSIONS = 650
|
|
10629
|
+
|
|
10630
|
+
# Monthly host revenue for partner finance reports
|
|
10631
|
+
#
|
|
10632
|
+
#
|
|
10633
|
+
#
|
|
10634
|
+
# Corresponds to "Host revenue" in the Ad Manager UI.
|
|
10635
|
+
#
|
|
10636
|
+
# Compatible with the following report types: `PARTNER_FINANCE`
|
|
10637
|
+
#
|
|
10638
|
+
# Data format: `MONEY`
|
|
10639
|
+
PARTNER_FINANCE_HOST_REVENUE = 651
|
|
10640
|
+
|
|
10641
|
+
# Monthly partner eCPM for partner finance reports
|
|
10642
|
+
#
|
|
10643
|
+
#
|
|
10644
|
+
#
|
|
10645
|
+
# Corresponds to "Partner eCPM" in the Ad Manager UI.
|
|
10646
|
+
#
|
|
10647
|
+
# Compatible with the following report types: `PARTNER_FINANCE`
|
|
10648
|
+
#
|
|
10649
|
+
# Data format: `MONEY`
|
|
10650
|
+
PARTNER_FINANCE_PARTNER_ECPM = 652
|
|
10651
|
+
|
|
10652
|
+
# Monthly partner revenue for partner finance reports
|
|
10653
|
+
#
|
|
10654
|
+
#
|
|
10655
|
+
#
|
|
10656
|
+
# Corresponds to "Partner revenue" in the Ad Manager UI.
|
|
10657
|
+
#
|
|
10658
|
+
# Compatible with the following report types: `PARTNER_FINANCE`
|
|
10659
|
+
#
|
|
10660
|
+
# Data format: `MONEY`
|
|
10661
|
+
PARTNER_FINANCE_PARTNER_REVENUE = 653
|
|
10662
|
+
|
|
10663
|
+
# The gross revenue in the partner management.
|
|
10664
|
+
#
|
|
10665
|
+
#
|
|
10666
|
+
#
|
|
10667
|
+
# Corresponds to "Partner management gross revenue" in the Ad Manager UI.
|
|
10668
|
+
#
|
|
10669
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
10670
|
+
#
|
|
10671
|
+
# Data format: `MONEY`
|
|
10672
|
+
PARTNER_MANAGEMENT_GROSS_REVENUE = 533
|
|
10673
|
+
|
|
10674
|
+
# The host clicks in the partner management.
|
|
10675
|
+
#
|
|
10676
|
+
#
|
|
10677
|
+
#
|
|
10678
|
+
# Corresponds to "Partner management host clicks" in the Ad Manager UI.
|
|
10679
|
+
#
|
|
10680
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
10681
|
+
#
|
|
10682
|
+
# Data format: `INTEGER`
|
|
10683
|
+
PARTNER_MANAGEMENT_HOST_CLICKS = 534
|
|
10684
|
+
|
|
10685
|
+
# The host CTR in the partner management.
|
|
10686
|
+
#
|
|
10687
|
+
#
|
|
10688
|
+
#
|
|
10689
|
+
# Corresponds to "Partner management host CTR" in the Ad Manager UI.
|
|
10690
|
+
#
|
|
10691
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
10692
|
+
#
|
|
10693
|
+
# Data format: `PERCENT`
|
|
10694
|
+
PARTNER_MANAGEMENT_HOST_CTR = 535
|
|
10695
|
+
|
|
10696
|
+
# The host impressions in the partner management.
|
|
10697
|
+
#
|
|
10698
|
+
#
|
|
10699
|
+
#
|
|
10700
|
+
# Corresponds to "Partner management host impressions" in the Ad Manager
|
|
10701
|
+
# UI.
|
|
10702
|
+
#
|
|
10703
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
10704
|
+
#
|
|
10705
|
+
# Data format: `INTEGER`
|
|
10706
|
+
PARTNER_MANAGEMENT_HOST_IMPRESSIONS = 536
|
|
10707
|
+
|
|
10708
|
+
# The partner clicks in the partner management.
|
|
10709
|
+
#
|
|
10710
|
+
#
|
|
10711
|
+
#
|
|
10712
|
+
# Corresponds to "Partner management partner clicks" in the Ad Manager UI.
|
|
10713
|
+
#
|
|
10714
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
10715
|
+
#
|
|
10716
|
+
# Data format: `INTEGER`
|
|
10717
|
+
PARTNER_MANAGEMENT_PARTNER_CLICKS = 537
|
|
10718
|
+
|
|
10719
|
+
# The partner CTR in the partner management.
|
|
10720
|
+
#
|
|
10721
|
+
#
|
|
10722
|
+
#
|
|
10723
|
+
# Corresponds to "Partner management partner CTR" in the Ad Manager UI.
|
|
10724
|
+
#
|
|
10725
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
10726
|
+
#
|
|
10727
|
+
# Data format: `PERCENT`
|
|
10728
|
+
PARTNER_MANAGEMENT_PARTNER_CTR = 538
|
|
10729
|
+
|
|
10730
|
+
# The partner impressions in the partner management.
|
|
10731
|
+
#
|
|
10732
|
+
#
|
|
10733
|
+
#
|
|
10734
|
+
# Corresponds to "Partner management partner impressions" in the Ad Manager
|
|
10735
|
+
# UI.
|
|
10736
|
+
#
|
|
10737
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
10738
|
+
#
|
|
10739
|
+
# Data format: `INTEGER`
|
|
10740
|
+
PARTNER_MANAGEMENT_PARTNER_IMPRESSIONS = 539
|
|
10741
|
+
|
|
10742
|
+
# The total content views in the partner management.
|
|
10743
|
+
#
|
|
10744
|
+
#
|
|
10745
|
+
#
|
|
10746
|
+
# Corresponds to "Partner management total monetizable content views" in
|
|
10747
|
+
# the Ad Manager UI.
|
|
10748
|
+
#
|
|
10749
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
10750
|
+
#
|
|
10751
|
+
# Data format: `INTEGER`
|
|
10752
|
+
PARTNER_MANAGEMENT_TOTAL_CONTENT_VIEWS = 540
|
|
10753
|
+
|
|
10754
|
+
# The unfilled impressions in the partner management.
|
|
10755
|
+
#
|
|
10756
|
+
#
|
|
10757
|
+
#
|
|
10758
|
+
# Corresponds to "Partner management unfilled impressions" in the Ad
|
|
10759
|
+
# Manager UI.
|
|
10760
|
+
#
|
|
10761
|
+
# Compatible with the following report types: `HISTORICAL`,
|
|
10762
|
+
# `PARTNER_FINANCE`
|
|
10763
|
+
#
|
|
10764
|
+
# Data format: `INTEGER`
|
|
10765
|
+
PARTNER_MANAGEMENT_UNFILLED_IMPRESSIONS = 541
|
|
10766
|
+
|
|
10079
10767
|
# The number of filled pod requests (filled by partner or Google) in
|
|
10080
10768
|
# partner sales.
|
|
10081
10769
|
#
|
|
@@ -10266,7 +10954,7 @@ module Google
|
|
|
10266
10954
|
#
|
|
10267
10955
|
# Corresponds to "Total revenue" in the Ad Manager UI.
|
|
10268
10956
|
#
|
|
10269
|
-
# Compatible with the following report types: `HISTORICAL`
|
|
10957
|
+
# Compatible with the following report types: `HISTORICAL`, `AD_SPEED`
|
|
10270
10958
|
#
|
|
10271
10959
|
# Data format: `MONEY`
|
|
10272
10960
|
REVENUE = 36
|
|
@@ -10285,7 +10973,63 @@ module Google
|
|
|
10285
10973
|
# Data format: `MONEY`
|
|
10286
10974
|
REVENUE_PAID_THROUGH_MCM_AUTOPAYMENT = 214
|
|
10287
10975
|
|
|
10288
|
-
#
|
|
10976
|
+
# The total CPD net revenue for Revenue Verification reporting.
|
|
10977
|
+
#
|
|
10978
|
+
#
|
|
10979
|
+
#
|
|
10980
|
+
# Corresponds to "Total CPD revenue" in the Ad Manager UI.
|
|
10981
|
+
#
|
|
10982
|
+
# Compatible with the following report types: `REVENUE_VERIFICATION`
|
|
10983
|
+
#
|
|
10984
|
+
# Data format: `MONEY`
|
|
10985
|
+
REVENUE_VERIFICATION_CPD_REVENUE = 560
|
|
10986
|
+
|
|
10987
|
+
# The total CPD gross revenue for Revenue Verification reporting.
|
|
10988
|
+
#
|
|
10989
|
+
#
|
|
10990
|
+
#
|
|
10991
|
+
# Corresponds to "Total CPD revenue (gross)" in the Ad Manager UI.
|
|
10992
|
+
#
|
|
10993
|
+
# Compatible with the following report types: `REVENUE_VERIFICATION`
|
|
10994
|
+
#
|
|
10995
|
+
# Data format: `MONEY`
|
|
10996
|
+
REVENUE_VERIFICATION_GROSS_CPD_REVENUE = 559
|
|
10997
|
+
|
|
10998
|
+
# The total gross revenue (excluding CPD) for Revenue Verification
|
|
10999
|
+
# reporting.
|
|
11000
|
+
#
|
|
11001
|
+
#
|
|
11002
|
+
#
|
|
11003
|
+
# Corresponds to "Total CPM and CPC revenue (gross)" in the Ad Manager UI.
|
|
11004
|
+
#
|
|
11005
|
+
# Compatible with the following report types: `REVENUE_VERIFICATION`
|
|
11006
|
+
#
|
|
11007
|
+
# Data format: `MONEY`
|
|
11008
|
+
REVENUE_VERIFICATION_GROSS_REVENUE_WITHOUT_CPD = 561
|
|
11009
|
+
|
|
11010
|
+
# The total impressions for Revenue Verification reporting.
|
|
11011
|
+
#
|
|
11012
|
+
#
|
|
11013
|
+
#
|
|
11014
|
+
# Corresponds to "Total impressions" in the Ad Manager UI.
|
|
11015
|
+
#
|
|
11016
|
+
# Compatible with the following report types: `REVENUE_VERIFICATION`
|
|
11017
|
+
#
|
|
11018
|
+
# Data format: `INTEGER`
|
|
11019
|
+
REVENUE_VERIFICATION_IMPRESSIONS = 564
|
|
11020
|
+
|
|
11021
|
+
# The total net revenue (excluding CPD) for Revenue Verification reporting.
|
|
11022
|
+
#
|
|
11023
|
+
#
|
|
11024
|
+
#
|
|
11025
|
+
# Corresponds to "Total CPM and CPC revenue" in the Ad Manager UI.
|
|
11026
|
+
#
|
|
11027
|
+
# Compatible with the following report types: `REVENUE_VERIFICATION`
|
|
11028
|
+
#
|
|
11029
|
+
# Data format: `MONEY`
|
|
11030
|
+
REVENUE_VERIFICATION_REVENUE_WITHOUT_CPD = 567
|
|
11031
|
+
|
|
11032
|
+
# Total revenue (excluding CPD) based on the number of units
|
|
10289
11033
|
# served by the Google Ad Manager server, AdSense, Ad Exchange, and
|
|
10290
11034
|
# third-party Mediation networks.
|
|
10291
11035
|
#
|
|
@@ -11022,17 +11766,6 @@ module Google
|
|
|
11022
11766
|
# Data format: `INTEGER`
|
|
11023
11767
|
USER_MESSAGES_ALLOW_ADS_PAGEVIEWS = 489
|
|
11024
11768
|
|
|
11025
|
-
# Number of times a US state regulations message was shown to users.
|
|
11026
|
-
#
|
|
11027
|
-
#
|
|
11028
|
-
#
|
|
11029
|
-
# Corresponds to "US states messages shown" in the Ad Manager UI.
|
|
11030
|
-
#
|
|
11031
|
-
# Compatible with the following report types: `PRIVACY_AND_MESSAGING`
|
|
11032
|
-
#
|
|
11033
|
-
# Data format: `INTEGER`
|
|
11034
|
-
USER_MESSAGES_CCPA_MESSAGES_SHOWN = 490
|
|
11035
|
-
|
|
11036
11769
|
# Number of iOS ATT alerts that were triggered by an IDFA message (IDFA
|
|
11037
11770
|
# messages can be IDFA explainers or GDPR messages).
|
|
11038
11771
|
#
|
|
@@ -11197,6 +11930,28 @@ module Google
|
|
|
11197
11930
|
# Data format: `PERCENT`
|
|
11198
11931
|
USER_MESSAGES_UPTC_PERSONALIZATION_OPT_OUT_RATIO = 502
|
|
11199
11932
|
|
|
11933
|
+
# Number of times a US state regulations message was shown to users.
|
|
11934
|
+
#
|
|
11935
|
+
#
|
|
11936
|
+
#
|
|
11937
|
+
# Corresponds to "US states messages shown" in the Ad Manager UI.
|
|
11938
|
+
#
|
|
11939
|
+
# Compatible with the following report types: `PRIVACY_AND_MESSAGING`
|
|
11940
|
+
#
|
|
11941
|
+
# Data format: `INTEGER`
|
|
11942
|
+
USER_MESSAGES_US_STATES_MESSAGES_SHOWN = 490
|
|
11943
|
+
|
|
11944
|
+
# Number of times users selected the opt-out option in a US states message.
|
|
11945
|
+
#
|
|
11946
|
+
#
|
|
11947
|
+
#
|
|
11948
|
+
# Corresponds to "US states opt-out selections" in the Ad Manager UI.
|
|
11949
|
+
#
|
|
11950
|
+
# Compatible with the following report types: `PRIVACY_AND_MESSAGING`
|
|
11951
|
+
#
|
|
11952
|
+
# Data format: `INTEGER`
|
|
11953
|
+
USER_MESSAGES_US_STATES_OPT_OUT_SELECTIONS = 586
|
|
11954
|
+
|
|
11200
11955
|
# The number of errors of type 100 in reporting.
|
|
11201
11956
|
#
|
|
11202
11957
|
#
|
|
@@ -12091,6 +12846,120 @@ module Google
|
|
|
12091
12846
|
# Data format: `INTEGER`
|
|
12092
12847
|
VIDEO_REAL_TIME_UNMATCHED_QUERIES = 141
|
|
12093
12848
|
|
|
12849
|
+
# The total number of breaks completed or fatal errors for the last ad in
|
|
12850
|
+
# the pod.
|
|
12851
|
+
#
|
|
12852
|
+
#
|
|
12853
|
+
#
|
|
12854
|
+
# Corresponds to "Break end" in the Ad Manager UI.
|
|
12855
|
+
#
|
|
12856
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
12857
|
+
#
|
|
12858
|
+
# Data format: `INTEGER`
|
|
12859
|
+
VIDEO_TRUE_OPPORTUNITIES_TOTAL_BREAK_END = 279
|
|
12860
|
+
|
|
12861
|
+
# The total number of breaks starts or errors for the first ad in a pod
|
|
12862
|
+
# that users made it to.
|
|
12863
|
+
#
|
|
12864
|
+
#
|
|
12865
|
+
#
|
|
12866
|
+
# Corresponds to "Break start" in the Ad Manager UI.
|
|
12867
|
+
#
|
|
12868
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
12869
|
+
#
|
|
12870
|
+
# Data format: `INTEGER`
|
|
12871
|
+
VIDEO_TRUE_OPPORTUNITIES_TOTAL_BREAK_START = 280
|
|
12872
|
+
|
|
12873
|
+
# The number of video ad opportunities reached by a user (rounded down, or
|
|
12874
|
+
# capped based on your max ads setting, whichever is less).
|
|
12875
|
+
#
|
|
12876
|
+
#
|
|
12877
|
+
#
|
|
12878
|
+
# Corresponds to "Capped opportunities (adbreak)" in the Ad Manager UI.
|
|
12879
|
+
#
|
|
12880
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
12881
|
+
#
|
|
12882
|
+
# Data format: `INTEGER`
|
|
12883
|
+
VIDEO_TRUE_OPPORTUNITIES_TOTAL_CAPPED_OPPORTUNITIES_ADBREAK = 281
|
|
12884
|
+
|
|
12885
|
+
# The total number of seconds available to be filled.
|
|
12886
|
+
#
|
|
12887
|
+
#
|
|
12888
|
+
#
|
|
12889
|
+
# Corresponds to "Total duration (adbreak)" in the Ad Manager UI.
|
|
12890
|
+
#
|
|
12891
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
12892
|
+
#
|
|
12893
|
+
# Data format: `INTEGER`
|
|
12894
|
+
VIDEO_TRUE_OPPORTUNITIES_TOTAL_DURATION_ADBREAK = 283
|
|
12895
|
+
|
|
12896
|
+
# The total number of seconds filled.
|
|
12897
|
+
#
|
|
12898
|
+
#
|
|
12899
|
+
#
|
|
12900
|
+
# Corresponds to "Matched duration (adbreak)" in the Ad Manager UI.
|
|
12901
|
+
#
|
|
12902
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
12903
|
+
#
|
|
12904
|
+
# Data format: `INTEGER`
|
|
12905
|
+
VIDEO_TRUE_OPPORTUNITIES_TOTAL_MATCHED_DURATION_ADBREAK = 285
|
|
12906
|
+
|
|
12907
|
+
# The total matched opportunities in video true opportunities reporting.
|
|
12908
|
+
#
|
|
12909
|
+
#
|
|
12910
|
+
#
|
|
12911
|
+
# Corresponds to "Matched opportunities (adbreak)" in the Ad Manager UI.
|
|
12912
|
+
#
|
|
12913
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
12914
|
+
#
|
|
12915
|
+
# Data format: `INTEGER`
|
|
12916
|
+
VIDEO_TRUE_OPPORTUNITIES_TOTAL_MATCHED_OPPORTUNITIES_ADBREAK = 287
|
|
12917
|
+
|
|
12918
|
+
# The number of video ad opportunities reached by a user (rounded down).
|
|
12919
|
+
#
|
|
12920
|
+
#
|
|
12921
|
+
#
|
|
12922
|
+
# Corresponds to "Viewed opportunities (adbreak)" in the Ad Manager UI.
|
|
12923
|
+
#
|
|
12924
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
12925
|
+
#
|
|
12926
|
+
# Data format: `INTEGER`
|
|
12927
|
+
VIDEO_TRUE_OPPORTUNITIES_TOTAL_VIEWED_OPPORTUNITIES_ADBREAK = 289
|
|
12928
|
+
|
|
12929
|
+
# The number of TrueView ad impressions viewed.
|
|
12930
|
+
#
|
|
12931
|
+
#
|
|
12932
|
+
#
|
|
12933
|
+
# Corresponds to "True views" in the Ad Manager UI.
|
|
12934
|
+
#
|
|
12935
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
12936
|
+
#
|
|
12937
|
+
# Data format: `INTEGER`
|
|
12938
|
+
VIDEO_TRUE_VIEWS = 392
|
|
12939
|
+
|
|
12940
|
+
# Measures the percentage of skips.
|
|
12941
|
+
#
|
|
12942
|
+
#
|
|
12943
|
+
#
|
|
12944
|
+
# Corresponds to "True views skip rate" in the Ad Manager UI.
|
|
12945
|
+
#
|
|
12946
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
12947
|
+
#
|
|
12948
|
+
# Data format: `PERCENT`
|
|
12949
|
+
VIDEO_TRUE_VIEW_SKIP_RATE = 393
|
|
12950
|
+
|
|
12951
|
+
# The view-through rate is the percentage of views divided by number of
|
|
12952
|
+
# impressions
|
|
12953
|
+
#
|
|
12954
|
+
#
|
|
12955
|
+
#
|
|
12956
|
+
# Corresponds to "True views view-through rate" in the Ad Manager UI.
|
|
12957
|
+
#
|
|
12958
|
+
# Compatible with the following report types: `HISTORICAL`
|
|
12959
|
+
#
|
|
12960
|
+
# Data format: `PERCENT`
|
|
12961
|
+
VIDEO_TRUE_VIEW_VIEW_THROUGH_RATE = 394
|
|
12962
|
+
|
|
12094
12963
|
# Number of times that the publisher specified a video ad played
|
|
12095
12964
|
# automatically.
|
|
12096
12965
|
#
|