google-apis-dfareporting_v4 0.17.0 → 0.18.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9372b86dae2ee430ea008bc538909ab444e75065e519dd3a65d57e2e5ea2f7d0
|
4
|
+
data.tar.gz: efd6a759ad7a46c767dec6504580b8130b2ac33eec8f74d48f55e85e4d34440d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 236ccb665784b3d4194646a24bea0f4a2f38c422e90cccf1a33388813116e6bfe136c6e7eeb91302f9c7514ffe1334d00ed0a48986d9645dc51953c400f44b3f
|
7
|
+
data.tar.gz: 3849942b638e3ff61235d2d8f5af90b912a7d8a56edd81bc3bc38fc362ccd08c814511c042236826afc18fe1e3e95573ccc440fc201498ea285f61557df9f17a
|
data/CHANGELOG.md
CHANGED
@@ -2085,7 +2085,8 @@ module Google
|
|
2085
2085
|
end
|
2086
2086
|
end
|
2087
2087
|
|
2088
|
-
# Contains additional information about cart data.
|
2088
|
+
# Contains additional information about cart data. This field may only be used
|
2089
|
+
# when calling batchinsert; it is not supported by batchupdate.
|
2089
2090
|
class CartData
|
2090
2091
|
include Google::Apis::Core::Hashable
|
2091
2092
|
|
@@ -2108,7 +2109,7 @@ module Google
|
|
2108
2109
|
# @return [String]
|
2109
2110
|
attr_accessor :merchant_feed_language
|
2110
2111
|
|
2111
|
-
# The Merchant Center ID where the items are uploaded.
|
2112
|
+
# The Merchant Center ID where the items are uploaded. This is a required field.
|
2112
2113
|
# Corresponds to the JSON property `merchantId`
|
2113
2114
|
# @return [Fixnum]
|
2114
2115
|
attr_accessor :merchant_id
|
@@ -2561,7 +2562,7 @@ module Google
|
|
2561
2562
|
end
|
2562
2563
|
end
|
2563
2564
|
|
2564
|
-
# Represents a response to the queryCompatibleFields method.
|
2565
|
+
# Represents a response to the queryCompatibleFields method. Next ID: 10
|
2565
2566
|
class CompatibleFields
|
2566
2567
|
include Google::Apis::Core::Hashable
|
2567
2568
|
|
@@ -2571,6 +2572,12 @@ module Google
|
|
2571
2572
|
# @return [Google::Apis::DfareportingV4::CrossDimensionReachReportCompatibleFields]
|
2572
2573
|
attr_accessor :cross_dimension_reach_report_compatible_fields
|
2573
2574
|
|
2575
|
+
# Represents fields that are compatible to be selected for a report of type "
|
2576
|
+
# CROSS_MEDIA_REACH".
|
2577
|
+
# Corresponds to the JSON property `crossMediaReachReportCompatibleFields`
|
2578
|
+
# @return [Google::Apis::DfareportingV4::CrossMediaReachReportCompatibleFields]
|
2579
|
+
attr_accessor :cross_media_reach_report_compatible_fields
|
2580
|
+
|
2574
2581
|
# Represents fields that are compatible to be selected for a report of type "
|
2575
2582
|
# FlOODLIGHT".
|
2576
2583
|
# Corresponds to the JSON property `floodlightReportCompatibleFields`
|
@@ -2607,6 +2614,7 @@ module Google
|
|
2607
2614
|
# Update properties of this object
|
2608
2615
|
def update!(**args)
|
2609
2616
|
@cross_dimension_reach_report_compatible_fields = args[:cross_dimension_reach_report_compatible_fields] if args.key?(:cross_dimension_reach_report_compatible_fields)
|
2617
|
+
@cross_media_reach_report_compatible_fields = args[:cross_media_reach_report_compatible_fields] if args.key?(:cross_media_reach_report_compatible_fields)
|
2610
2618
|
@floodlight_report_compatible_fields = args[:floodlight_report_compatible_fields] if args.key?(:floodlight_report_compatible_fields)
|
2611
2619
|
@kind = args[:kind] if args.key?(:kind)
|
2612
2620
|
@path_to_conversion_report_compatible_fields = args[:path_to_conversion_report_compatible_fields] if args.key?(:path_to_conversion_report_compatible_fields)
|
@@ -2756,7 +2764,8 @@ module Google
|
|
2756
2764
|
# @return [String]
|
2757
2765
|
attr_accessor :ad_user_data_consent
|
2758
2766
|
|
2759
|
-
# Contains additional information about cart data.
|
2767
|
+
# Contains additional information about cart data. This field may only be used
|
2768
|
+
# when calling batchinsert; it is not supported by batchupdate.
|
2760
2769
|
# Corresponds to the JSON property `cartData`
|
2761
2770
|
# @return [Google::Apis::DfareportingV4::CartData]
|
2762
2771
|
attr_accessor :cart_data
|
@@ -2768,8 +2777,7 @@ module Google
|
|
2768
2777
|
attr_accessor :child_directed_treatment
|
2769
2778
|
alias_method :child_directed_treatment?, :child_directed_treatment
|
2770
2779
|
|
2771
|
-
# Custom floodlight variables.
|
2772
|
-
# batchinsert; it is not supported by batchupdate.
|
2780
|
+
# Custom floodlight variables.
|
2773
2781
|
# Corresponds to the JSON property `customVariables`
|
2774
2782
|
# @return [Array<Google::Apis::DfareportingV4::CustomFloodlightVariable>]
|
2775
2783
|
attr_accessor :custom_variables
|
@@ -5003,6 +5011,48 @@ module Google
|
|
5003
5011
|
end
|
5004
5012
|
end
|
5005
5013
|
|
5014
|
+
# Represents fields that are compatible to be selected for a report of type "
|
5015
|
+
# CROSS_MEDIA_REACH".
|
5016
|
+
class CrossMediaReachReportCompatibleFields
|
5017
|
+
include Google::Apis::Core::Hashable
|
5018
|
+
|
5019
|
+
# Dimensions which are compatible to be selected in the "dimensionFilters"
|
5020
|
+
# section of the report.
|
5021
|
+
# Corresponds to the JSON property `dimensionFilters`
|
5022
|
+
# @return [Array<Google::Apis::DfareportingV4::Dimension>]
|
5023
|
+
attr_accessor :dimension_filters
|
5024
|
+
|
5025
|
+
# Dimensions which are compatible to be selected in the "dimensions" section of
|
5026
|
+
# the report.
|
5027
|
+
# Corresponds to the JSON property `dimensions`
|
5028
|
+
# @return [Array<Google::Apis::DfareportingV4::Dimension>]
|
5029
|
+
attr_accessor :dimensions
|
5030
|
+
|
5031
|
+
# The kind of resource this is, in this case dfareporting#
|
5032
|
+
# crossMediaReachReportCompatibleFields.
|
5033
|
+
# Corresponds to the JSON property `kind`
|
5034
|
+
# @return [String]
|
5035
|
+
attr_accessor :kind
|
5036
|
+
|
5037
|
+
# Metrics which are compatible to be selected in the "metricNames" section of
|
5038
|
+
# the report.
|
5039
|
+
# Corresponds to the JSON property `metrics`
|
5040
|
+
# @return [Array<Google::Apis::DfareportingV4::Metric>]
|
5041
|
+
attr_accessor :metrics
|
5042
|
+
|
5043
|
+
def initialize(**args)
|
5044
|
+
update!(**args)
|
5045
|
+
end
|
5046
|
+
|
5047
|
+
# Update properties of this object
|
5048
|
+
def update!(**args)
|
5049
|
+
@dimension_filters = args[:dimension_filters] if args.key?(:dimension_filters)
|
5050
|
+
@dimensions = args[:dimensions] if args.key?(:dimensions)
|
5051
|
+
@kind = args[:kind] if args.key?(:kind)
|
5052
|
+
@metrics = args[:metrics] if args.key?(:metrics)
|
5053
|
+
end
|
5054
|
+
end
|
5055
|
+
|
5006
5056
|
# A custom floodlight variable. This field may only be used when calling
|
5007
5057
|
# batchinsert; it is not supported by batchupdate.
|
5008
5058
|
class CustomFloodlightVariable
|
@@ -5015,7 +5065,7 @@ module Google
|
|
5015
5065
|
attr_accessor :kind
|
5016
5066
|
|
5017
5067
|
# The type of custom floodlight variable to supply a value for. These map to the
|
5018
|
-
# "u[1-
|
5068
|
+
# "u[1-100]=" in the tags.
|
5019
5069
|
# Corresponds to the JSON property `type`
|
5020
5070
|
# @return [String]
|
5021
5071
|
attr_accessor :type
|
@@ -10433,6 +10483,11 @@ module Google
|
|
10433
10483
|
# @return [Google::Apis::DfareportingV4::Report::CrossDimensionReachCriteria]
|
10434
10484
|
attr_accessor :cross_dimension_reach_criteria
|
10435
10485
|
|
10486
|
+
# Optional. The report criteria for a report of type "CROSS_MEDIA_REACH".
|
10487
|
+
# Corresponds to the JSON property `crossMediaReachCriteria`
|
10488
|
+
# @return [Google::Apis::DfareportingV4::Report::CrossMediaReachCriteria]
|
10489
|
+
attr_accessor :cross_media_reach_criteria
|
10490
|
+
|
10436
10491
|
# The report's email delivery settings.
|
10437
10492
|
# Corresponds to the JSON property `delivery`
|
10438
10493
|
# @return [Google::Apis::DfareportingV4::Report::Delivery]
|
@@ -10522,6 +10577,7 @@ module Google
|
|
10522
10577
|
@account_id = args[:account_id] if args.key?(:account_id)
|
10523
10578
|
@criteria = args[:criteria] if args.key?(:criteria)
|
10524
10579
|
@cross_dimension_reach_criteria = args[:cross_dimension_reach_criteria] if args.key?(:cross_dimension_reach_criteria)
|
10580
|
+
@cross_media_reach_criteria = args[:cross_media_reach_criteria] if args.key?(:cross_media_reach_criteria)
|
10525
10581
|
@delivery = args[:delivery] if args.key?(:delivery)
|
10526
10582
|
@etag = args[:etag] if args.key?(:etag)
|
10527
10583
|
@file_name = args[:file_name] if args.key?(:file_name)
|
@@ -10646,6 +10702,45 @@ module Google
|
|
10646
10702
|
end
|
10647
10703
|
end
|
10648
10704
|
|
10705
|
+
# Optional. The report criteria for a report of type "CROSS_MEDIA_REACH".
|
10706
|
+
class CrossMediaReachCriteria
|
10707
|
+
include Google::Apis::Core::Hashable
|
10708
|
+
|
10709
|
+
# Represents a date range.
|
10710
|
+
# Corresponds to the JSON property `dateRange`
|
10711
|
+
# @return [Google::Apis::DfareportingV4::DateRange]
|
10712
|
+
attr_accessor :date_range
|
10713
|
+
|
10714
|
+
# Required. The list of filters on which dimensions are filtered. Filters for
|
10715
|
+
# different dimensions are ANDed, filters for the same dimension are grouped
|
10716
|
+
# together and ORed.
|
10717
|
+
# Corresponds to the JSON property `dimensionFilters`
|
10718
|
+
# @return [Array<Google::Apis::DfareportingV4::DimensionValue>]
|
10719
|
+
attr_accessor :dimension_filters
|
10720
|
+
|
10721
|
+
# Required. The list of dimensions the report should include.
|
10722
|
+
# Corresponds to the JSON property `dimensions`
|
10723
|
+
# @return [Array<Google::Apis::DfareportingV4::SortedDimension>]
|
10724
|
+
attr_accessor :dimensions
|
10725
|
+
|
10726
|
+
# Required. The list of names of metrics the report should include.
|
10727
|
+
# Corresponds to the JSON property `metricNames`
|
10728
|
+
# @return [Array<String>]
|
10729
|
+
attr_accessor :metric_names
|
10730
|
+
|
10731
|
+
def initialize(**args)
|
10732
|
+
update!(**args)
|
10733
|
+
end
|
10734
|
+
|
10735
|
+
# Update properties of this object
|
10736
|
+
def update!(**args)
|
10737
|
+
@date_range = args[:date_range] if args.key?(:date_range)
|
10738
|
+
@dimension_filters = args[:dimension_filters] if args.key?(:dimension_filters)
|
10739
|
+
@dimensions = args[:dimensions] if args.key?(:dimensions)
|
10740
|
+
@metric_names = args[:metric_names] if args.key?(:metric_names)
|
10741
|
+
end
|
10742
|
+
end
|
10743
|
+
|
10649
10744
|
# The report's email delivery settings.
|
10650
10745
|
class Delivery
|
10651
10746
|
include Google::Apis::Core::Hashable
|
@@ -12493,6 +12588,167 @@ module Google
|
|
12493
12588
|
end
|
12494
12589
|
end
|
12495
12590
|
|
12591
|
+
# TvCampaignDetail contains data from a TV campaign for specific start dates and
|
12592
|
+
# date windows.
|
12593
|
+
class TvCampaignDetail
|
12594
|
+
include Google::Apis::Core::Hashable
|
12595
|
+
|
12596
|
+
# ID of this TV campaign.
|
12597
|
+
# Corresponds to the JSON property `id`
|
12598
|
+
# @return [String]
|
12599
|
+
attr_accessor :id
|
12600
|
+
|
12601
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
12602
|
+
# dfareporting#tvCampaignSummary".
|
12603
|
+
# Corresponds to the JSON property `kind`
|
12604
|
+
# @return [String]
|
12605
|
+
attr_accessor :kind
|
12606
|
+
|
12607
|
+
# The timepoints of the TV campaign.
|
12608
|
+
# Corresponds to the JSON property `timepoints`
|
12609
|
+
# @return [Array<Google::Apis::DfareportingV4::TvCampaignTimepoint>]
|
12610
|
+
attr_accessor :timepoints
|
12611
|
+
|
12612
|
+
def initialize(**args)
|
12613
|
+
update!(**args)
|
12614
|
+
end
|
12615
|
+
|
12616
|
+
# Update properties of this object
|
12617
|
+
def update!(**args)
|
12618
|
+
@id = args[:id] if args.key?(:id)
|
12619
|
+
@kind = args[:kind] if args.key?(:kind)
|
12620
|
+
@timepoints = args[:timepoints] if args.key?(:timepoints)
|
12621
|
+
end
|
12622
|
+
end
|
12623
|
+
|
12624
|
+
# Response message for TvCampaignSummariesService.List.
|
12625
|
+
class TvCampaignSummariesListResponse
|
12626
|
+
include Google::Apis::Core::Hashable
|
12627
|
+
|
12628
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
12629
|
+
# dfareporting#tvCampaignSummariesListResponse".
|
12630
|
+
# Corresponds to the JSON property `kind`
|
12631
|
+
# @return [String]
|
12632
|
+
attr_accessor :kind
|
12633
|
+
|
12634
|
+
# List of TV campaign summaries.
|
12635
|
+
# Corresponds to the JSON property `tvCampaignSummaries`
|
12636
|
+
# @return [Array<Google::Apis::DfareportingV4::TvCampaignSummary>]
|
12637
|
+
attr_accessor :tv_campaign_summaries
|
12638
|
+
|
12639
|
+
def initialize(**args)
|
12640
|
+
update!(**args)
|
12641
|
+
end
|
12642
|
+
|
12643
|
+
# Update properties of this object
|
12644
|
+
def update!(**args)
|
12645
|
+
@kind = args[:kind] if args.key?(:kind)
|
12646
|
+
@tv_campaign_summaries = args[:tv_campaign_summaries] if args.key?(:tv_campaign_summaries)
|
12647
|
+
end
|
12648
|
+
end
|
12649
|
+
|
12650
|
+
# TvCampaignSummary contains aggregate data from a TV campaign.
|
12651
|
+
class TvCampaignSummary
|
12652
|
+
include Google::Apis::Core::Hashable
|
12653
|
+
|
12654
|
+
# The end date of the TV campaign, inclusive. A string of the format: "yyyy-MM-
|
12655
|
+
# dd".
|
12656
|
+
# Corresponds to the JSON property `endDate`
|
12657
|
+
# @return [String]
|
12658
|
+
attr_accessor :end_date
|
12659
|
+
|
12660
|
+
# GRP of this TV campaign.
|
12661
|
+
# Corresponds to the JSON property `grp`
|
12662
|
+
# @return [Fixnum]
|
12663
|
+
attr_accessor :grp
|
12664
|
+
|
12665
|
+
# ID of this TV campaign.
|
12666
|
+
# Corresponds to the JSON property `id`
|
12667
|
+
# @return [String]
|
12668
|
+
attr_accessor :id
|
12669
|
+
|
12670
|
+
# Impressions across the entire TV campaign.
|
12671
|
+
# Corresponds to the JSON property `impressions`
|
12672
|
+
# @return [Fixnum]
|
12673
|
+
attr_accessor :impressions
|
12674
|
+
|
12675
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
12676
|
+
# dfareporting#tvCampaignSummary".
|
12677
|
+
# Corresponds to the JSON property `kind`
|
12678
|
+
# @return [String]
|
12679
|
+
attr_accessor :kind
|
12680
|
+
|
12681
|
+
# Identifier. Name of this TV campaign.
|
12682
|
+
# Corresponds to the JSON property `name`
|
12683
|
+
# @return [String]
|
12684
|
+
attr_accessor :name
|
12685
|
+
|
12686
|
+
# Spend across the entire TV campaign.
|
12687
|
+
# Corresponds to the JSON property `spend`
|
12688
|
+
# @return [Float]
|
12689
|
+
attr_accessor :spend
|
12690
|
+
|
12691
|
+
# The start date of the TV campaign, inclusive. A string of the format: "yyyy-MM-
|
12692
|
+
# dd".
|
12693
|
+
# Corresponds to the JSON property `startDate`
|
12694
|
+
# @return [String]
|
12695
|
+
attr_accessor :start_date
|
12696
|
+
|
12697
|
+
# "CampaignComponentType" of this TV campaign.
|
12698
|
+
# Corresponds to the JSON property `type`
|
12699
|
+
# @return [String]
|
12700
|
+
attr_accessor :type
|
12701
|
+
|
12702
|
+
def initialize(**args)
|
12703
|
+
update!(**args)
|
12704
|
+
end
|
12705
|
+
|
12706
|
+
# Update properties of this object
|
12707
|
+
def update!(**args)
|
12708
|
+
@end_date = args[:end_date] if args.key?(:end_date)
|
12709
|
+
@grp = args[:grp] if args.key?(:grp)
|
12710
|
+
@id = args[:id] if args.key?(:id)
|
12711
|
+
@impressions = args[:impressions] if args.key?(:impressions)
|
12712
|
+
@kind = args[:kind] if args.key?(:kind)
|
12713
|
+
@name = args[:name] if args.key?(:name)
|
12714
|
+
@spend = args[:spend] if args.key?(:spend)
|
12715
|
+
@start_date = args[:start_date] if args.key?(:start_date)
|
12716
|
+
@type = args[:type] if args.key?(:type)
|
12717
|
+
end
|
12718
|
+
end
|
12719
|
+
|
12720
|
+
# A single data point for TvCampaignDetail, which holds information about the TV
|
12721
|
+
# campaign for a specific start date and date window.
|
12722
|
+
class TvCampaignTimepoint
|
12723
|
+
include Google::Apis::Core::Hashable
|
12724
|
+
|
12725
|
+
# The date window of the timepoint.
|
12726
|
+
# Corresponds to the JSON property `dateWindow`
|
12727
|
+
# @return [String]
|
12728
|
+
attr_accessor :date_window
|
12729
|
+
|
12730
|
+
# The spend within the time range of the timepoint.
|
12731
|
+
# Corresponds to the JSON property `spend`
|
12732
|
+
# @return [Float]
|
12733
|
+
attr_accessor :spend
|
12734
|
+
|
12735
|
+
# The start date of the timepoint. A string in the format of "yyyy-MM-dd".
|
12736
|
+
# Corresponds to the JSON property `startDate`
|
12737
|
+
# @return [String]
|
12738
|
+
attr_accessor :start_date
|
12739
|
+
|
12740
|
+
def initialize(**args)
|
12741
|
+
update!(**args)
|
12742
|
+
end
|
12743
|
+
|
12744
|
+
# Update properties of this object
|
12745
|
+
def update!(**args)
|
12746
|
+
@date_window = args[:date_window] if args.key?(:date_window)
|
12747
|
+
@spend = args[:spend] if args.key?(:spend)
|
12748
|
+
@start_date = args[:start_date] if args.key?(:start_date)
|
12749
|
+
end
|
12750
|
+
end
|
12751
|
+
|
12496
12752
|
# A Universal Ad ID as per the VAST 4.0 spec. Applicable to the following
|
12497
12753
|
# creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and VPAID.
|
12498
12754
|
class UniversalAdId
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DfareportingV4
|
18
18
|
# Version of the google-apis-dfareporting_v4 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240926"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -508,6 +508,12 @@ module Google
|
|
508
508
|
include Google::Apis::Core::JsonObjectSupport
|
509
509
|
end
|
510
510
|
|
511
|
+
class CrossMediaReachReportCompatibleFields
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
511
517
|
class CustomFloodlightVariable
|
512
518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
519
|
|
@@ -1165,6 +1171,12 @@ module Google
|
|
1165
1171
|
include Google::Apis::Core::JsonObjectSupport
|
1166
1172
|
end
|
1167
1173
|
|
1174
|
+
class CrossMediaReachCriteria
|
1175
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1176
|
+
|
1177
|
+
include Google::Apis::Core::JsonObjectSupport
|
1178
|
+
end
|
1179
|
+
|
1168
1180
|
class Delivery
|
1169
1181
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1170
1182
|
|
@@ -1396,6 +1408,30 @@ module Google
|
|
1396
1408
|
include Google::Apis::Core::JsonObjectSupport
|
1397
1409
|
end
|
1398
1410
|
|
1411
|
+
class TvCampaignDetail
|
1412
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1413
|
+
|
1414
|
+
include Google::Apis::Core::JsonObjectSupport
|
1415
|
+
end
|
1416
|
+
|
1417
|
+
class TvCampaignSummariesListResponse
|
1418
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1419
|
+
|
1420
|
+
include Google::Apis::Core::JsonObjectSupport
|
1421
|
+
end
|
1422
|
+
|
1423
|
+
class TvCampaignSummary
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
|
+
|
1426
|
+
include Google::Apis::Core::JsonObjectSupport
|
1427
|
+
end
|
1428
|
+
|
1429
|
+
class TvCampaignTimepoint
|
1430
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
|
+
|
1432
|
+
include Google::Apis::Core::JsonObjectSupport
|
1433
|
+
end
|
1434
|
+
|
1399
1435
|
class UniversalAdId
|
1400
1436
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1401
1437
|
|
@@ -2129,6 +2165,8 @@ module Google
|
|
2129
2165
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2130
2166
|
property :cross_dimension_reach_report_compatible_fields, as: 'crossDimensionReachReportCompatibleFields', class: Google::Apis::DfareportingV4::CrossDimensionReachReportCompatibleFields, decorator: Google::Apis::DfareportingV4::CrossDimensionReachReportCompatibleFields::Representation
|
2131
2167
|
|
2168
|
+
property :cross_media_reach_report_compatible_fields, as: 'crossMediaReachReportCompatibleFields', class: Google::Apis::DfareportingV4::CrossMediaReachReportCompatibleFields, decorator: Google::Apis::DfareportingV4::CrossMediaReachReportCompatibleFields::Representation
|
2169
|
+
|
2132
2170
|
property :floodlight_report_compatible_fields, as: 'floodlightReportCompatibleFields', class: Google::Apis::DfareportingV4::FloodlightReportCompatibleFields, decorator: Google::Apis::DfareportingV4::FloodlightReportCompatibleFields::Representation
|
2133
2171
|
|
2134
2172
|
property :kind, as: 'kind'
|
@@ -2672,6 +2710,19 @@ module Google
|
|
2672
2710
|
end
|
2673
2711
|
end
|
2674
2712
|
|
2713
|
+
class CrossMediaReachReportCompatibleFields
|
2714
|
+
# @private
|
2715
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2716
|
+
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV4::Dimension, decorator: Google::Apis::DfareportingV4::Dimension::Representation
|
2717
|
+
|
2718
|
+
collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV4::Dimension, decorator: Google::Apis::DfareportingV4::Dimension::Representation
|
2719
|
+
|
2720
|
+
property :kind, as: 'kind'
|
2721
|
+
collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV4::Metric, decorator: Google::Apis::DfareportingV4::Metric::Representation
|
2722
|
+
|
2723
|
+
end
|
2724
|
+
end
|
2725
|
+
|
2675
2726
|
class CustomFloodlightVariable
|
2676
2727
|
# @private
|
2677
2728
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4056,6 +4107,8 @@ module Google
|
|
4056
4107
|
|
4057
4108
|
property :cross_dimension_reach_criteria, as: 'crossDimensionReachCriteria', class: Google::Apis::DfareportingV4::Report::CrossDimensionReachCriteria, decorator: Google::Apis::DfareportingV4::Report::CrossDimensionReachCriteria::Representation
|
4058
4109
|
|
4110
|
+
property :cross_media_reach_criteria, as: 'crossMediaReachCriteria', class: Google::Apis::DfareportingV4::Report::CrossMediaReachCriteria, decorator: Google::Apis::DfareportingV4::Report::CrossMediaReachCriteria::Representation
|
4111
|
+
|
4059
4112
|
property :delivery, as: 'delivery', class: Google::Apis::DfareportingV4::Report::Delivery, decorator: Google::Apis::DfareportingV4::Report::Delivery::Representation
|
4060
4113
|
|
4061
4114
|
property :etag, as: 'etag'
|
@@ -4111,6 +4164,19 @@ module Google
|
|
4111
4164
|
end
|
4112
4165
|
end
|
4113
4166
|
|
4167
|
+
class CrossMediaReachCriteria
|
4168
|
+
# @private
|
4169
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4170
|
+
property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV4::DateRange, decorator: Google::Apis::DfareportingV4::DateRange::Representation
|
4171
|
+
|
4172
|
+
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV4::DimensionValue, decorator: Google::Apis::DfareportingV4::DimensionValue::Representation
|
4173
|
+
|
4174
|
+
collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV4::SortedDimension, decorator: Google::Apis::DfareportingV4::SortedDimension::Representation
|
4175
|
+
|
4176
|
+
collection :metric_names, as: 'metricNames'
|
4177
|
+
end
|
4178
|
+
end
|
4179
|
+
|
4114
4180
|
class Delivery
|
4115
4181
|
# @private
|
4116
4182
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4596,6 +4662,49 @@ module Google
|
|
4596
4662
|
end
|
4597
4663
|
end
|
4598
4664
|
|
4665
|
+
class TvCampaignDetail
|
4666
|
+
# @private
|
4667
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4668
|
+
property :id, as: 'id'
|
4669
|
+
property :kind, as: 'kind'
|
4670
|
+
collection :timepoints, as: 'timepoints', class: Google::Apis::DfareportingV4::TvCampaignTimepoint, decorator: Google::Apis::DfareportingV4::TvCampaignTimepoint::Representation
|
4671
|
+
|
4672
|
+
end
|
4673
|
+
end
|
4674
|
+
|
4675
|
+
class TvCampaignSummariesListResponse
|
4676
|
+
# @private
|
4677
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4678
|
+
property :kind, as: 'kind'
|
4679
|
+
collection :tv_campaign_summaries, as: 'tvCampaignSummaries', class: Google::Apis::DfareportingV4::TvCampaignSummary, decorator: Google::Apis::DfareportingV4::TvCampaignSummary::Representation
|
4680
|
+
|
4681
|
+
end
|
4682
|
+
end
|
4683
|
+
|
4684
|
+
class TvCampaignSummary
|
4685
|
+
# @private
|
4686
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4687
|
+
property :end_date, as: 'endDate'
|
4688
|
+
property :grp, :numeric_string => true, as: 'grp'
|
4689
|
+
property :id, as: 'id'
|
4690
|
+
property :impressions, :numeric_string => true, as: 'impressions'
|
4691
|
+
property :kind, as: 'kind'
|
4692
|
+
property :name, as: 'name'
|
4693
|
+
property :spend, as: 'spend'
|
4694
|
+
property :start_date, as: 'startDate'
|
4695
|
+
property :type, as: 'type'
|
4696
|
+
end
|
4697
|
+
end
|
4698
|
+
|
4699
|
+
class TvCampaignTimepoint
|
4700
|
+
# @private
|
4701
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4702
|
+
property :date_window, as: 'dateWindow'
|
4703
|
+
property :spend, as: 'spend'
|
4704
|
+
property :start_date, as: 'startDate'
|
4705
|
+
end
|
4706
|
+
end
|
4707
|
+
|
4599
4708
|
class UniversalAdId
|
4600
4709
|
# @private
|
4601
4710
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7771,6 +7771,79 @@ module Google
|
|
7771
7771
|
execute_or_queue_command(command, &block)
|
7772
7772
|
end
|
7773
7773
|
|
7774
|
+
# Gets one TvCampaignDetail by ID.
|
7775
|
+
# @param [Fixnum] profile_id
|
7776
|
+
# Required. User profile ID associated with this request.
|
7777
|
+
# @param [String] id
|
7778
|
+
# Required. TV Campaign ID.
|
7779
|
+
# @param [Fixnum] account_id
|
7780
|
+
# Required. Account ID associated with this request.
|
7781
|
+
# @param [String] fields
|
7782
|
+
# Selector specifying which fields to include in a partial response.
|
7783
|
+
# @param [String] quota_user
|
7784
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
7785
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
7786
|
+
# @param [Google::Apis::RequestOptions] options
|
7787
|
+
# Request-specific options
|
7788
|
+
#
|
7789
|
+
# @yield [result, err] Result & error if block supplied
|
7790
|
+
# @yieldparam result [Google::Apis::DfareportingV4::TvCampaignDetail] parsed result object
|
7791
|
+
# @yieldparam err [StandardError] error object if request failed
|
7792
|
+
#
|
7793
|
+
# @return [Google::Apis::DfareportingV4::TvCampaignDetail]
|
7794
|
+
#
|
7795
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
7796
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
7797
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
7798
|
+
def get_tv_campaign_detail(profile_id, id, account_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
7799
|
+
command = make_simple_command(:get, 'userprofiles/{+profileId}/tvCampaignDetails/{+id}', options)
|
7800
|
+
command.response_representation = Google::Apis::DfareportingV4::TvCampaignDetail::Representation
|
7801
|
+
command.response_class = Google::Apis::DfareportingV4::TvCampaignDetail
|
7802
|
+
command.params['profileId'] = profile_id unless profile_id.nil?
|
7803
|
+
command.params['id'] = id unless id.nil?
|
7804
|
+
command.query['accountId'] = account_id unless account_id.nil?
|
7805
|
+
command.query['fields'] = fields unless fields.nil?
|
7806
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
7807
|
+
execute_or_queue_command(command, &block)
|
7808
|
+
end
|
7809
|
+
|
7810
|
+
# Retrieves a list of TV campaign summaries.
|
7811
|
+
# @param [Fixnum] profile_id
|
7812
|
+
# Required. User profile ID associated with this request.
|
7813
|
+
# @param [Fixnum] account_id
|
7814
|
+
# Required. Account ID associated with this request.
|
7815
|
+
# @param [String] name
|
7816
|
+
# Required. Search string to filter the list of TV campaign summaries. Matches
|
7817
|
+
# any substring. Required field.
|
7818
|
+
# @param [String] fields
|
7819
|
+
# Selector specifying which fields to include in a partial response.
|
7820
|
+
# @param [String] quota_user
|
7821
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
7822
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
7823
|
+
# @param [Google::Apis::RequestOptions] options
|
7824
|
+
# Request-specific options
|
7825
|
+
#
|
7826
|
+
# @yield [result, err] Result & error if block supplied
|
7827
|
+
# @yieldparam result [Google::Apis::DfareportingV4::TvCampaignSummariesListResponse] parsed result object
|
7828
|
+
# @yieldparam err [StandardError] error object if request failed
|
7829
|
+
#
|
7830
|
+
# @return [Google::Apis::DfareportingV4::TvCampaignSummariesListResponse]
|
7831
|
+
#
|
7832
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
7833
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
7834
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
7835
|
+
def list_tv_campaign_summaries(profile_id, account_id: nil, name: nil, fields: nil, quota_user: nil, options: nil, &block)
|
7836
|
+
command = make_simple_command(:get, 'userprofiles/{+profileId}/tvCampaignSummaries', options)
|
7837
|
+
command.response_representation = Google::Apis::DfareportingV4::TvCampaignSummariesListResponse::Representation
|
7838
|
+
command.response_class = Google::Apis::DfareportingV4::TvCampaignSummariesListResponse
|
7839
|
+
command.params['profileId'] = profile_id unless profile_id.nil?
|
7840
|
+
command.query['accountId'] = account_id unless account_id.nil?
|
7841
|
+
command.query['name'] = name unless name.nil?
|
7842
|
+
command.query['fields'] = fields unless fields.nil?
|
7843
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
7844
|
+
execute_or_queue_command(command, &block)
|
7845
|
+
end
|
7846
|
+
|
7774
7847
|
# Gets one user profile by ID.
|
7775
7848
|
# @param [Fixnum] profile_id
|
7776
7849
|
# The user profile ID.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dfareporting_v4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.18.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dfareporting_v4/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v4/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v4/v0.18.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dfareporting_v4
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|