| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.utils.v201908 | |
| com.google.api.ads.admanager.axis.v201908 |
| Modifier and Type | Method and Description |
|---|---|
static DateTime |
DateTimes.toDateTime(Calendar calendar)
Converts a
Calendar object to an API date time preserving the time zone. |
static DateTime |
DateTimes.toDateTime(org.joda.time.DateTime dateTime)
Converts a
DateTime object to an API date time preserving the time zone. |
static DateTime |
DateTimes.toDateTime(org.joda.time.Instant instant,
String timeZoneId)
Converts an
Instant object to an API date time in the time zone supplied. |
static DateTime |
DateTimes.toDateTime(String dateTime,
String timeZoneId)
Converts a string in the form of
yyyy-MM-dd'T'HH:mm:ss to an API date time in the time
zone supplied. |
static DateTime |
DateTimes.toDateTimeWithTimeZone(String dateTime)
Converts a string in the form of
yyyy-MM-dd'T'HH:mm:ss±HH:mm, or yyyy-MM-dd'T'HH:mm:ssZ for Etc/GMT, to an API date time in the time zone supplied. |
| Modifier and Type | Method and Description |
|---|---|
static Calendar |
DateTimes.toCalendar(DateTime dateTime)
Gets a calendar for a
DateTime using the default locale, i.e. |
static Calendar |
DateTimes.toCalendar(DateTime dateTime,
Locale locale)
Gets a calendar for a
DateTime in the supplied locale. |
static org.joda.time.DateTime |
DateTimes.toDateTime(DateTime dateTime)
Converts an API date time to a
DateTime preserving the time zone. |
static String |
DateTimes.toString(DateTime dateTime)
Returns string representation of this date time.
|
static String |
DateTimes.toStringForTimeZone(DateTime dateTime,
String newZoneId)
Returns string representation of this date time with a different time zone, preserving the
millisecond instant.
|
static String |
DateTimes.toStringWithTimeZone(DateTime dateTime)
Returns string representation of this date time with time zone.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
LineItemSummary.getCreationDateTime()
Gets the creationDateTime value for this LineItemSummary.
|
DateTime |
DaiAuthenticationKey.getCreationDateTime()
Gets the creationDateTime value for this DaiAuthenticationKey.
|
DateTime |
LiveStreamEvent.getCreationDateTime()
Gets the creationDateTime value for this LiveStreamEvent.
|
DateTime |
MarketplaceComment.getCreationTime()
Gets the creationTime value for this MarketplaceComment.
|
DateTime |
LineItemSummary.getEndDateTime()
Gets the endDateTime value for this LineItemSummary.
|
DateTime |
BuyerRfp.getEndDateTime()
Gets the endDateTime value for this BuyerRfp.
|
DateTime |
AdRule.getEndDateTime()
Gets the endDateTime value for this AdRule.
|
DateTime |
ThirdPartyAudienceSegment.getEndDateTime()
Gets the endDateTime value for this ThirdPartyAudienceSegment.
|
DateTime |
Order.getEndDateTime()
Gets the endDateTime value for this Order.
|
DateTime |
ProposalLineItem.getEndDateTime()
Gets the endDateTime value for this ProposalLineItem.
|
DateTime |
LiveStreamEvent.getEndDateTime()
Gets the endDateTime value for this LiveStreamEvent.
|
DateTime |
Proposal.getEndDateTime()
Gets the endDateTime value for this Proposal.
|
DateTime |
LineItemCreativeAssociation.getEndDateTime()
Gets the endDateTime value for this LineItemCreativeAssociation.
|
DateTime |
DateTimeRange.getEndDateTime()
Gets the endDateTime value for this DateTimeRange.
|
DateTime |
ForecastBreakdown.getEndTime()
Gets the endTime value for this ForecastBreakdown.
|
DateTime |
Content.getImportDateTime()
Gets the importDateTime value for this Content.
|
DateTime |
Content.getLastDashIngestDateTime()
Gets the lastDashIngestDateTime value for this Content.
|
DateTime |
Content.getLastHlsIngestDateTime()
Gets the lastHlsIngestDateTime value for this Content.
|
DateTime |
Placement.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this Placement.
|
DateTime |
LineItemSummary.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this LineItemSummary.
|
DateTime |
Creative.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this Creative.
|
DateTime |
Content.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this Content.
|
DateTime |
CreativeSet.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this CreativeSet.
|
DateTime |
Order.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this Order.
|
DateTime |
ProposalLineItem.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this ProposalLineItem.
|
DateTime |
Company.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this Company.
|
DateTime |
TrafficForecastAdjustment.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this TrafficForecastAdjustment.
|
DateTime |
LiveStreamEvent.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this LiveStreamEvent.
|
DateTime |
Proposal.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this Proposal.
|
DateTime |
LineItemCreativeAssociation.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this LineItemCreativeAssociation.
|
DateTime |
AdUnit.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this AdUnit.
|
DateTime |
ProposalLineItem.getLastReservationDateTime()
Gets the lastReservationDateTime value for this ProposalLineItem.
|
DateTime |
SetTopBoxCreative.getLicenseWindowEndDateTime()
Gets the licenseWindowEndDateTime value for this SetTopBoxCreative.
|
DateTime |
SetTopBoxCreative.getLicenseWindowStartDateTime()
Gets the licenseWindowStartDateTime value for this SetTopBoxCreative.
|
DateTime |
LineItemSummary.getStartDateTime()
Gets the startDateTime value for this LineItemSummary.
|
DateTime |
BuyerRfp.getStartDateTime()
Gets the startDateTime value for this BuyerRfp.
|
DateTime |
AdRule.getStartDateTime()
Gets the startDateTime value for this AdRule.
|
DateTime |
ThirdPartyAudienceSegment.getStartDateTime()
Gets the startDateTime value for this ThirdPartyAudienceSegment.
|
DateTime |
Order.getStartDateTime()
Gets the startDateTime value for this Order.
|
DateTime |
ProposalLineItem.getStartDateTime()
Gets the startDateTime value for this ProposalLineItem.
|
DateTime |
LiveStreamEvent.getStartDateTime()
Gets the startDateTime value for this LiveStreamEvent.
|
DateTime |
Proposal.getStartDateTime()
Gets the startDateTime value for this Proposal.
|
DateTime |
LineItemCreativeAssociation.getStartDateTime()
Gets the startDateTime value for this LineItemCreativeAssociation.
|
DateTime |
DateTimeRange.getStartDateTime()
Gets the startDateTime value for this DateTimeRange.
|
DateTime |
ForecastBreakdown.getStartTime()
Gets the startTime value for this ForecastBreakdown.
|
DateTime[] |
ForecastBreakdownOptions.getTimeWindows()
Gets the timeWindows value for this ForecastBreakdownOptions.
|
DateTime |
ForecastBreakdownOptions.getTimeWindows(int i) |
DateTime |
DateTimeValue.getValue()
Gets the value value for this DateTimeValue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineItemSummary.setCreationDateTime(DateTime creationDateTime)
Sets the creationDateTime value for this LineItemSummary.
|
void |
DaiAuthenticationKey.setCreationDateTime(DateTime creationDateTime)
Sets the creationDateTime value for this DaiAuthenticationKey.
|
void |
LiveStreamEvent.setCreationDateTime(DateTime creationDateTime)
Sets the creationDateTime value for this LiveStreamEvent.
|
void |
MarketplaceComment.setCreationTime(DateTime creationTime)
Sets the creationTime value for this MarketplaceComment.
|
void |
LineItemSummary.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this LineItemSummary.
|
void |
BuyerRfp.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this BuyerRfp.
|
void |
AdRule.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this AdRule.
|
void |
ThirdPartyAudienceSegment.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this ThirdPartyAudienceSegment.
|
void |
Order.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this Order.
|
void |
ProposalLineItem.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this ProposalLineItem.
|
void |
LiveStreamEvent.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this LiveStreamEvent.
|
void |
Proposal.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this Proposal.
|
void |
LineItemCreativeAssociation.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this LineItemCreativeAssociation.
|
void |
DateTimeRange.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this DateTimeRange.
|
void |
ForecastBreakdown.setEndTime(DateTime endTime)
Sets the endTime value for this ForecastBreakdown.
|
void |
Content.setImportDateTime(DateTime importDateTime)
Sets the importDateTime value for this Content.
|
void |
Content.setLastDashIngestDateTime(DateTime lastDashIngestDateTime)
Sets the lastDashIngestDateTime value for this Content.
|
void |
Content.setLastHlsIngestDateTime(DateTime lastHlsIngestDateTime)
Sets the lastHlsIngestDateTime value for this Content.
|
void |
Placement.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this Placement.
|
void |
LineItemSummary.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this LineItemSummary.
|
void |
Creative.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this Creative.
|
void |
Content.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this Content.
|
void |
CreativeSet.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this CreativeSet.
|
void |
Order.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this Order.
|
void |
ProposalLineItem.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this ProposalLineItem.
|
void |
Company.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this Company.
|
void |
TrafficForecastAdjustment.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this TrafficForecastAdjustment.
|
void |
LiveStreamEvent.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this LiveStreamEvent.
|
void |
Proposal.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this Proposal.
|
void |
LineItemCreativeAssociation.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this LineItemCreativeAssociation.
|
void |
AdUnit.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this AdUnit.
|
void |
ProposalLineItem.setLastReservationDateTime(DateTime lastReservationDateTime)
Sets the lastReservationDateTime value for this ProposalLineItem.
|
void |
SetTopBoxCreative.setLicenseWindowEndDateTime(DateTime licenseWindowEndDateTime)
Sets the licenseWindowEndDateTime value for this SetTopBoxCreative.
|
void |
SetTopBoxCreative.setLicenseWindowStartDateTime(DateTime licenseWindowStartDateTime)
Sets the licenseWindowStartDateTime value for this SetTopBoxCreative.
|
void |
LineItemSummary.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this LineItemSummary.
|
void |
BuyerRfp.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this BuyerRfp.
|
void |
AdRule.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this AdRule.
|
void |
ThirdPartyAudienceSegment.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this ThirdPartyAudienceSegment.
|
void |
Order.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this Order.
|
void |
ProposalLineItem.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this ProposalLineItem.
|
void |
LiveStreamEvent.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this LiveStreamEvent.
|
void |
Proposal.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this Proposal.
|
void |
LineItemCreativeAssociation.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this LineItemCreativeAssociation.
|
void |
DateTimeRange.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this DateTimeRange.
|
void |
ForecastBreakdown.setStartTime(DateTime startTime)
Sets the startTime value for this ForecastBreakdown.
|
void |
ForecastBreakdownOptions.setTimeWindows(DateTime[] timeWindows)
Sets the timeWindows value for this ForecastBreakdownOptions.
|
void |
ForecastBreakdownOptions.setTimeWindows(int i,
DateTime _value) |
void |
DateTimeValue.setValue(DateTime value)
Sets the value value for this DateTimeValue.
|
| Constructor and Description |
|---|
AdExchangeCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String codeSnippet,
Boolean isNativeEligible,
Boolean isInterstitial) |
AdRule(Long adRuleId,
String name,
Integer priority,
Targeting targeting,
DateTime startDateTime,
StartDateTimeType startDateTimeType,
DateTime endDateTime,
Boolean unlimitedEndDateTime,
AdRuleStatus status,
FrequencyCapBehavior frequencyCapBehavior,
Integer maxImpressionsPerLineItemPerStream,
Integer maxImpressionsPerLineItemPerPod,
BaseAdRuleSlot preroll,
BaseAdRuleSlot midroll,
BaseAdRuleSlot postroll) |
AdSenseCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String codeSnippet) |
AdUnit(String id,
String parentId,
Boolean hasChildren,
AdUnitParent[] parentPath,
String name,
String description,
AdUnitTargetWindow targetWindow,
InventoryStatus status,
String adUnitCode,
AdUnitSize[] adUnitSizes,
Boolean isInterstitial,
Boolean isNative,
Boolean isFluid,
Boolean explicitlyTargeted,
AdSenseSettings adSenseSettings,
ValueSourceType adSenseSettingsSource,
LabelFrequencyCap[] appliedLabelFrequencyCaps,
LabelFrequencyCap[] effectiveLabelFrequencyCaps,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
long[] effectiveTeamIds,
long[] appliedTeamIds,
DateTime lastModifiedDateTime,
SmartSizeMode smartSizeMode,
Integer refreshRate,
String externalSetTopBoxChannelId,
Boolean isSetTopBoxEnabled) |
AspectRatioImageCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
CreativeAsset[] imageAssets,
String altText,
String thirdPartyImpressionUrl,
Boolean overrideSize) |
BaseDynamicAllocationCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues) |
BaseImageCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
Boolean overrideSize,
CreativeAsset primaryImageAsset) |
BaseImageRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
String imageUrl) |
BaseRichMediaStudioCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
Long studioCreativeId,
RichMediaStudioCreativeFormat creativeFormat,
RichMediaStudioCreativeArtworkType artworkType,
Long totalFileSize,
String[] adTagKeys,
String[] customKeyValues,
String surveyUrl,
String allImpressionsUrl,
String richMediaImpressionsUrl,
String backupImageImpressionsUrl,
String overrideCss,
String requiredFlashPluginVersion,
Integer duration,
RichMediaStudioCreativeBillingAttribute billingAttribute,
RichMediaStudioChildAssetProperty[] richMediaStudioChildAssetProperties,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride) |
BaseVideoCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
Integer duration,
Boolean allowDurationOverride,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
long[] companionCreativeIds,
String customParameters,
SkippableAdType skippableAdType,
String vastPreviewUrl,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride) |
BuyerRfp(Money costPerUnit,
Long units,
Money budget,
String currencyCode,
DateTime startDateTime,
DateTime endDateTime,
String description,
CreativePlaceholder[] creativePlaceholders,
Targeting targeting,
String additionalTerms,
AdExchangeEnvironment adExchangeEnvironment,
RfpType rfpType) |
ClickTrackingCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String clickTrackingUrl) |
Company(Long id,
String name,
CompanyType type,
String address,
String email,
String faxPhone,
String primaryPhone,
String externalId,
String comment,
CompanyCreditStatus creditStatus,
CompanySettings settings,
AppliedLabel[] appliedLabels,
Long primaryContactId,
long[] appliedTeamIds,
Integer thirdPartyCompanyId,
DateTime lastModifiedDateTime,
ViewabilityProvider viewabilityProvider) |
Content(Long id,
String name,
ContentStatus status,
ContentStatusDefinedBy statusDefinedBy,
DaiIngestStatus hlsIngestStatus,
DaiIngestError[] hlsIngestErrors,
DateTime lastHlsIngestDateTime,
DaiIngestStatus dashIngestStatus,
DaiIngestError[] dashIngestErrors,
DateTime lastDashIngestDateTime,
DateTime importDateTime,
DateTime lastModifiedDateTime,
long[] userDefinedCustomTargetingValueIds,
long[] mappingRuleDefinedCustomTargetingValueIds,
CmsContent[] cmsSources) |
Creative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues) |
CreativeSet(Long id,
String name,
Long masterCreativeId,
long[] companionCreativeIds,
DateTime lastModifiedDateTime) |
CustomCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
String htmlSnippet,
CustomCreativeAsset[] customCreativeAssets,
Boolean isInterstitial,
LockedOrientation lockedOrientation,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride,
Boolean isSafeFrameCompatible,
String[] thirdPartyImpressionTrackingUrls) |
DaiAuthenticationKey(Long id,
String key,
DateTime creationDateTime,
DaiAuthenticationKeyStatus status,
String name,
DaiAuthenticationKeyType keyType) |
DateTimeRange(DateTime startDateTime,
DateTime endDateTime) |
DateTimeValue(DateTime value) |
ForecastBreakdown(DateTime startTime,
DateTime endTime,
ForecastBreakdownEntry[] breakdownEntries) |
ForecastBreakdownOptions(DateTime[] timeWindows,
ForecastBreakdownTarget[] targets) |
HasDestinationUrlCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType) |
HasHtmlSnippetDynamicAllocationCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String codeSnippet) |
Html5Creative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
Boolean overrideSize,
String[] thirdPartyImpressionTrackingUrls,
String thirdPartyClickTrackingUrl,
LockedOrientation lockedOrientation,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride,
Boolean isSafeFrameCompatible,
CreativeAsset html5Asset) |
ImageCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
Boolean overrideSize,
CreativeAsset primaryImageAsset,
String altText,
String thirdPartyImpressionUrl,
CreativeAsset[] secondaryImageAssets) |
ImageOverlayCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
Boolean overrideSize,
CreativeAsset primaryImageAsset,
long[] companionCreativeIds,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
LockedOrientation lockedOrientation,
String customParameters,
Integer duration,
String vastPreviewUrl) |
ImageRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
String imageUrl,
String altText,
String thirdPartyImpressionUrl) |
ImageRedirectOverlayCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
String imageUrl,
Size assetSize,
Integer duration,
long[] companionCreativeIds,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
String customParameters,
String vastPreviewUrl) |
InternalRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
LockedOrientation lockedOrientation,
Size assetSize,
String internalRedirectUrl,
Boolean overrideSize,
Boolean isInterstitial,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride,
String[] thirdPartyImpressionTrackingUrls) |
LegacyDfpCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues) |
LineItem(Long orderId,
Long id,
String name,
String externalId,
String orderName,
DateTime startDateTime,
StartDateTimeType startDateTimeType,
DateTime endDateTime,
Integer autoExtensionDays,
Boolean unlimitedEndDateTime,
CreativeRotationType creativeRotationType,
DeliveryRateType deliveryRateType,
DeliveryForecastSource deliveryForecastSource,
RoadblockingType roadblockingType,
FrequencyCap[] frequencyCaps,
LineItemType lineItemType,
Integer priority,
Money costPerUnit,
Money valueCostPerUnit,
CostType costType,
LineItemDiscountType discountType,
Double discount,
Long contractedUnitsBought,
CreativePlaceholder[] creativePlaceholders,
LineItemActivityAssociation[] activityAssociations,
EnvironmentType environmentType,
AllowedFormats[] allowedFormats,
CompanionDeliveryOption companionDeliveryOption,
Boolean allowOverbook,
Boolean skipInventoryCheck,
Boolean skipCrossSellingRuleWarningChecks,
Boolean reserveAtCreation,
Stats stats,
DeliveryIndicator deliveryIndicator,
DeliveryData deliveryData,
Money budget,
ComputedStatus status,
LineItemSummaryReservationStatus reservationStatus,
Boolean isArchived,
String webPropertyCode,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
Boolean disableSameAdvertiserCompetitiveExclusion,
String lastModifiedByApp,
String notes,
DateTime lastModifiedDateTime,
DateTime creationDateTime,
Boolean isPrioritizedPreferredDealsEnabled,
Integer adExchangeAuctionOpeningPriority,
BaseCustomFieldValue[] customFieldValues,
Boolean isSetTopBoxEnabled,
Boolean isMissingCreatives,
SetTopBoxInfo setTopBoxDisplayInfo,
ProgrammaticCreativeSource programmaticCreativeSource,
Long videoMaxDuration,
Goal primaryGoal,
Goal[] secondaryGoals,
GrpSettings grpSettings,
LineItemDealInfoDto dealInfo,
Long viewabilityProviderCompanyId,
UserConsentEligibility userConsentEligibility,
ChildContentEligibility childContentEligibility,
Targeting targeting,
CreativeTargeting[] creativeTargetings) |
LineItemCreativeAssociation(Long lineItemId,
Long creativeId,
Long creativeSetId,
Double manualCreativeRotationWeight,
Integer sequentialCreativeRotationIndex,
DateTime startDateTime,
StartDateTimeType startDateTimeType,
DateTime endDateTime,
String destinationUrl,
Size[] sizes,
LineItemCreativeAssociationStatus status,
LineItemCreativeAssociationStats stats,
DateTime lastModifiedDateTime,
String targetingName) |
LineItemSummary(Long orderId,
Long id,
String name,
String externalId,
String orderName,
DateTime startDateTime,
StartDateTimeType startDateTimeType,
DateTime endDateTime,
Integer autoExtensionDays,
Boolean unlimitedEndDateTime,
CreativeRotationType creativeRotationType,
DeliveryRateType deliveryRateType,
DeliveryForecastSource deliveryForecastSource,
RoadblockingType roadblockingType,
FrequencyCap[] frequencyCaps,
LineItemType lineItemType,
Integer priority,
Money costPerUnit,
Money valueCostPerUnit,
CostType costType,
LineItemDiscountType discountType,
Double discount,
Long contractedUnitsBought,
CreativePlaceholder[] creativePlaceholders,
LineItemActivityAssociation[] activityAssociations,
EnvironmentType environmentType,
AllowedFormats[] allowedFormats,
CompanionDeliveryOption companionDeliveryOption,
Boolean allowOverbook,
Boolean skipInventoryCheck,
Boolean skipCrossSellingRuleWarningChecks,
Boolean reserveAtCreation,
Stats stats,
DeliveryIndicator deliveryIndicator,
DeliveryData deliveryData,
Money budget,
ComputedStatus status,
LineItemSummaryReservationStatus reservationStatus,
Boolean isArchived,
String webPropertyCode,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
Boolean disableSameAdvertiserCompetitiveExclusion,
String lastModifiedByApp,
String notes,
DateTime lastModifiedDateTime,
DateTime creationDateTime,
Boolean isPrioritizedPreferredDealsEnabled,
Integer adExchangeAuctionOpeningPriority,
BaseCustomFieldValue[] customFieldValues,
Boolean isSetTopBoxEnabled,
Boolean isMissingCreatives,
SetTopBoxInfo setTopBoxDisplayInfo,
ProgrammaticCreativeSource programmaticCreativeSource,
Long videoMaxDuration,
Goal primaryGoal,
Goal[] secondaryGoals,
GrpSettings grpSettings,
LineItemDealInfoDto dealInfo,
Long viewabilityProviderCompanyId,
UserConsentEligibility userConsentEligibility,
ChildContentEligibility childContentEligibility) |
LiveStreamEvent(Long id,
String name,
String description,
LiveStreamEventStatus status,
DateTime creationDateTime,
DateTime lastModifiedDateTime,
DateTime startDateTime,
StartDateTimeType startDateTimeType,
DateTime endDateTime,
Boolean unlimitedEndDateTime,
Long totalEstimatedConcurrentUsers,
String[] contentUrls,
String[] adTags,
String liveStreamEventCode,
Long slateCreativeId,
Integer dvrWindowSeconds,
Boolean enableDaiAuthenticationKeys,
AdBreakFillType adBreakFillType,
Long adHolidayDuration,
Boolean enableDurationlessAdBreaks,
Long defaultAdBreakDuration,
long[] daiAuthenticationKeyIds,
long[] sourceContentConfigurationIds,
HlsSettings hlsSettings,
StreamingFormat streamingFormat) |
MarketplaceComment(Long proposalId,
String comment,
DateTime creationTime,
Boolean createdBySeller) |
Order(Long id,
String name,
DateTime startDateTime,
DateTime endDateTime,
Boolean unlimitedEndDateTime,
OrderStatus status,
Boolean isArchived,
String notes,
Integer externalOrderId,
String poNumber,
String currencyCode,
Long advertiserId,
long[] advertiserContactIds,
Long agencyId,
long[] agencyContactIds,
Long creatorId,
Long traffickerId,
long[] secondaryTraffickerIds,
Long salespersonId,
long[] secondarySalespersonIds,
Long totalImpressionsDelivered,
Long totalClicksDelivered,
Long totalViewableImpressionsDelivered,
Money totalBudget,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
String lastModifiedByApp,
Boolean isProgrammatic,
long[] appliedTeamIds,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues) |
Placement(Long id,
String name,
String description,
String placementCode,
InventoryStatus status,
String[] targetedAdUnitIds,
DateTime lastModifiedDateTime) |
ProgrammaticCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues) |
Proposal(Long id,
Boolean isProgrammatic,
Long dfpOrderId,
String name,
DateTime startDateTime,
DateTime endDateTime,
ProposalStatus status,
Boolean isArchived,
ProposalCompanyAssociation advertiser,
ProposalCompanyAssociation[] agencies,
String internalNotes,
SalespersonSplit primarySalesperson,
long[] salesPlannerIds,
Long primaryTraffickerId,
long[] sellerContactIds,
long[] appliedTeamIds,
BaseCustomFieldValue[] customFieldValues,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
String currencyCode,
Long exchangeRate,
Boolean refreshExchangeRate,
Boolean isSold,
DateTime lastModifiedDateTime,
ProposalMarketplaceInfo marketplaceInfo,
BuyerRfp buyerRfp,
Boolean hasBuyerRfp) |
ProposalLineItem(Long id,
Long proposalId,
String name,
DateTime startDateTime,
DateTime endDateTime,
String timeZoneId,
String internalNotes,
Boolean isArchived,
Goal goal,
Long contractedUnitsBought,
DeliveryRateType deliveryRateType,
RoadblockingType roadblockingType,
CompanionDeliveryOption companionDeliveryOption,
Long videoMaxDuration,
FrequencyCap[] frequencyCaps,
Long dfpLineItemId,
LineItemType lineItemType,
Integer lineItemPriority,
RateType rateType,
CreativePlaceholder[] creativePlaceholders,
Targeting targeting,
BaseCustomFieldValue[] customFieldValues,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
Boolean disableSameAdvertiserCompetitiveExclusion,
Boolean isSold,
Money netRate,
Money netCost,
DeliveryIndicator deliveryIndicator,
DeliveryData deliveryData,
ComputedStatus computedStatus,
DateTime lastModifiedDateTime,
ReservationStatus reservationStatus,
DateTime lastReservationDateTime,
EnvironmentType environmentType,
AllowedFormats[] allowedFormats,
Boolean isProgrammatic,
ProposalLineItemMarketplaceInfo marketplaceInfo,
String additionalTerms,
ProgrammaticCreativeSource programmaticCreativeSource,
Long estimatedMinimumImpressions) |
RichMediaStudioCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
Long studioCreativeId,
RichMediaStudioCreativeFormat creativeFormat,
RichMediaStudioCreativeArtworkType artworkType,
Long totalFileSize,
String[] adTagKeys,
String[] customKeyValues,
String surveyUrl,
String allImpressionsUrl,
String richMediaImpressionsUrl,
String backupImageImpressionsUrl,
String overrideCss,
String requiredFlashPluginVersion,
Integer duration,
RichMediaStudioCreativeBillingAttribute billingAttribute,
RichMediaStudioChildAssetProperty[] richMediaStudioChildAssetProperties,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride,
LockedOrientation lockedOrientation,
Boolean isInterstitial) |
SetTopBoxCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
Integer duration,
Boolean allowDurationOverride,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
long[] companionCreativeIds,
String customParameters,
SkippableAdType skippableAdType,
String vastPreviewUrl,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride,
String externalAssetId,
String providerId,
String[] availabilityRegionIds,
DateTime licenseWindowStartDateTime,
DateTime licenseWindowEndDateTime) |
TemplateCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
Long creativeTemplateId,
Boolean isInterstitial,
Boolean isNativeEligible,
Boolean isSafeFrameCompatible,
String destinationUrl,
BaseCreativeTemplateVariableValue[] creativeTemplateVariableValues,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride,
LockedOrientation lockedOrientation) |
ThirdPartyAudienceSegment(Long id,
String name,
long[] categoryIds,
String description,
AudienceSegmentStatus status,
Long size,
Long mobileWebSize,
Long idfaSize,
Long adIdSize,
Long ppidSize,
AudienceSegmentDataProvider dataProvider,
AudienceSegmentType type,
AudienceSegmentApprovalStatus approvalStatus,
Money cost,
LicenseType licenseType,
DateTime startDateTime,
DateTime endDateTime) |
ThirdPartyCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String snippet,
String expandedSnippet,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride,
LockedOrientation lockedOrientation,
Boolean isSafeFrameCompatible,
String[] thirdPartyImpressionTrackingUrls) |
TrafficForecastAdjustment(Long id,
TrafficTimeSeriesFilterCriteria filterCriteria,
TrafficForecastAdjustmentSegment[] forecastAdjustmentSegments,
DateTime lastModifiedDateTime) |
UnsupportedCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String unsupportedCreativeType) |
VastRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String vastXmlUrl,
VastRedirectType vastRedirectType,
Integer duration,
long[] companionCreativeIds,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
String vastPreviewUrl,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride) |
VideoCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
Integer duration,
Boolean allowDurationOverride,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
long[] companionCreativeIds,
String customParameters,
SkippableAdType skippableAdType,
String vastPreviewUrl,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride) |
VideoRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
Integer duration,
Boolean allowDurationOverride,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
long[] companionCreativeIds,
String customParameters,
SkippableAdType skippableAdType,
String vastPreviewUrl,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride,
VideoRedirectAsset[] videoAssets,
VideoRedirectAsset mezzanineFile) |
Copyright © 2020. All rights reserved.