public class AdGroup extends Object
Java class for AdGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdRotation" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdRotation" minOccurs="0"/>
<element name="AudienceAdsBidAdjustment" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="BiddingScheme" type="{https://bingads.microsoft.com/CampaignManagement/v13}BiddingScheme" minOccurs="0"/>
<element name="CommissionRate" type="{https://bingads.microsoft.com/CampaignManagement/v13}RateBid" minOccurs="0"/>
<element name="CpcBid" type="{https://bingads.microsoft.com/CampaignManagement/v13}Bid" minOccurs="0"/>
<element name="EndDate" type="{https://bingads.microsoft.com/CampaignManagement/v13}Date" minOccurs="0"/>
<element name="FinalUrlSuffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ForwardCompatibilityMap" type="{http://schemas.datacontract.org/2004/07/System.Collections.Generic}ArrayOfKeyValuePairOfstringstring" minOccurs="0"/>
<element name="FrequencyCapSettings" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfFrequencyCapSettings" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MultimediaAdsBidAdjustment" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Network" type="{https://bingads.microsoft.com/CampaignManagement/v13}Network" minOccurs="0"/>
<element name="PercentCpcBid" type="{https://bingads.microsoft.com/CampaignManagement/v13}RateBid" minOccurs="0"/>
<element name="PrivacyStatus" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdGroupPrivacyStatus" minOccurs="0"/>
<element name="Settings" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfSetting" minOccurs="0"/>
<element name="StartDate" type="{https://bingads.microsoft.com/CampaignManagement/v13}Date" minOccurs="0"/>
<element name="Status" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdGroupStatus" minOccurs="0"/>
<element name="TrackingUrlTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UrlCustomParameters" type="{https://bingads.microsoft.com/CampaignManagement/v13}CustomParameters" minOccurs="0"/>
<element name="UseOptimizedTargeting" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="UsePredictiveTargeting" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AdScheduleUseSearcherTimeZone" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AdGroupType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CpvBid" type="{https://bingads.microsoft.com/CampaignManagement/v13}Bid" minOccurs="0"/>
<element name="CpmBid" type="{https://bingads.microsoft.com/CampaignManagement/v13}Bid" minOccurs="0"/>
<element name="McpaBid" type="{https://bingads.microsoft.com/CampaignManagement/v13}Bid" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AdGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdGroupType()
Gets the value of the adGroupType property.
|
AdRotation |
getAdRotation()
Gets the value of the adRotation property.
|
Boolean |
getAdScheduleUseSearcherTimeZone()
Gets the value of the adScheduleUseSearcherTimeZone property.
|
Integer |
getAudienceAdsBidAdjustment()
Gets the value of the audienceAdsBidAdjustment property.
|
BiddingScheme |
getBiddingScheme()
Gets the value of the biddingScheme property.
|
RateBid |
getCommissionRate()
Gets the value of the commissionRate property.
|
Bid |
getCpcBid()
Gets the value of the cpcBid property.
|
Bid |
getCpmBid()
Gets the value of the cpmBid property.
|
Bid |
getCpvBid()
Gets the value of the cpvBid property.
|
Date |
getEndDate()
Gets the value of the endDate property.
|
String |
getFinalUrlSuffix()
Gets the value of the finalUrlSuffix property.
|
ArrayOfKeyValuePairOfstringstring |
getForwardCompatibilityMap()
Gets the value of the forwardCompatibilityMap property.
|
ArrayOfFrequencyCapSettings |
getFrequencyCapSettings()
Gets the value of the frequencyCapSettings property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getLanguage()
Gets the value of the language property.
|
Bid |
getMcpaBid()
Gets the value of the mcpaBid property.
|
Integer |
getMultimediaAdsBidAdjustment()
Gets the value of the multimediaAdsBidAdjustment property.
|
String |
getName()
Gets the value of the name property.
|
Network |
getNetwork()
Gets the value of the network property.
|
RateBid |
getPercentCpcBid()
Gets the value of the percentCpcBid property.
|
AdGroupPrivacyStatus |
getPrivacyStatus()
Gets the value of the privacyStatus property.
|
ArrayOfSetting |
getSettings()
Gets the value of the settings property.
|
Date |
getStartDate()
Gets the value of the startDate property.
|
AdGroupStatus |
getStatus()
Gets the value of the status property.
|
String |
getTrackingUrlTemplate()
Gets the value of the trackingUrlTemplate property.
|
CustomParameters |
getUrlCustomParameters()
Gets the value of the urlCustomParameters property.
|
Boolean |
getUseOptimizedTargeting()
Gets the value of the useOptimizedTargeting property.
|
Boolean |
getUsePredictiveTargeting()
Gets the value of the usePredictiveTargeting property.
|
void |
setAdGroupType(String value)
Sets the value of the adGroupType property.
|
void |
setAdRotation(AdRotation value)
Sets the value of the adRotation property.
|
void |
setAdScheduleUseSearcherTimeZone(Boolean value)
Sets the value of the adScheduleUseSearcherTimeZone property.
|
void |
setAudienceAdsBidAdjustment(Integer value)
Sets the value of the audienceAdsBidAdjustment property.
|
void |
setBiddingScheme(BiddingScheme value)
Sets the value of the biddingScheme property.
|
void |
setCommissionRate(RateBid value)
Sets the value of the commissionRate property.
|
void |
setCpcBid(Bid value)
Sets the value of the cpcBid property.
|
void |
setCpmBid(Bid value)
Sets the value of the cpmBid property.
|
void |
setCpvBid(Bid value)
Sets the value of the cpvBid property.
|
void |
setEndDate(Date value)
Sets the value of the endDate property.
|
void |
setFinalUrlSuffix(String value)
Sets the value of the finalUrlSuffix property.
|
void |
setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
Sets the value of the forwardCompatibilityMap property.
|
void |
setFrequencyCapSettings(ArrayOfFrequencyCapSettings value)
Sets the value of the frequencyCapSettings property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setMcpaBid(Bid value)
Sets the value of the mcpaBid property.
|
void |
setMultimediaAdsBidAdjustment(Integer value)
Sets the value of the multimediaAdsBidAdjustment property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNetwork(Network value)
Sets the value of the network property.
|
void |
setPercentCpcBid(RateBid value)
Sets the value of the percentCpcBid property.
|
void |
setPrivacyStatus(AdGroupPrivacyStatus value)
Sets the value of the privacyStatus property.
|
void |
setSettings(ArrayOfSetting value)
Sets the value of the settings property.
|
void |
setStartDate(Date value)
Sets the value of the startDate property.
|
void |
setStatus(AdGroupStatus value)
Sets the value of the status property.
|
void |
setTrackingUrlTemplate(String value)
Sets the value of the trackingUrlTemplate property.
|
void |
setUrlCustomParameters(CustomParameters value)
Sets the value of the urlCustomParameters property.
|
void |
setUseOptimizedTargeting(Boolean value)
Sets the value of the useOptimizedTargeting property.
|
void |
setUsePredictiveTargeting(Boolean value)
Sets the value of the usePredictiveTargeting property.
|
protected AdRotation adRotation
protected Integer audienceAdsBidAdjustment
protected BiddingScheme biddingScheme
protected RateBid commissionRate
protected Bid cpcBid
protected Date endDate
protected String finalUrlSuffix
protected ArrayOfKeyValuePairOfstringstring forwardCompatibilityMap
protected ArrayOfFrequencyCapSettings frequencyCapSettings
protected Long id
protected String language
protected Integer multimediaAdsBidAdjustment
protected String name
protected Network network
protected RateBid percentCpcBid
protected AdGroupPrivacyStatus privacyStatus
protected ArrayOfSetting settings
protected Date startDate
protected AdGroupStatus status
protected String trackingUrlTemplate
protected CustomParameters urlCustomParameters
protected Boolean useOptimizedTargeting
protected Boolean usePredictiveTargeting
protected Boolean adScheduleUseSearcherTimeZone
protected String adGroupType
protected Bid cpvBid
protected Bid cpmBid
protected Bid mcpaBid
public AdRotation getAdRotation()
AdRotationpublic void setAdRotation(AdRotation value)
value - allowed object is
AdRotationpublic Integer getAudienceAdsBidAdjustment()
Integerpublic void setAudienceAdsBidAdjustment(Integer value)
value - allowed object is
Integerpublic BiddingScheme getBiddingScheme()
BiddingSchemepublic void setBiddingScheme(BiddingScheme value)
value - allowed object is
BiddingSchemepublic RateBid getCommissionRate()
RateBidpublic void setCommissionRate(RateBid value)
value - allowed object is
RateBidpublic Bid getCpcBid()
Bidpublic void setCpcBid(Bid value)
value - allowed object is
Bidpublic Date getEndDate()
Datepublic void setEndDate(Date value)
value - allowed object is
Datepublic String getFinalUrlSuffix()
Stringpublic void setFinalUrlSuffix(String value)
value - allowed object is
Stringpublic ArrayOfKeyValuePairOfstringstring getForwardCompatibilityMap()
ArrayOfKeyValuePairOfstringstringpublic void setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
value - allowed object is
ArrayOfKeyValuePairOfstringstringpublic ArrayOfFrequencyCapSettings getFrequencyCapSettings()
ArrayOfFrequencyCapSettingspublic void setFrequencyCapSettings(ArrayOfFrequencyCapSettings value)
value - allowed object is
ArrayOfFrequencyCapSettingspublic void setId(Long value)
value - allowed object is
Longpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic Integer getMultimediaAdsBidAdjustment()
Integerpublic void setMultimediaAdsBidAdjustment(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Network getNetwork()
Networkpublic void setNetwork(Network value)
value - allowed object is
Networkpublic RateBid getPercentCpcBid()
RateBidpublic void setPercentCpcBid(RateBid value)
value - allowed object is
RateBidpublic AdGroupPrivacyStatus getPrivacyStatus()
AdGroupPrivacyStatuspublic void setPrivacyStatus(AdGroupPrivacyStatus value)
value - allowed object is
AdGroupPrivacyStatuspublic ArrayOfSetting getSettings()
ArrayOfSettingpublic void setSettings(ArrayOfSetting value)
value - allowed object is
ArrayOfSettingpublic Date getStartDate()
Datepublic void setStartDate(Date value)
value - allowed object is
Datepublic AdGroupStatus getStatus()
AdGroupStatuspublic void setStatus(AdGroupStatus value)
value - allowed object is
AdGroupStatuspublic String getTrackingUrlTemplate()
Stringpublic void setTrackingUrlTemplate(String value)
value - allowed object is
Stringpublic CustomParameters getUrlCustomParameters()
CustomParameterspublic void setUrlCustomParameters(CustomParameters value)
value - allowed object is
CustomParameterspublic Boolean getUseOptimizedTargeting()
Booleanpublic void setUseOptimizedTargeting(Boolean value)
value - allowed object is
Booleanpublic Boolean getUsePredictiveTargeting()
Booleanpublic void setUsePredictiveTargeting(Boolean value)
value - allowed object is
Booleanpublic Boolean getAdScheduleUseSearcherTimeZone()
Booleanpublic void setAdScheduleUseSearcherTimeZone(Boolean value)
value - allowed object is
Booleanpublic String getAdGroupType()
Stringpublic void setAdGroupType(String value)
value - allowed object is
Stringpublic Bid getCpvBid()
Bidpublic void setCpvBid(Bid value)
value - allowed object is
Bidpublic Bid getCpmBid()
Bidpublic void setCpmBid(Bid value)
value - allowed object is
Bidpublic Bid getMcpaBid()
BidCopyright © 2024. All rights reserved.