google-apis-dfareporting_v4 0.17.0 → 0.19.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: 0be923c1c7c91cb8af843e3da27224e7b94c518cea74ac33057263dba9f29e14
|
4
|
+
data.tar.gz: c673079f7154ea966f908f190b0736732849120f64d1932e0c9e8b1e1d7bb9fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1aaa85678178d7455ed86dde560e40fa0c9f69aaea7f8db667aec9d489b569473c8a42d572b07e12b8d0f97845131d7dcc9bd6cadd1cacb35934405ff24313e6
|
7
|
+
data.tar.gz: b46cddd11c9ab3c2251d9363fb1a5bd1db274c4058b44ff23d529bd12a03bdb867de41c7c45433318e81c03e66cd214cfa86e90ac89fe3181f4c57eddee92a29
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-dfareporting_v4
|
2
2
|
|
3
|
+
### v0.19.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250218
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.18.0 (2024-09-29)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240926
|
11
|
+
|
3
12
|
### v0.17.0 (2024-08-25)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240821
|
@@ -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
|
|
@@ -2096,19 +2097,21 @@ module Google
|
|
2096
2097
|
|
2097
2098
|
# The feed labels associated with the feed where your items are uploaded. For
|
2098
2099
|
# more information, please refer to https://support.google.com/merchants/
|
2099
|
-
# answer/12453549.
|
2100
|
+
# answer/12453549. Providing the feed label reduces ambiguity in identifying the
|
2101
|
+
# right offer details.
|
2100
2102
|
# Corresponds to the JSON property `merchantFeedLabel`
|
2101
2103
|
# @return [String]
|
2102
2104
|
attr_accessor :merchant_feed_label
|
2103
2105
|
|
2104
2106
|
# The language associated with the feed where your items are uploaded. Use ISO
|
2105
|
-
# 639-1 language codes.
|
2106
|
-
#
|
2107
|
+
# 639-1 language codes. Providing the feed language reduces ambiguity in
|
2108
|
+
# identifying the right offer details.
|
2107
2109
|
# Corresponds to the JSON property `merchantFeedLanguage`
|
2108
2110
|
# @return [String]
|
2109
2111
|
attr_accessor :merchant_feed_language
|
2110
2112
|
|
2111
|
-
# The Merchant Center ID where the items are uploaded.
|
2113
|
+
# The Merchant Center ID where the items are uploaded. Providing Merchant Center
|
2114
|
+
# ID reduces ambiguity in identifying the right offer details.
|
2112
2115
|
# Corresponds to the JSON property `merchantId`
|
2113
2116
|
# @return [Fixnum]
|
2114
2117
|
attr_accessor :merchant_id
|
@@ -2561,7 +2564,7 @@ module Google
|
|
2561
2564
|
end
|
2562
2565
|
end
|
2563
2566
|
|
2564
|
-
# Represents a response to the queryCompatibleFields method.
|
2567
|
+
# Represents a response to the queryCompatibleFields method. Next ID: 10
|
2565
2568
|
class CompatibleFields
|
2566
2569
|
include Google::Apis::Core::Hashable
|
2567
2570
|
|
@@ -2571,6 +2574,12 @@ module Google
|
|
2571
2574
|
# @return [Google::Apis::DfareportingV4::CrossDimensionReachReportCompatibleFields]
|
2572
2575
|
attr_accessor :cross_dimension_reach_report_compatible_fields
|
2573
2576
|
|
2577
|
+
# Represents fields that are compatible to be selected for a report of type "
|
2578
|
+
# CROSS_MEDIA_REACH".
|
2579
|
+
# Corresponds to the JSON property `crossMediaReachReportCompatibleFields`
|
2580
|
+
# @return [Google::Apis::DfareportingV4::CrossMediaReachReportCompatibleFields]
|
2581
|
+
attr_accessor :cross_media_reach_report_compatible_fields
|
2582
|
+
|
2574
2583
|
# Represents fields that are compatible to be selected for a report of type "
|
2575
2584
|
# FlOODLIGHT".
|
2576
2585
|
# Corresponds to the JSON property `floodlightReportCompatibleFields`
|
@@ -2607,6 +2616,7 @@ module Google
|
|
2607
2616
|
# Update properties of this object
|
2608
2617
|
def update!(**args)
|
2609
2618
|
@cross_dimension_reach_report_compatible_fields = args[:cross_dimension_reach_report_compatible_fields] if args.key?(:cross_dimension_reach_report_compatible_fields)
|
2619
|
+
@cross_media_reach_report_compatible_fields = args[:cross_media_reach_report_compatible_fields] if args.key?(:cross_media_reach_report_compatible_fields)
|
2610
2620
|
@floodlight_report_compatible_fields = args[:floodlight_report_compatible_fields] if args.key?(:floodlight_report_compatible_fields)
|
2611
2621
|
@kind = args[:kind] if args.key?(:kind)
|
2612
2622
|
@path_to_conversion_report_compatible_fields = args[:path_to_conversion_report_compatible_fields] if args.key?(:path_to_conversion_report_compatible_fields)
|
@@ -2756,7 +2766,8 @@ module Google
|
|
2756
2766
|
# @return [String]
|
2757
2767
|
attr_accessor :ad_user_data_consent
|
2758
2768
|
|
2759
|
-
# Contains additional information about cart data.
|
2769
|
+
# Contains additional information about cart data. This field may only be used
|
2770
|
+
# when calling batchinsert; it is not supported by batchupdate.
|
2760
2771
|
# Corresponds to the JSON property `cartData`
|
2761
2772
|
# @return [Google::Apis::DfareportingV4::CartData]
|
2762
2773
|
attr_accessor :cart_data
|
@@ -2768,8 +2779,7 @@ module Google
|
|
2768
2779
|
attr_accessor :child_directed_treatment
|
2769
2780
|
alias_method :child_directed_treatment?, :child_directed_treatment
|
2770
2781
|
|
2771
|
-
# Custom floodlight variables.
|
2772
|
-
# batchinsert; it is not supported by batchupdate.
|
2782
|
+
# Custom floodlight variables.
|
2773
2783
|
# Corresponds to the JSON property `customVariables`
|
2774
2784
|
# @return [Array<Google::Apis::DfareportingV4::CustomFloodlightVariable>]
|
2775
2785
|
attr_accessor :custom_variables
|
@@ -2896,7 +2906,8 @@ module Google
|
|
2896
2906
|
# @return [Array<Google::Apis::DfareportingV4::UserIdentifier>]
|
2897
2907
|
attr_accessor :user_identifiers
|
2898
2908
|
|
2899
|
-
# The value of the conversion.
|
2909
|
+
# The value of the conversion. Interpreted in CM360 Floodlight config parent
|
2910
|
+
# advertiser's currency code. This is a required field.
|
2900
2911
|
# Corresponds to the JSON property `value`
|
2901
2912
|
# @return [Float]
|
2902
2913
|
attr_accessor :value
|
@@ -5003,6 +5014,48 @@ module Google
|
|
5003
5014
|
end
|
5004
5015
|
end
|
5005
5016
|
|
5017
|
+
# Represents fields that are compatible to be selected for a report of type "
|
5018
|
+
# CROSS_MEDIA_REACH".
|
5019
|
+
class CrossMediaReachReportCompatibleFields
|
5020
|
+
include Google::Apis::Core::Hashable
|
5021
|
+
|
5022
|
+
# Dimensions which are compatible to be selected in the "dimensionFilters"
|
5023
|
+
# section of the report.
|
5024
|
+
# Corresponds to the JSON property `dimensionFilters`
|
5025
|
+
# @return [Array<Google::Apis::DfareportingV4::Dimension>]
|
5026
|
+
attr_accessor :dimension_filters
|
5027
|
+
|
5028
|
+
# Dimensions which are compatible to be selected in the "dimensions" section of
|
5029
|
+
# the report.
|
5030
|
+
# Corresponds to the JSON property `dimensions`
|
5031
|
+
# @return [Array<Google::Apis::DfareportingV4::Dimension>]
|
5032
|
+
attr_accessor :dimensions
|
5033
|
+
|
5034
|
+
# The kind of resource this is, in this case dfareporting#
|
5035
|
+
# crossMediaReachReportCompatibleFields.
|
5036
|
+
# Corresponds to the JSON property `kind`
|
5037
|
+
# @return [String]
|
5038
|
+
attr_accessor :kind
|
5039
|
+
|
5040
|
+
# Metrics which are compatible to be selected in the "metricNames" section of
|
5041
|
+
# the report.
|
5042
|
+
# Corresponds to the JSON property `metrics`
|
5043
|
+
# @return [Array<Google::Apis::DfareportingV4::Metric>]
|
5044
|
+
attr_accessor :metrics
|
5045
|
+
|
5046
|
+
def initialize(**args)
|
5047
|
+
update!(**args)
|
5048
|
+
end
|
5049
|
+
|
5050
|
+
# Update properties of this object
|
5051
|
+
def update!(**args)
|
5052
|
+
@dimension_filters = args[:dimension_filters] if args.key?(:dimension_filters)
|
5053
|
+
@dimensions = args[:dimensions] if args.key?(:dimensions)
|
5054
|
+
@kind = args[:kind] if args.key?(:kind)
|
5055
|
+
@metrics = args[:metrics] if args.key?(:metrics)
|
5056
|
+
end
|
5057
|
+
end
|
5058
|
+
|
5006
5059
|
# A custom floodlight variable. This field may only be used when calling
|
5007
5060
|
# batchinsert; it is not supported by batchupdate.
|
5008
5061
|
class CustomFloodlightVariable
|
@@ -5015,7 +5068,7 @@ module Google
|
|
5015
5068
|
attr_accessor :kind
|
5016
5069
|
|
5017
5070
|
# The type of custom floodlight variable to supply a value for. These map to the
|
5018
|
-
# "u[1-
|
5071
|
+
# "u[1-100]=" in the tags.
|
5019
5072
|
# Corresponds to the JSON property `type`
|
5020
5073
|
# @return [String]
|
5021
5074
|
attr_accessor :type
|
@@ -10433,6 +10486,11 @@ module Google
|
|
10433
10486
|
# @return [Google::Apis::DfareportingV4::Report::CrossDimensionReachCriteria]
|
10434
10487
|
attr_accessor :cross_dimension_reach_criteria
|
10435
10488
|
|
10489
|
+
# Optional. The report criteria for a report of type "CROSS_MEDIA_REACH".
|
10490
|
+
# Corresponds to the JSON property `crossMediaReachCriteria`
|
10491
|
+
# @return [Google::Apis::DfareportingV4::Report::CrossMediaReachCriteria]
|
10492
|
+
attr_accessor :cross_media_reach_criteria
|
10493
|
+
|
10436
10494
|
# The report's email delivery settings.
|
10437
10495
|
# Corresponds to the JSON property `delivery`
|
10438
10496
|
# @return [Google::Apis::DfareportingV4::Report::Delivery]
|
@@ -10522,6 +10580,7 @@ module Google
|
|
10522
10580
|
@account_id = args[:account_id] if args.key?(:account_id)
|
10523
10581
|
@criteria = args[:criteria] if args.key?(:criteria)
|
10524
10582
|
@cross_dimension_reach_criteria = args[:cross_dimension_reach_criteria] if args.key?(:cross_dimension_reach_criteria)
|
10583
|
+
@cross_media_reach_criteria = args[:cross_media_reach_criteria] if args.key?(:cross_media_reach_criteria)
|
10525
10584
|
@delivery = args[:delivery] if args.key?(:delivery)
|
10526
10585
|
@etag = args[:etag] if args.key?(:etag)
|
10527
10586
|
@file_name = args[:file_name] if args.key?(:file_name)
|
@@ -10646,6 +10705,45 @@ module Google
|
|
10646
10705
|
end
|
10647
10706
|
end
|
10648
10707
|
|
10708
|
+
# Optional. The report criteria for a report of type "CROSS_MEDIA_REACH".
|
10709
|
+
class CrossMediaReachCriteria
|
10710
|
+
include Google::Apis::Core::Hashable
|
10711
|
+
|
10712
|
+
# Represents a date range.
|
10713
|
+
# Corresponds to the JSON property `dateRange`
|
10714
|
+
# @return [Google::Apis::DfareportingV4::DateRange]
|
10715
|
+
attr_accessor :date_range
|
10716
|
+
|
10717
|
+
# Required. The list of filters on which dimensions are filtered. Filters for
|
10718
|
+
# different dimensions are ANDed, filters for the same dimension are grouped
|
10719
|
+
# together and ORed.
|
10720
|
+
# Corresponds to the JSON property `dimensionFilters`
|
10721
|
+
# @return [Array<Google::Apis::DfareportingV4::DimensionValue>]
|
10722
|
+
attr_accessor :dimension_filters
|
10723
|
+
|
10724
|
+
# Required. The list of dimensions the report should include.
|
10725
|
+
# Corresponds to the JSON property `dimensions`
|
10726
|
+
# @return [Array<Google::Apis::DfareportingV4::SortedDimension>]
|
10727
|
+
attr_accessor :dimensions
|
10728
|
+
|
10729
|
+
# Required. The list of names of metrics the report should include.
|
10730
|
+
# Corresponds to the JSON property `metricNames`
|
10731
|
+
# @return [Array<String>]
|
10732
|
+
attr_accessor :metric_names
|
10733
|
+
|
10734
|
+
def initialize(**args)
|
10735
|
+
update!(**args)
|
10736
|
+
end
|
10737
|
+
|
10738
|
+
# Update properties of this object
|
10739
|
+
def update!(**args)
|
10740
|
+
@date_range = args[:date_range] if args.key?(:date_range)
|
10741
|
+
@dimension_filters = args[:dimension_filters] if args.key?(:dimension_filters)
|
10742
|
+
@dimensions = args[:dimensions] if args.key?(:dimensions)
|
10743
|
+
@metric_names = args[:metric_names] if args.key?(:metric_names)
|
10744
|
+
end
|
10745
|
+
end
|
10746
|
+
|
10649
10747
|
# The report's email delivery settings.
|
10650
10748
|
class Delivery
|
10651
10749
|
include Google::Apis::Core::Hashable
|
@@ -12015,6 +12113,14 @@ module Google
|
|
12015
12113
|
attr_accessor :include_click_tracking
|
12016
12114
|
alias_method :include_click_tracking?, :include_click_tracking
|
12017
12115
|
|
12116
|
+
# Optional. Indicates that the unescapedlpurl macro should be included in the
|
12117
|
+
# tag for the static landing page. New placements will default to the value set
|
12118
|
+
# on their site.
|
12119
|
+
# Corresponds to the JSON property `includeUnescapedlpurlMacro`
|
12120
|
+
# @return [Boolean]
|
12121
|
+
attr_accessor :include_unescapedlpurl_macro
|
12122
|
+
alias_method :include_unescapedlpurl_macro?, :include_unescapedlpurl_macro
|
12123
|
+
|
12018
12124
|
# Option specifying how keywords are embedded in ad tags. This setting can be
|
12019
12125
|
# used to specify whether keyword placeholders are inserted in placement tags
|
12020
12126
|
# for this site. Publishers can then add keywords to those placeholders.
|
@@ -12031,6 +12137,7 @@ module Google
|
|
12031
12137
|
@additional_key_values = args[:additional_key_values] if args.key?(:additional_key_values)
|
12032
12138
|
@include_click_through_urls = args[:include_click_through_urls] if args.key?(:include_click_through_urls)
|
12033
12139
|
@include_click_tracking = args[:include_click_tracking] if args.key?(:include_click_tracking)
|
12140
|
+
@include_unescapedlpurl_macro = args[:include_unescapedlpurl_macro] if args.key?(:include_unescapedlpurl_macro)
|
12034
12141
|
@keyword_option = args[:keyword_option] if args.key?(:keyword_option)
|
12035
12142
|
end
|
12036
12143
|
end
|
@@ -12493,6 +12600,167 @@ module Google
|
|
12493
12600
|
end
|
12494
12601
|
end
|
12495
12602
|
|
12603
|
+
# TvCampaignDetail contains data from a TV campaign for specific start dates and
|
12604
|
+
# date windows.
|
12605
|
+
class TvCampaignDetail
|
12606
|
+
include Google::Apis::Core::Hashable
|
12607
|
+
|
12608
|
+
# ID of this TV campaign.
|
12609
|
+
# Corresponds to the JSON property `id`
|
12610
|
+
# @return [String]
|
12611
|
+
attr_accessor :id
|
12612
|
+
|
12613
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
12614
|
+
# dfareporting#tvCampaignSummary".
|
12615
|
+
# Corresponds to the JSON property `kind`
|
12616
|
+
# @return [String]
|
12617
|
+
attr_accessor :kind
|
12618
|
+
|
12619
|
+
# The timepoints of the TV campaign.
|
12620
|
+
# Corresponds to the JSON property `timepoints`
|
12621
|
+
# @return [Array<Google::Apis::DfareportingV4::TvCampaignTimepoint>]
|
12622
|
+
attr_accessor :timepoints
|
12623
|
+
|
12624
|
+
def initialize(**args)
|
12625
|
+
update!(**args)
|
12626
|
+
end
|
12627
|
+
|
12628
|
+
# Update properties of this object
|
12629
|
+
def update!(**args)
|
12630
|
+
@id = args[:id] if args.key?(:id)
|
12631
|
+
@kind = args[:kind] if args.key?(:kind)
|
12632
|
+
@timepoints = args[:timepoints] if args.key?(:timepoints)
|
12633
|
+
end
|
12634
|
+
end
|
12635
|
+
|
12636
|
+
# Response message for TvCampaignSummariesService.List.
|
12637
|
+
class TvCampaignSummariesListResponse
|
12638
|
+
include Google::Apis::Core::Hashable
|
12639
|
+
|
12640
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
12641
|
+
# dfareporting#tvCampaignSummariesListResponse".
|
12642
|
+
# Corresponds to the JSON property `kind`
|
12643
|
+
# @return [String]
|
12644
|
+
attr_accessor :kind
|
12645
|
+
|
12646
|
+
# List of TV campaign summaries.
|
12647
|
+
# Corresponds to the JSON property `tvCampaignSummaries`
|
12648
|
+
# @return [Array<Google::Apis::DfareportingV4::TvCampaignSummary>]
|
12649
|
+
attr_accessor :tv_campaign_summaries
|
12650
|
+
|
12651
|
+
def initialize(**args)
|
12652
|
+
update!(**args)
|
12653
|
+
end
|
12654
|
+
|
12655
|
+
# Update properties of this object
|
12656
|
+
def update!(**args)
|
12657
|
+
@kind = args[:kind] if args.key?(:kind)
|
12658
|
+
@tv_campaign_summaries = args[:tv_campaign_summaries] if args.key?(:tv_campaign_summaries)
|
12659
|
+
end
|
12660
|
+
end
|
12661
|
+
|
12662
|
+
# TvCampaignSummary contains aggregate data from a TV campaign.
|
12663
|
+
class TvCampaignSummary
|
12664
|
+
include Google::Apis::Core::Hashable
|
12665
|
+
|
12666
|
+
# The end date of the TV campaign, inclusive. A string of the format: "yyyy-MM-
|
12667
|
+
# dd".
|
12668
|
+
# Corresponds to the JSON property `endDate`
|
12669
|
+
# @return [String]
|
12670
|
+
attr_accessor :end_date
|
12671
|
+
|
12672
|
+
# GRP of this TV campaign.
|
12673
|
+
# Corresponds to the JSON property `grp`
|
12674
|
+
# @return [Fixnum]
|
12675
|
+
attr_accessor :grp
|
12676
|
+
|
12677
|
+
# ID of this TV campaign.
|
12678
|
+
# Corresponds to the JSON property `id`
|
12679
|
+
# @return [String]
|
12680
|
+
attr_accessor :id
|
12681
|
+
|
12682
|
+
# Impressions across the entire TV campaign.
|
12683
|
+
# Corresponds to the JSON property `impressions`
|
12684
|
+
# @return [Fixnum]
|
12685
|
+
attr_accessor :impressions
|
12686
|
+
|
12687
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
12688
|
+
# dfareporting#tvCampaignSummary".
|
12689
|
+
# Corresponds to the JSON property `kind`
|
12690
|
+
# @return [String]
|
12691
|
+
attr_accessor :kind
|
12692
|
+
|
12693
|
+
# Identifier. Name of this TV campaign.
|
12694
|
+
# Corresponds to the JSON property `name`
|
12695
|
+
# @return [String]
|
12696
|
+
attr_accessor :name
|
12697
|
+
|
12698
|
+
# Spend across the entire TV campaign.
|
12699
|
+
# Corresponds to the JSON property `spend`
|
12700
|
+
# @return [Float]
|
12701
|
+
attr_accessor :spend
|
12702
|
+
|
12703
|
+
# The start date of the TV campaign, inclusive. A string of the format: "yyyy-MM-
|
12704
|
+
# dd".
|
12705
|
+
# Corresponds to the JSON property `startDate`
|
12706
|
+
# @return [String]
|
12707
|
+
attr_accessor :start_date
|
12708
|
+
|
12709
|
+
# "CampaignComponentType" of this TV campaign.
|
12710
|
+
# Corresponds to the JSON property `type`
|
12711
|
+
# @return [String]
|
12712
|
+
attr_accessor :type
|
12713
|
+
|
12714
|
+
def initialize(**args)
|
12715
|
+
update!(**args)
|
12716
|
+
end
|
12717
|
+
|
12718
|
+
# Update properties of this object
|
12719
|
+
def update!(**args)
|
12720
|
+
@end_date = args[:end_date] if args.key?(:end_date)
|
12721
|
+
@grp = args[:grp] if args.key?(:grp)
|
12722
|
+
@id = args[:id] if args.key?(:id)
|
12723
|
+
@impressions = args[:impressions] if args.key?(:impressions)
|
12724
|
+
@kind = args[:kind] if args.key?(:kind)
|
12725
|
+
@name = args[:name] if args.key?(:name)
|
12726
|
+
@spend = args[:spend] if args.key?(:spend)
|
12727
|
+
@start_date = args[:start_date] if args.key?(:start_date)
|
12728
|
+
@type = args[:type] if args.key?(:type)
|
12729
|
+
end
|
12730
|
+
end
|
12731
|
+
|
12732
|
+
# A single data point for TvCampaignDetail, which holds information about the TV
|
12733
|
+
# campaign for a specific start date and date window.
|
12734
|
+
class TvCampaignTimepoint
|
12735
|
+
include Google::Apis::Core::Hashable
|
12736
|
+
|
12737
|
+
# The date window of the timepoint.
|
12738
|
+
# Corresponds to the JSON property `dateWindow`
|
12739
|
+
# @return [String]
|
12740
|
+
attr_accessor :date_window
|
12741
|
+
|
12742
|
+
# The spend within the time range of the timepoint.
|
12743
|
+
# Corresponds to the JSON property `spend`
|
12744
|
+
# @return [Float]
|
12745
|
+
attr_accessor :spend
|
12746
|
+
|
12747
|
+
# The start date of the timepoint. A string in the format of "yyyy-MM-dd".
|
12748
|
+
# Corresponds to the JSON property `startDate`
|
12749
|
+
# @return [String]
|
12750
|
+
attr_accessor :start_date
|
12751
|
+
|
12752
|
+
def initialize(**args)
|
12753
|
+
update!(**args)
|
12754
|
+
end
|
12755
|
+
|
12756
|
+
# Update properties of this object
|
12757
|
+
def update!(**args)
|
12758
|
+
@date_window = args[:date_window] if args.key?(:date_window)
|
12759
|
+
@spend = args[:spend] if args.key?(:spend)
|
12760
|
+
@start_date = args[:start_date] if args.key?(:start_date)
|
12761
|
+
end
|
12762
|
+
end
|
12763
|
+
|
12496
12764
|
# A Universal Ad ID as per the VAST 4.0 spec. Applicable to the following
|
12497
12765
|
# creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and VPAID.
|
12498
12766
|
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.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250218"
|
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
|
@@ -4469,6 +4535,7 @@ module Google
|
|
4469
4535
|
property :additional_key_values, as: 'additionalKeyValues'
|
4470
4536
|
property :include_click_through_urls, as: 'includeClickThroughUrls'
|
4471
4537
|
property :include_click_tracking, as: 'includeClickTracking'
|
4538
|
+
property :include_unescapedlpurl_macro, as: 'includeUnescapedlpurlMacro'
|
4472
4539
|
property :keyword_option, as: 'keywordOption'
|
4473
4540
|
end
|
4474
4541
|
end
|
@@ -4596,6 +4663,49 @@ module Google
|
|
4596
4663
|
end
|
4597
4664
|
end
|
4598
4665
|
|
4666
|
+
class TvCampaignDetail
|
4667
|
+
# @private
|
4668
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4669
|
+
property :id, as: 'id'
|
4670
|
+
property :kind, as: 'kind'
|
4671
|
+
collection :timepoints, as: 'timepoints', class: Google::Apis::DfareportingV4::TvCampaignTimepoint, decorator: Google::Apis::DfareportingV4::TvCampaignTimepoint::Representation
|
4672
|
+
|
4673
|
+
end
|
4674
|
+
end
|
4675
|
+
|
4676
|
+
class TvCampaignSummariesListResponse
|
4677
|
+
# @private
|
4678
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4679
|
+
property :kind, as: 'kind'
|
4680
|
+
collection :tv_campaign_summaries, as: 'tvCampaignSummaries', class: Google::Apis::DfareportingV4::TvCampaignSummary, decorator: Google::Apis::DfareportingV4::TvCampaignSummary::Representation
|
4681
|
+
|
4682
|
+
end
|
4683
|
+
end
|
4684
|
+
|
4685
|
+
class TvCampaignSummary
|
4686
|
+
# @private
|
4687
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4688
|
+
property :end_date, as: 'endDate'
|
4689
|
+
property :grp, :numeric_string => true, as: 'grp'
|
4690
|
+
property :id, as: 'id'
|
4691
|
+
property :impressions, :numeric_string => true, as: 'impressions'
|
4692
|
+
property :kind, as: 'kind'
|
4693
|
+
property :name, as: 'name'
|
4694
|
+
property :spend, as: 'spend'
|
4695
|
+
property :start_date, as: 'startDate'
|
4696
|
+
property :type, as: 'type'
|
4697
|
+
end
|
4698
|
+
end
|
4699
|
+
|
4700
|
+
class TvCampaignTimepoint
|
4701
|
+
# @private
|
4702
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4703
|
+
property :date_window, as: 'dateWindow'
|
4704
|
+
property :spend, as: 'spend'
|
4705
|
+
property :start_date, as: 'startDate'
|
4706
|
+
end
|
4707
|
+
end
|
4708
|
+
|
4599
4709
|
class UniversalAdId
|
4600
4710
|
# @private
|
4601
4711
|
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,13 @@
|
|
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.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v4/v0.19.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dfareporting_v4
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Campaign Manager 360 API V4
|
82
79
|
test_files: []
|