GADDynamicHeightSearchRequest
@interface GADDynamicHeightSearchRequest : GADRequestUse to configure Custom Search Ad (CSA) ad requests. A dynamic height search banner can contain multiple ads and the height is set dynamically based on the ad contents. Please cross-reference the property sections and properties with the official reference document: https://developers.google.com/custom-search-ads/docs/reference
- 
                  
                  The CSA query parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *query;
- 
                  
                  The CSA adPage parameter.DeclarationObjective-C @property (assign, readwrite, nonatomic) NSInteger adPage;
- 
                  
                  Indicates whether the CSA adTest parameter is enabled.DeclarationObjective-C @property (assign, readwrite, nonatomic) BOOL adTestEnabled;
- 
                  
                  The CSA channel parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *channel;
- 
                  
                  The CSA hl parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *hostLanguage;
- 
                  
                  The CSA colorLocation parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *locationExtensionTextColor;
- 
                  
                  The CSA fontSizeLocation parameter.DeclarationObjective-C @property (assign, readwrite, nonatomic) CGFloat locationExtensionFontSize;
- 
                  
                  Indicates whether the CSA clickToCall parameter is enabled.DeclarationObjective-C @property (assign, readwrite, nonatomic) BOOL clickToCallExtensionEnabled;
- 
                  
                  Indicates whether the CSA location parameter is enabled.DeclarationObjective-C @property (assign, readwrite, nonatomic) BOOL locationExtensionEnabled;
- 
                  
                  Indicates whether the CSA plusOnes parameter is enabled.DeclarationObjective-C @property (assign, readwrite, nonatomic) BOOL plusOnesExtensionEnabled;
- 
                  
                  Indicates whether the CSA sellerRatings parameter is enabled.DeclarationObjective-C @property (assign, readwrite, nonatomic) BOOL sellerRatingsExtensionEnabled;
- 
                  
                  Indicates whether the CSA siteLinks parameter is enabled.DeclarationObjective-C @property (assign, readwrite, nonatomic) BOOL siteLinksExtensionEnabled;
- 
                  
                  The CSA width parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *CSSWidth;
- 
                  
                  The CSA number parameter.DeclarationObjective-C @property (assign, readwrite, nonatomic) NSInteger numberOfAds;
- 
                  
                  The CSA fontFamily parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *fontFamily;
- 
                  
                  The CSA fontFamilyAttribution parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *attributionFontFamily;
- 
                  
                  The CSA fontSizeAnnotation parameter.DeclarationObjective-C @property (assign, readwrite, nonatomic) CGFloat annotationFontSize;
- 
                  
                  The CSA fontSizeAttribution parameter.DeclarationObjective-C @property (assign, readwrite, nonatomic) CGFloat attributionFontSize;
- 
                  
                  The CSA fontSizeDescription parameter.DeclarationObjective-C @property (assign, readwrite, nonatomic) CGFloat descriptionFontSize;
- 
                  
                  The CSA fontSizeDomainLink parameter.DeclarationObjective-C @property (assign, readwrite, nonatomic) CGFloat domainLinkFontSize;
- 
                  
                  The CSA fontSizeTitle parameter.DeclarationObjective-C @property (assign, readwrite, nonatomic) CGFloat titleFontSize;
- 
                  
                  The CSA colorAdBorder parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *adBorderColor;
- 
                  
                  The CSA colorAdSeparator parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *adSeparatorColor;
- 
                  
                  The CSA colorAnnotation parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *annotationTextColor;
- 
                  
                  The CSA colorAttribution parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *attributionTextColor;
- 
                  
                  The CSA colorBackground parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *backgroundColor;
- 
                  
                  The CSA colorBorder parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *borderColor;
- 
                  
                  The CSA colorDomainLink parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *domainLinkColor;
- 
                  
                  The CSA colorText parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *textColor;
- 
                  
                  The CSA colorTitleLink parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *titleLinkColor;
- 
                  
                  The CSA adBorderSelections parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *adBorderCSSSelections;
- 
                  
                  The CSA adjustableLineHeight parameter.DeclarationObjective-C @property (assign, readwrite, nonatomic) CGFloat adjustableLineHeight;
- 
                  
                  The CSA attributionSpacingBelow parameter.DeclarationObjective-C @property (assign, readwrite, nonatomic) CGFloat attributionBottomSpacing;
- 
                  
                  The CSA borderSelections parameter.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *borderCSSSelections;
- 
                  
                  Indicates whether the CSA noTitleUnderline parameter is enabled.DeclarationObjective-C @property (assign, readwrite, nonatomic) BOOL titleUnderlineHidden;
- 
                  
                  Indicates whether the CSA titleBold parameter is enabled.DeclarationObjective-C @property (assign, readwrite, nonatomic) BOOL boldTitleEnabled;
- 
                  
                  The CSA verticalSpacing parameter.DeclarationObjective-C @property (assign, readwrite, nonatomic) CGFloat verticalSpacing;
- 
                  
                  Indicates whether the CSA detailedAttribution parameter is enabled.DeclarationObjective-C @property (assign, readwrite, nonatomic) BOOL detailedAttributionExtensionEnabled;
- 
                  
                  Indicates whether the CSA longerHeadlines parameter is enabled.DeclarationObjective-C @property (assign, readwrite, nonatomic) BOOL longerHeadlinesExtensionEnabled;
- 
                  
                  Sets an advanced option value for a specified key. The value must be an NSString or NSNumber. DeclarationObjective-C - (void)setAdvancedOptionValue:(nonnull id)value forKey:(nonnull NSString *)key;