Returns the bidMetrics Resource.
Returns the bidResponseErrors Resource.
Returns the bidResponsesWithoutBids Resource.
Returns the filteredBidRequests Resource.
Returns the filteredBids Resource.
Returns the impressionMetrics Resource.
Returns the losingBids Resource.
Returns the nonBillableWinningBids Resource.
create(ownerName=None, 123=None, body=None, isTransient=None, x__xgafv=None)
Creates the specified filter set for the account with the given account ID.
delete(name=None, 123=None, x__xgafv=None)
Deletes the requested filter set from the account with the given account
get(name=None, 123=None, x__xgafv=None)
Retrieves the requested filter set for the account with the given account
list(ownerName=None, 123=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists all filter sets for the account with the given account ID.
list_next(previous_request=*, previous_response=*)
Retrieves the next page of results.
create(ownerName=None, 123=None, body=None, isTransient=None, x__xgafv=None)
Creates the specified filter set for the account with the given account ID. Args: ownerName: string, Name of the owner (bidder or account) of the filter set to be created. For example: - For a bidder-level filter set for bidder 123: `bidders/123` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456` (required) body: object, The request body. The object takes the form of: { # A set of filters that is applied to a request for data. # Within a filter set, an AND operation is performed across the filters # represented by each field. An OR operation is performed across the filters # represented by the multiple values of a repeated field, e.g., # "format=VIDEO AND deal_id=12 AND (seller_network_id=34 OR # seller_network_id=56)". "timeSeriesGranularity": "A String", # The granularity of time intervals if a time series breakdown is desired; # optional. "name": "A String", # A user-defined name of the filter set. Filter set names must be unique # globally and match one of the patterns: # # - `bidders/*/filterSets/*` (for accessing bidder-level troubleshooting # data) # - `bidders/*/accounts/*/filterSets/*` (for accessing account-level # troubleshooting data) # # This field is required in create operations. "creativeId": "A String", # The ID of the creative on which to filter; optional. This field may be set # only for a filter set that accesses account-level troubleshooting data, # i.e., one whose name matches the `bidders/*/accounts/*/filterSets/*` # pattern. "format": "A String", # Creative format bidded on or allowed to bid on, can be empty. "relativeDateRange": { # A relative date range, specified by an offset and a duration. # A relative date range, defined by an offset from today and a duration. # Interpreted relative to Pacific time zone. # The supported range of dates begins 30 days before today and ends today, # i.e., the limits for these values are: # offset_days >= 0 # duration_days >= 1 # offset_days + duration_days <= 30 "durationDays": 42, # The number of days in the requested date range, e.g., for a range spanning # today: 1. For a range spanning the last 7 days: 7. "offsetDays": 42, # The end date of the filter set, specified as the number of days before # today, e.g., for a range where the last date is today: 0. }, "publisherIdentifiers": [ # For Open Bidding partners only. # The list of publisher identifiers on which to filter; may be empty. # The filters represented by multiple publisher identifiers are ORed # together. "A String", ], "breakdownDimensions": [ # The set of dimensions along which to break down the response; may be empty. # If multiple dimensions are requested, the breakdown is along the Cartesian # product of the requested dimensions. "A String", ], "dealId": "A String", # The ID of the deal on which to filter; optional. This field may be set # only for a filter set that accesses account-level troubleshooting data, # i.e., one whose name matches the `bidders/*/accounts/*/filterSets/*` # pattern. "environment": "A String", # The environment on which to filter; optional. "platforms": [ # The list of platforms on which to filter; may be empty. The filters # represented by multiple platforms are ORed together (i.e., if non-empty, # results must match any one of the platforms). "A String", ], "absoluteDateRange": { # An absolute date range, specified by its start date and end date. # An absolute date range, defined by a start date and an end date. # Interpreted relative to Pacific time zone. # The supported range of dates begins 30 days before today and ends today. # Validity checked upon filter set creation. If a filter set with an absolute # date range is run at a later date more than 30 days after start_date, it will # fail. "startDate": { # Represents a whole or partial calendar date, e.g. a birthday. The time of day # The start date of the range (inclusive). # Must be within the 30 days leading up to current date, and must be equal to # or before end_date. # and time zone are either specified elsewhere or are not significant. The date # is relative to the Proleptic Gregorian Calendar. This can represent: # # * A full date, with non-zero year, month and day values # * A month and day value, with a zero year, e.g. an anniversary # * A year on its own, with zero month and day values # * A year and month value, with a zero day, e.g. a credit card expiration date # # Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a # month and day. "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 # if specifying a year by itself or a year and month where the day is not # significant. "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without # a year. }, "endDate": { # Represents a whole or partial calendar date, e.g. a birthday. The time of day # The end date of the range (inclusive). # Must be within the 30 days leading up to current date, and must be equal to # or after start_date. # and time zone are either specified elsewhere or are not significant. The date # is relative to the Proleptic Gregorian Calendar. This can represent: # # * A full date, with non-zero year, month and day values # * A month and day value, with a zero year, e.g. an anniversary # * A year on its own, with zero month and day values # * A year and month value, with a zero day, e.g. a credit card expiration date # # Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a # month and day. "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 # if specifying a year by itself or a year and month where the day is not # significant. "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without # a year. }, }, "formats": [ # Creative formats bidded on or allowed to bid on, can be empty. Although # this field is a list, it can only be populated with a single item. A # HTTP 400 bad request error will be returned in the response if you specify # multiple items. "A String", ], "realtimeTimeRange": { # An open-ended realtime time range specified by the start timestamp. # An open-ended realtime time range, defined by the aggregation start # timestamp. # For filter sets that specify a realtime time range RTB metrics continue to # be aggregated throughout the lifetime of the filter set. "startTimestamp": "A String", # The start timestamp of the real-time RTB metrics aggregation. }, "sellerNetworkIds": [ # For Authorized Buyers only. # The list of IDs of the seller (publisher) networks on which to filter; # may be empty. The filters represented by multiple seller network IDs are # ORed together (i.e., if non-empty, results must match any one of the # publisher networks). See # [seller-network-ids](https://developers.google.com/authorized-buyers/rtb/downloads/seller-network-ids) # file for the set of existing seller network IDs. 42, ], } isTransient: boolean, Whether the filter set is transient, or should be persisted indefinitely. By default, filter sets are not transient. If transient, it will be available for at least 1 hour after creation. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # A set of filters that is applied to a request for data. # Within a filter set, an AND operation is performed across the filters # represented by each field. An OR operation is performed across the filters # represented by the multiple values of a repeated field, e.g., # "format=VIDEO AND deal_id=12 AND (seller_network_id=34 OR # seller_network_id=56)". "timeSeriesGranularity": "A String", # The granularity of time intervals if a time series breakdown is desired; # optional. "name": "A String", # A user-defined name of the filter set. Filter set names must be unique # globally and match one of the patterns: # # - `bidders/*/filterSets/*` (for accessing bidder-level troubleshooting # data) # - `bidders/*/accounts/*/filterSets/*` (for accessing account-level # troubleshooting data) # # This field is required in create operations. "creativeId": "A String", # The ID of the creative on which to filter; optional. This field may be set # only for a filter set that accesses account-level troubleshooting data, # i.e., one whose name matches the `bidders/*/accounts/*/filterSets/*` # pattern. "format": "A String", # Creative format bidded on or allowed to bid on, can be empty. "relativeDateRange": { # A relative date range, specified by an offset and a duration. # A relative date range, defined by an offset from today and a duration. # Interpreted relative to Pacific time zone. # The supported range of dates begins 30 days before today and ends today, # i.e., the limits for these values are: # offset_days >= 0 # duration_days >= 1 # offset_days + duration_days <= 30 "durationDays": 42, # The number of days in the requested date range, e.g., for a range spanning # today: 1. For a range spanning the last 7 days: 7. "offsetDays": 42, # The end date of the filter set, specified as the number of days before # today, e.g., for a range where the last date is today: 0. }, "publisherIdentifiers": [ # For Open Bidding partners only. # The list of publisher identifiers on which to filter; may be empty. # The filters represented by multiple publisher identifiers are ORed # together. "A String", ], "breakdownDimensions": [ # The set of dimensions along which to break down the response; may be empty. # If multiple dimensions are requested, the breakdown is along the Cartesian # product of the requested dimensions. "A String", ], "dealId": "A String", # The ID of the deal on which to filter; optional. This field may be set # only for a filter set that accesses account-level troubleshooting data, # i.e., one whose name matches the `bidders/*/accounts/*/filterSets/*` # pattern. "environment": "A String", # The environment on which to filter; optional. "platforms": [ # The list of platforms on which to filter; may be empty. The filters # represented by multiple platforms are ORed together (i.e., if non-empty, # results must match any one of the platforms). "A String", ], "absoluteDateRange": { # An absolute date range, specified by its start date and end date. # An absolute date range, defined by a start date and an end date. # Interpreted relative to Pacific time zone. # The supported range of dates begins 30 days before today and ends today. # Validity checked upon filter set creation. If a filter set with an absolute # date range is run at a later date more than 30 days after start_date, it will # fail. "startDate": { # Represents a whole or partial calendar date, e.g. a birthday. The time of day # The start date of the range (inclusive). # Must be within the 30 days leading up to current date, and must be equal to # or before end_date. # and time zone are either specified elsewhere or are not significant. The date # is relative to the Proleptic Gregorian Calendar. This can represent: # # * A full date, with non-zero year, month and day values # * A month and day value, with a zero year, e.g. an anniversary # * A year on its own, with zero month and day values # * A year and month value, with a zero day, e.g. a credit card expiration date # # Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a # month and day. "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 # if specifying a year by itself or a year and month where the day is not # significant. "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without # a year. }, "endDate": { # Represents a whole or partial calendar date, e.g. a birthday. The time of day # The end date of the range (inclusive). # Must be within the 30 days leading up to current date, and must be equal to # or after start_date. # and time zone are either specified elsewhere or are not significant. The date # is relative to the Proleptic Gregorian Calendar. This can represent: # # * A full date, with non-zero year, month and day values # * A month and day value, with a zero year, e.g. an anniversary # * A year on its own, with zero month and day values # * A year and month value, with a zero day, e.g. a credit card expiration date # # Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a # month and day. "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 # if specifying a year by itself or a year and month where the day is not # significant. "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without # a year. }, }, "formats": [ # Creative formats bidded on or allowed to bid on, can be empty. Although # this field is a list, it can only be populated with a single item. A # HTTP 400 bad request error will be returned in the response if you specify # multiple items. "A String", ], "realtimeTimeRange": { # An open-ended realtime time range specified by the start timestamp. # An open-ended realtime time range, defined by the aggregation start # timestamp. # For filter sets that specify a realtime time range RTB metrics continue to # be aggregated throughout the lifetime of the filter set. "startTimestamp": "A String", # The start timestamp of the real-time RTB metrics aggregation. }, "sellerNetworkIds": [ # For Authorized Buyers only. # The list of IDs of the seller (publisher) networks on which to filter; # may be empty. The filters represented by multiple seller network IDs are # ORed together (i.e., if non-empty, results must match any one of the # publisher networks). See # [seller-network-ids](https://developers.google.com/authorized-buyers/rtb/downloads/seller-network-ids) # file for the set of existing seller network IDs. 42, ], }
delete(name=None, 123=None, x__xgafv=None)
Deletes the requested filter set from the account with the given account ID. Args: name: string, Full name of the resource to delete. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # A generic empty message that you can re-use to avoid defining duplicated # empty messages in your APIs. A typical example is to use it as the request # or the response type of an API method. For instance: # # service Foo { # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); # } # # The JSON representation for `Empty` is empty JSON object `{}`. }
get(name=None, 123=None, x__xgafv=None)
Retrieves the requested filter set for the account with the given account ID. Args: name: string, Full name of the resource being requested. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # A set of filters that is applied to a request for data. # Within a filter set, an AND operation is performed across the filters # represented by each field. An OR operation is performed across the filters # represented by the multiple values of a repeated field, e.g., # "format=VIDEO AND deal_id=12 AND (seller_network_id=34 OR # seller_network_id=56)". "timeSeriesGranularity": "A String", # The granularity of time intervals if a time series breakdown is desired; # optional. "name": "A String", # A user-defined name of the filter set. Filter set names must be unique # globally and match one of the patterns: # # - `bidders/*/filterSets/*` (for accessing bidder-level troubleshooting # data) # - `bidders/*/accounts/*/filterSets/*` (for accessing account-level # troubleshooting data) # # This field is required in create operations. "creativeId": "A String", # The ID of the creative on which to filter; optional. This field may be set # only for a filter set that accesses account-level troubleshooting data, # i.e., one whose name matches the `bidders/*/accounts/*/filterSets/*` # pattern. "format": "A String", # Creative format bidded on or allowed to bid on, can be empty. "relativeDateRange": { # A relative date range, specified by an offset and a duration. # A relative date range, defined by an offset from today and a duration. # Interpreted relative to Pacific time zone. # The supported range of dates begins 30 days before today and ends today, # i.e., the limits for these values are: # offset_days >= 0 # duration_days >= 1 # offset_days + duration_days <= 30 "durationDays": 42, # The number of days in the requested date range, e.g., for a range spanning # today: 1. For a range spanning the last 7 days: 7. "offsetDays": 42, # The end date of the filter set, specified as the number of days before # today, e.g., for a range where the last date is today: 0. }, "publisherIdentifiers": [ # For Open Bidding partners only. # The list of publisher identifiers on which to filter; may be empty. # The filters represented by multiple publisher identifiers are ORed # together. "A String", ], "breakdownDimensions": [ # The set of dimensions along which to break down the response; may be empty. # If multiple dimensions are requested, the breakdown is along the Cartesian # product of the requested dimensions. "A String", ], "dealId": "A String", # The ID of the deal on which to filter; optional. This field may be set # only for a filter set that accesses account-level troubleshooting data, # i.e., one whose name matches the `bidders/*/accounts/*/filterSets/*` # pattern. "environment": "A String", # The environment on which to filter; optional. "platforms": [ # The list of platforms on which to filter; may be empty. The filters # represented by multiple platforms are ORed together (i.e., if non-empty, # results must match any one of the platforms). "A String", ], "absoluteDateRange": { # An absolute date range, specified by its start date and end date. # An absolute date range, defined by a start date and an end date. # Interpreted relative to Pacific time zone. # The supported range of dates begins 30 days before today and ends today. # Validity checked upon filter set creation. If a filter set with an absolute # date range is run at a later date more than 30 days after start_date, it will # fail. "startDate": { # Represents a whole or partial calendar date, e.g. a birthday. The time of day # The start date of the range (inclusive). # Must be within the 30 days leading up to current date, and must be equal to # or before end_date. # and time zone are either specified elsewhere or are not significant. The date # is relative to the Proleptic Gregorian Calendar. This can represent: # # * A full date, with non-zero year, month and day values # * A month and day value, with a zero year, e.g. an anniversary # * A year on its own, with zero month and day values # * A year and month value, with a zero day, e.g. a credit card expiration date # # Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a # month and day. "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 # if specifying a year by itself or a year and month where the day is not # significant. "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without # a year. }, "endDate": { # Represents a whole or partial calendar date, e.g. a birthday. The time of day # The end date of the range (inclusive). # Must be within the 30 days leading up to current date, and must be equal to # or after start_date. # and time zone are either specified elsewhere or are not significant. The date # is relative to the Proleptic Gregorian Calendar. This can represent: # # * A full date, with non-zero year, month and day values # * A month and day value, with a zero year, e.g. an anniversary # * A year on its own, with zero month and day values # * A year and month value, with a zero day, e.g. a credit card expiration date # # Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a # month and day. "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 # if specifying a year by itself or a year and month where the day is not # significant. "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without # a year. }, }, "formats": [ # Creative formats bidded on or allowed to bid on, can be empty. Although # this field is a list, it can only be populated with a single item. A # HTTP 400 bad request error will be returned in the response if you specify # multiple items. "A String", ], "realtimeTimeRange": { # An open-ended realtime time range specified by the start timestamp. # An open-ended realtime time range, defined by the aggregation start # timestamp. # For filter sets that specify a realtime time range RTB metrics continue to # be aggregated throughout the lifetime of the filter set. "startTimestamp": "A String", # The start timestamp of the real-time RTB metrics aggregation. }, "sellerNetworkIds": [ # For Authorized Buyers only. # The list of IDs of the seller (publisher) networks on which to filter; # may be empty. The filters represented by multiple seller network IDs are # ORed together (i.e., if non-empty, results must match any one of the # publisher networks). See # [seller-network-ids](https://developers.google.com/authorized-buyers/rtb/downloads/seller-network-ids) # file for the set of existing seller network IDs. 42, ], }
list(ownerName=None, 123=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists all filter sets for the account with the given account ID. Args: ownerName: string, Name of the owner (bidder or account) of the filter sets to be listed. For example: - For a bidder-level filter set for bidder 123: `bidders/123` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456` (required) pageSize: integer, Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. pageToken: string, A token identifying a page of results the server should return. Typically, this is the value of ListFilterSetsResponse.nextPageToken returned from the previous call to the accounts.filterSets.list method. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Response message for listing filter sets. "nextPageToken": "A String", # A token to retrieve the next page of results. # Pass this value in the # ListFilterSetsRequest.pageToken # field in the subsequent call to the # accounts.filterSets.list # method to retrieve the next page of results. "filterSets": [ # The filter sets belonging to the buyer. { # A set of filters that is applied to a request for data. # Within a filter set, an AND operation is performed across the filters # represented by each field. An OR operation is performed across the filters # represented by the multiple values of a repeated field, e.g., # "format=VIDEO AND deal_id=12 AND (seller_network_id=34 OR # seller_network_id=56)". "timeSeriesGranularity": "A String", # The granularity of time intervals if a time series breakdown is desired; # optional. "name": "A String", # A user-defined name of the filter set. Filter set names must be unique # globally and match one of the patterns: # # - `bidders/*/filterSets/*` (for accessing bidder-level troubleshooting # data) # - `bidders/*/accounts/*/filterSets/*` (for accessing account-level # troubleshooting data) # # This field is required in create operations. "creativeId": "A String", # The ID of the creative on which to filter; optional. This field may be set # only for a filter set that accesses account-level troubleshooting data, # i.e., one whose name matches the `bidders/*/accounts/*/filterSets/*` # pattern. "format": "A String", # Creative format bidded on or allowed to bid on, can be empty. "relativeDateRange": { # A relative date range, specified by an offset and a duration. # A relative date range, defined by an offset from today and a duration. # Interpreted relative to Pacific time zone. # The supported range of dates begins 30 days before today and ends today, # i.e., the limits for these values are: # offset_days >= 0 # duration_days >= 1 # offset_days + duration_days <= 30 "durationDays": 42, # The number of days in the requested date range, e.g., for a range spanning # today: 1. For a range spanning the last 7 days: 7. "offsetDays": 42, # The end date of the filter set, specified as the number of days before # today, e.g., for a range where the last date is today: 0. }, "publisherIdentifiers": [ # For Open Bidding partners only. # The list of publisher identifiers on which to filter; may be empty. # The filters represented by multiple publisher identifiers are ORed # together. "A String", ], "breakdownDimensions": [ # The set of dimensions along which to break down the response; may be empty. # If multiple dimensions are requested, the breakdown is along the Cartesian # product of the requested dimensions. "A String", ], "dealId": "A String", # The ID of the deal on which to filter; optional. This field may be set # only for a filter set that accesses account-level troubleshooting data, # i.e., one whose name matches the `bidders/*/accounts/*/filterSets/*` # pattern. "environment": "A String", # The environment on which to filter; optional. "platforms": [ # The list of platforms on which to filter; may be empty. The filters # represented by multiple platforms are ORed together (i.e., if non-empty, # results must match any one of the platforms). "A String", ], "absoluteDateRange": { # An absolute date range, specified by its start date and end date. # An absolute date range, defined by a start date and an end date. # Interpreted relative to Pacific time zone. # The supported range of dates begins 30 days before today and ends today. # Validity checked upon filter set creation. If a filter set with an absolute # date range is run at a later date more than 30 days after start_date, it will # fail. "startDate": { # Represents a whole or partial calendar date, e.g. a birthday. The time of day # The start date of the range (inclusive). # Must be within the 30 days leading up to current date, and must be equal to # or before end_date. # and time zone are either specified elsewhere or are not significant. The date # is relative to the Proleptic Gregorian Calendar. This can represent: # # * A full date, with non-zero year, month and day values # * A month and day value, with a zero year, e.g. an anniversary # * A year on its own, with zero month and day values # * A year and month value, with a zero day, e.g. a credit card expiration date # # Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a # month and day. "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 # if specifying a year by itself or a year and month where the day is not # significant. "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without # a year. }, "endDate": { # Represents a whole or partial calendar date, e.g. a birthday. The time of day # The end date of the range (inclusive). # Must be within the 30 days leading up to current date, and must be equal to # or after start_date. # and time zone are either specified elsewhere or are not significant. The date # is relative to the Proleptic Gregorian Calendar. This can represent: # # * A full date, with non-zero year, month and day values # * A month and day value, with a zero year, e.g. an anniversary # * A year on its own, with zero month and day values # * A year and month value, with a zero day, e.g. a credit card expiration date # # Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a # month and day. "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 # if specifying a year by itself or a year and month where the day is not # significant. "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without # a year. }, }, "formats": [ # Creative formats bidded on or allowed to bid on, can be empty. Although # this field is a list, it can only be populated with a single item. A # HTTP 400 bad request error will be returned in the response if you specify # multiple items. "A String", ], "realtimeTimeRange": { # An open-ended realtime time range specified by the start timestamp. # An open-ended realtime time range, defined by the aggregation start # timestamp. # For filter sets that specify a realtime time range RTB metrics continue to # be aggregated throughout the lifetime of the filter set. "startTimestamp": "A String", # The start timestamp of the real-time RTB metrics aggregation. }, "sellerNetworkIds": [ # For Authorized Buyers only. # The list of IDs of the seller (publisher) networks on which to filter; # may be empty. The filters represented by multiple seller network IDs are # ORed together (i.e., if non-empty, results must match any one of the # publisher networks). See # [seller-network-ids](https://developers.google.com/authorized-buyers/rtb/downloads/seller-network-ids) # file for the set of existing seller network IDs. 42, ], }, ], }
list_next(previous_request=*, previous_response=*)
Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from the request for the previous page. (required) Returns: A request object that you can call 'execute()' on to request the next page. Returns None if there are no more items in the collection.