Skip to content

Commit

Permalink
feat(displayvideo): update the api
Browse files Browse the repository at this point in the history
#### displayvideo:v1

The following keys were added:
- schemas.AssignedTargetingOption.properties.businessChainDetails.$ref (Total Keys: 1)
- schemas.AssignedTargetingOption.properties.omidDetails.$ref (Total Keys: 1)
- schemas.AssignedTargetingOption.properties.poiDetails.$ref (Total Keys: 1)
- schemas.BusinessChainAssignedTargetingOptionDetails (Total Keys: 8)
- schemas.BusinessChainSearchTerms (Total Keys: 4)
- schemas.BusinessChainTargetingOptionDetails (Total Keys: 8)
- schemas.OmidAssignedTargetingOptionDetails (Total Keys: 5)
- schemas.OmidTargetingOptionDetails (Total Keys: 4)
- schemas.PoiAssignedTargetingOptionDetails (Total Keys: 14)
- schemas.PoiSearchTerms (Total Keys: 3)
- schemas.PoiTargetingOptionDetails (Total Keys: 10)
- schemas.SearchTargetingOptionsRequest.properties.businessChainSearchTerms.$ref (Total Keys: 1)
- schemas.SearchTargetingOptionsRequest.properties.poiSearchTerms.$ref (Total Keys: 1)
- schemas.TargetingOption.properties.businessChainDetails.$ref (Total Keys: 1)
- schemas.TargetingOption.properties.omidDetails.$ref (Total Keys: 1)
- schemas.TargetingOption.properties.poiDetails.$ref (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 27, 2021
1 parent 68ba58a commit c525d72
Show file tree
Hide file tree
Showing 12 changed files with 1,062 additions and 61 deletions.
18 changes: 18 additions & 0 deletions docs/dyn/displayvideo_v1.advertisers.campaigns.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ <h3>Method Details</h3>
&quot;negative&quot;: True or False, # Indicates if this option is being negatively targeted. All assigned browser targeting options on the same resource must have the same value for this field.
&quot;targetingOptionId&quot;: &quot;A String&quot;, # Required. The targeting_option_id of a TargetingOption of type `TARGETING_TYPE_BROWSER`.
},
&quot;businessChainDetails&quot;: { # Details for assigned Business chain targeting option. This will be populated in the details field of an AssignedTargetingOption when targeting_type is `TARGETING_TYPE_BUSINESS_CHAIN`. # Business chain details. This field will be populated when the targeting_type is `TARGETING_TYPE_BUSINESS_CHAIN`.
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of a business chain, e.g. &quot;KFC&quot;, &quot;Chase Bank&quot;.
&quot;proximityRadiusAmount&quot;: 3.14, # Required. The radius of the area around the business chain that will be targeted. The units of the radius are specified by proximity_radius_unit. Must be 1 to 800 if unit is `DISTANCE_UNIT_KILOMETERS` and 1 to 500 if unit is `DISTANCE_UNIT_MILES`. The minimum increment for both cases is 0.1. Inputs will be rounded to the nearest acceptable value if it is too granular, e.g. 15.57 will become 15.6.
&quot;proximityRadiusUnit&quot;: &quot;A String&quot;, # Required. The unit of distance by which the targeting radius is measured.
&quot;targetingOptionId&quot;: &quot;A String&quot;, # Required. The targeting_option_id of a TargetingOption of type `TARGETING_TYPE_BUSINESS_CHAIN`.
},
&quot;carrierAndIspDetails&quot;: { # Details for assigned carrier and ISP targeting option. This will be populated in the details field of an AssignedTargetingOption when targeting_type is `TARGETING_TYPE_CARRIER_AND_ISP`. # Carrier and ISP details. This field will be populated when the targeting_type is `TARGETING_TYPE_CARRIER_AND_ISP`.
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the carrier or ISP.
&quot;negative&quot;: True or False, # Indicates if this option is being negatively targeted. All assigned carrier and ISP targeting options on the same resource must have the same value for this field.
Expand Down Expand Up @@ -290,6 +296,10 @@ <h3>Method Details</h3>
&quot;negativeKeywordListDetails&quot;: { # Targeting details for negative keyword list. This will be populated in the details field of an AssignedTargetingOption when targeting_type is `TARGETING_TYPE_NEGATIVE_KEYWORD_LIST`. # Keyword details. This field will be populated when the targeting_type is `TARGETING_TYPE_NEGATIVE_KEYWORD_LIST`. A maximum of 4 negative keyword lists can be assigned to a resource.
&quot;negativeKeywordListId&quot;: &quot;A String&quot;, # Required. ID of the negative keyword list. Should refer to the negative_keyword_list_id field of a NegativeKeywordList resource.
},
&quot;omidDetails&quot;: { # Represents a targetable Open Measurement enabled inventory type. This will be populated in the details field of an AssignedTargetingOption when targeting_type is `TARGETING_TYPE_OMID`. # Open Measurement enabled inventory details. This field will be populated when the targeting_type is `TARGETING_TYPE_OMID`.
&quot;omid&quot;: &quot;A String&quot;, # Output only. The type of Open Measurement enabled inventory.
&quot;targetingOptionId&quot;: &quot;A String&quot;, # Required. The targeting_option_id of a TargetingOption of type `TARGETING_TYPE_OMID`.
},
&quot;onScreenPositionDetails&quot;: { # On screen position targeting option details. This will be populated in the on_screen_position_details field when targeting_type is `TARGETING_TYPE_ON_SCREEN_POSITION`. # On screen position details. This field will be populated when the targeting_type is `TARGETING_TYPE_ON_SCREEN_POSITION`.
&quot;adType&quot;: &quot;A String&quot;, # Output only. The ad type to target. Only applicable to insertion order targeting and new line items supporting the specified ad type will inherit this targeting option by default. Possible values are: * `AD_TYPE_DISPLAY`, the setting will be inherited by new line item when line_item_type is `LINE_ITEM_TYPE_DISPLAY_DEFAULT`. * `AD_TYPE_VIDEO`, the setting will be inherited by new line item when line_item_type is `LINE_ITEM_TYPE_VIDEO_DEFAULT`.
&quot;onScreenPosition&quot;: &quot;A String&quot;, # Output only. The on screen position.
Expand All @@ -304,6 +314,14 @@ <h3>Method Details</h3>
&quot;parentalStatus&quot;: &quot;A String&quot;, # Output only. The parental status of the audience.
&quot;targetingOptionId&quot;: &quot;A String&quot;, # Required. The targeting_option_id of a TargetingOption of type `TARGETING_TYPE_PARENTAL_STATUS`.
},
&quot;poiDetails&quot;: { # Details for assigned POI targeting option. This will be populated in the details field of an AssignedTargetingOption when targeting_type is `TARGETING_TYPE_POI`. # POI details. This field will be populated when the targeting_type is `TARGETING_TYPE_POI`.
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of a POI, e.g. &quot;Times Square&quot;, &quot;Space Needle&quot;.
&quot;latitude&quot;: 3.14, # Output only. Latitude of the POI rounding to 6th decimal place.
&quot;longitude&quot;: 3.14, # Output only. Longitude of the POI rounding to 6th decimal place.
&quot;proximityRadiusAmount&quot;: 3.14, # Required. The radius of the area around the POI that will be targeted. The units of the radius are specified by proximity_radius_unit. Must be 1 to 800 if unit is `DISTANCE_UNIT_KILOMETERS` and 1 to 500 if unit is `DISTANCE_UNIT_MILES`.
&quot;proximityRadiusUnit&quot;: &quot;A String&quot;, # Required. The unit of distance by which the targeting radius is measured.
&quot;targetingOptionId&quot;: &quot;A String&quot;, # Input only. The targeting_option_id of a TargetingOption of type `TARGETING_TYPE_POI`.
},
&quot;proximityLocationListDetails&quot;: { # Targeting details for proximity location list. This will be populated in the details field of an AssignedTargetingOption when targeting_type is `TARGETING_TYPE_PROXIMITY_LOCATION_LIST`. # Proximity location list details. This field will be populated when the targeting_type is `TARGETING_TYPE_PROXIMITY_LOCATION_LIST`.
&quot;proximityLocationListId&quot;: &quot;A String&quot;, # Required. ID of the proximity location list. Should refer to the location_list_id field of a LocationList resource whose type is `TARGETING_LOCATION_TYPE_PROXIMITY`.
&quot;proximityRadiusRange&quot;: &quot;A String&quot;, # Required. Radius range for proximity location list. This represents the size of the area around a chosen location that will be targeted. `All` proximity location targeting under a single resource must have the same radius range value. Set this value to match any existing targeting. If updated, this field will change the radius range for all proximity targeting under the resource.
Expand Down
Loading

0 comments on commit c525d72

Please sign in to comment.