| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.utils.v201311 | |
| com.google.api.ads.dfp.axis.v201311 |
| 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 |
ProductTemplate.getCreationDateTime()
Gets the creationDateTime value for this ProductTemplate.
|
DateTime |
LineItemSummary.getCreationDateTime()
Gets the creationDateTime value for this LineItemSummary.
|
DateTime |
Proposal.getEndDateTime()
Gets the endDateTime value for this Proposal.
|
DateTime |
LineItemSummary.getEndDateTime()
Gets the endDateTime value for this LineItemSummary.
|
DateTime |
Order.getEndDateTime()
Gets the endDateTime value for this Order.
|
DateTime |
ThirdPartyAudienceSegment.getEndDateTime()
Gets the endDateTime value for this ThirdPartyAudienceSegment.
|
DateTime |
LineItemCreativeAssociation.getEndDateTime()
Gets the endDateTime value for this LineItemCreativeAssociation.
|
DateTime |
AdRule.getEndDateTime()
Gets the endDateTime value for this AdRule.
|
DateTime |
ProposalLineItem.getEndDateTime()
Gets the endDateTime value for this ProposalLineItem.
|
DateTime |
LineItemTemplate.getEndTime()
Gets the endTime value for this LineItemTemplate.
|
DateTime |
AdUnit.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this AdUnit.
|
DateTime |
ProductTemplate.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this ProductTemplate.
|
DateTime |
Proposal.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this Proposal.
|
DateTime |
Company.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this Company.
|
DateTime |
Content.getLastModifiedDateTime()
Gets the lastModifiedDateTime 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 |
Order.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this Order.
|
DateTime |
CreativeSet.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this CreativeSet.
|
DateTime |
Creative.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this Creative.
|
DateTime |
RateCard.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this RateCard.
|
DateTime |
LineItemCreativeAssociation.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this LineItemCreativeAssociation.
|
DateTime |
Product.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this Product.
|
DateTime |
ProposalLineItem.getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this ProposalLineItem.
|
DateTime |
Proposal.getStartDateTime()
Gets the startDateTime value for this Proposal.
|
DateTime |
LineItemSummary.getStartDateTime()
Gets the startDateTime value for this LineItemSummary.
|
DateTime |
Order.getStartDateTime()
Gets the startDateTime value for this Order.
|
DateTime |
ThirdPartyAudienceSegment.getStartDateTime()
Gets the startDateTime value for this ThirdPartyAudienceSegment.
|
DateTime |
LineItemCreativeAssociation.getStartDateTime()
Gets the startDateTime value for this LineItemCreativeAssociation.
|
DateTime |
AdRule.getStartDateTime()
Gets the startDateTime value for this AdRule.
|
DateTime |
ProposalLineItem.getStartDateTime()
Gets the startDateTime value for this ProposalLineItem.
|
DateTime |
LineItemTemplate.getStartTime()
Gets the startTime value for this LineItemTemplate.
|
DateTime |
ReconciliationOrderReport.getSubmissionDateTime()
Gets the submissionDateTime value for this ReconciliationOrderReport.
|
DateTime |
DateTimeValue.getValue()
Gets the value value for this DateTimeValue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductTemplate.setCreationDateTime(DateTime creationDateTime)
Sets the creationDateTime value for this ProductTemplate.
|
void |
LineItemSummary.setCreationDateTime(DateTime creationDateTime)
Sets the creationDateTime value for this LineItemSummary.
|
void |
Proposal.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this Proposal.
|
void |
LineItemSummary.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this LineItemSummary.
|
void |
Order.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this Order.
|
void |
ThirdPartyAudienceSegment.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this ThirdPartyAudienceSegment.
|
void |
LineItemCreativeAssociation.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this LineItemCreativeAssociation.
|
void |
AdRule.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this AdRule.
|
void |
ProposalLineItem.setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this ProposalLineItem.
|
void |
LineItemTemplate.setEndTime(DateTime endTime)
Sets the endTime value for this LineItemTemplate.
|
void |
AdUnit.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this AdUnit.
|
void |
ProductTemplate.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this ProductTemplate.
|
void |
Proposal.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this Proposal.
|
void |
Company.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this Company.
|
void |
Content.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime 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 |
Order.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this Order.
|
void |
CreativeSet.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this CreativeSet.
|
void |
Creative.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this Creative.
|
void |
RateCard.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this RateCard.
|
void |
LineItemCreativeAssociation.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this LineItemCreativeAssociation.
|
void |
Product.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this Product.
|
void |
ProposalLineItem.setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this ProposalLineItem.
|
void |
Proposal.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this Proposal.
|
void |
LineItemSummary.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this LineItemSummary.
|
void |
Order.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this Order.
|
void |
ThirdPartyAudienceSegment.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this ThirdPartyAudienceSegment.
|
void |
LineItemCreativeAssociation.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this LineItemCreativeAssociation.
|
void |
AdRule.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this AdRule.
|
void |
ProposalLineItem.setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this ProposalLineItem.
|
void |
LineItemTemplate.setStartTime(DateTime startTime)
Sets the startTime value for this LineItemTemplate.
|
void |
ReconciliationOrderReport.setSubmissionDateTime(DateTime submissionDateTime)
Sets the submissionDateTime value for this ReconciliationOrderReport.
|
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,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String codeSnippet) |
AdMobBackfillCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String additionalParameters,
String publisherId) |
AdRule(Integer id,
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,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String codeSnippet) |
AdUnit(String id,
String parentId,
Boolean hasChildren,
AdUnitParent[] parentPath,
String name,
String description,
AdUnitTargetWindow targetWindow,
InventoryStatus status,
String adUnitCode,
AdUnitSize[] adUnitSizes,
TargetPlatform targetPlatform,
MobilePlatform mobilePlatform,
Boolean explicitlyTargeted,
AdSenseSettingsInheritedProperty inheritedAdSenseSettings,
Long partnerId,
LabelFrequencyCap[] appliedLabelFrequencyCaps,
LabelFrequencyCap[] effectiveLabelFrequencyCaps,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
long[] effectiveTeamIds,
long[] appliedTeamIds,
DateTime lastModifiedDateTime,
SmartSizeMode smartSizeMode) |
AspectRatioImageCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
CreativeAsset[] imageAssets,
String altText,
String thirdPartyImpressionUrl,
Boolean overrideSize) |
BaseDynamicAllocationCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType) |
BaseFlashCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String flashName,
byte[] flashByteArray,
String fallbackImageName,
byte[] fallbackImageByteArray,
Boolean overrideSize,
Boolean clickTagRequired,
String fallbackPreviewUrl,
Size flashAssetSize,
Size fallbackAssetSize) |
BaseFlashRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String flashUrl,
String fallbackUrl,
String fallbackPreviewUrl) |
BaseImageCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
Boolean overrideSize,
CreativeAsset primaryImageAsset) |
BaseImageRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String imageUrl) |
BaseRichMediaStudioCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
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) |
BaseVideoCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
Integer duration,
Boolean allowDurationOverride,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
long[] companionCreativeIds,
String customParameters,
String vastPreviewUrl) |
ClickTrackingCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String clickTrackingUrl) |
Company(Long id,
String name,
CompanyType type,
String address,
String email,
String faxPhone,
String primaryPhone,
String externalId,
String comment,
CompanyCreditStatus creditStatus,
AppliedLabel[] appliedLabels,
Boolean enableSameAdvertiserCompetitiveExclusion,
Long primaryContactId,
long[] appliedTeamIds,
Integer thirdPartyCompanyId,
DateTime lastModifiedDateTime) |
Content(Long id,
String name,
ContentStatus status,
ContentStatusDefinedBy statusDefinedBy,
DateTime lastModifiedDateTime,
long[] userDefinedCustomTargetingValueIds,
long[] mappingRuleDefinedCustomTargetingValueIds,
CmsContent[] cmsSources) |
Creative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType) |
CreativeSet(Long id,
String name,
Long masterCreativeId,
long[] companionCreativeIds,
DateTime lastModifiedDateTime) |
CustomCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String htmlSnippet,
CustomCreativeAsset[] customCreativeAssets,
Boolean isInterstitial) |
DateTimeValue(String valueType,
DateTime value) |
FlashCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String flashName,
byte[] flashByteArray,
String fallbackImageName,
byte[] fallbackImageByteArray,
Boolean overrideSize,
Boolean clickTagRequired,
String fallbackPreviewUrl,
Size flashAssetSize,
Size fallbackAssetSize,
SwiffyFallbackAsset swiffyAsset,
Boolean createSwiffyAsset) |
FlashOverlayCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String flashName,
byte[] flashByteArray,
String fallbackImageName,
byte[] fallbackImageByteArray,
Boolean overrideSize,
Boolean clickTagRequired,
String fallbackPreviewUrl,
Size flashAssetSize,
Size fallbackAssetSize,
long[] companionCreativeIds,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
String customParameters,
ApiFramework apiFramework,
Integer duration,
String vastPreviewUrl) |
FlashRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String flashUrl,
String fallbackUrl,
String fallbackPreviewUrl) |
FlashRedirectOverlayCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String flashUrl,
String fallbackUrl,
String fallbackPreviewUrl,
long[] companionCreativeIds,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
String customParameters,
ApiFramework apiFramework,
Integer duration,
Size flashAssetSize,
String vastPreviewUrl) |
HasDestinationUrlCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl) |
HasHtmlSnippetDynamicAllocationCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String codeSnippet) |
ImageCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
Boolean overrideSize,
CreativeAsset primaryImageAsset,
String altText,
String thirdPartyImpressionUrl,
CreativeAsset[] secondaryImageAssets) |
ImageOverlayCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
Boolean overrideSize,
CreativeAsset primaryImageAsset,
long[] companionCreativeIds,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
String customParameters,
Integer duration,
String vastPreviewUrl) |
ImageRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String imageUrl,
String altText,
String thirdPartyImpressionUrl) |
ImageRedirectOverlayCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
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,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
Size assetSize,
String internalRedirectUrl,
Boolean overrideSize,
Boolean isInterstitial) |
LegacyDfpCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType) |
LegacyDfpMobileCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl) |
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,
RoadblockingType roadblockingType,
FrequencyCap[] frequencyCaps,
LineItemType lineItemType,
Integer priority,
UnitType unitType,
LineItemSummaryDuration duration,
Long unitsBought,
Money costPerUnit,
Money valueCostPerUnit,
CostType costType,
LineItemDiscountType discountType,
Double discount,
Long contractedUnitsBought,
CreativePlaceholder[] creativePlaceholders,
TargetPlatform targetPlatform,
EnvironmentType environmentType,
CompanionDeliveryOption companionDeliveryOption,
CreativePersistenceType creativePersistenceType,
Boolean allowOverbook,
Boolean skipInventoryCheck,
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 isMissingCreatives,
String lineItemSummaryType,
Targeting targeting) |
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) |
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,
RoadblockingType roadblockingType,
FrequencyCap[] frequencyCaps,
LineItemType lineItemType,
Integer priority,
UnitType unitType,
LineItemSummaryDuration duration,
Long unitsBought,
Money costPerUnit,
Money valueCostPerUnit,
CostType costType,
LineItemDiscountType discountType,
Double discount,
Long contractedUnitsBought,
CreativePlaceholder[] creativePlaceholders,
TargetPlatform targetPlatform,
EnvironmentType environmentType,
CompanionDeliveryOption companionDeliveryOption,
CreativePersistenceType creativePersistenceType,
Boolean allowOverbook,
Boolean skipInventoryCheck,
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 isMissingCreatives,
String lineItemSummaryType) |
LineItemTemplate(Long id,
String name,
Boolean isDefault,
String lineItemName,
TargetPlatform targetPlatform,
Boolean enabledForSameAdvertiserException,
String notes,
LineItemType lineItemType,
DateTime startTime,
DateTime endTime,
DeliveryRateType deliveryRateType,
RoadblockingType roadblockingType,
CreativeRotationType creativeRotationType) |
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,
Money totalBudget,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
String lastModifiedByApp,
long[] appliedTeamIds,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues) |
Placement(String targetingDescription,
String targetingSiteName,
String targetingAdLocation,
String siteTargetingInfoType,
Long id,
String name,
String description,
String placementCode,
InventoryStatus status,
Boolean isAdSenseTargetingEnabled,
Boolean isAdPlannerTargetingEnabled,
String adSenseTargetingLocale,
String[] targetedAdUnitIds,
DateTime lastModifiedDateTime) |
Product(String name,
ProductStatus status,
ProductType productType,
Long productTemplateId,
String id,
String notes,
String productTemplateDescription,
DateTime lastModifiedDateTime,
RateType rateType,
RoadblockingType roadblockingType,
CreativePlaceholder[] creativePlaceholders,
LineItemType lineItemType,
Integer priority,
FrequencyCap[] frequencyCaps,
Boolean allowFrequencyCapsCustomization,
ProductTemplateTargeting targeting,
BaseCustomFieldValue[] customFieldValues) |
ProductTemplate(Long id,
String name,
DateTime creationDateTime,
DateTime lastModifiedDateTime,
String description,
String nameMacro,
ProductTemplateStatus status,
ProductType productType,
Long creatorId,
RateType rateType,
RoadblockingType roadblockingType,
CreativePlaceholder[] creativePlaceholders,
LineItemType lineItemType,
Integer priority,
FrequencyCap[] frequencyCaps,
Boolean allowFrequencyCapsCustomization,
ProductSegmentation productSegmentation,
ProductTemplateTargeting targeting,
BaseCustomFieldValue[] customFieldValues) |
Proposal(Long id,
Long dfpOrderId,
String name,
PricingModel pricingModel,
DateTime startDateTime,
DateTime endDateTime,
ProposalStatus status,
Boolean isArchived,
ProposalCompanyAssociation advertiser,
ProposalCompanyAssociation[] agencies,
Integer probabilityToClose,
BillingCap billingCap,
BillingSchedule billingSchedule,
BillingSource billingSource,
String poNumber,
String notes,
Money budget,
SalespersonSplit primarySalesperson,
SalespersonSplit[] secondarySalespeople,
long[] salesPlannerIds,
Long primaryTraffickerId,
long[] secondaryTraffickerIds,
long[] appliedTeamIds,
BaseCustomFieldValue[] customFieldValues,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
Long advertiserDiscount,
Long proposalDiscount,
Money additionalAdjustment,
String currencyCode,
Long exchangeRate,
Boolean refreshExchangeRate,
Long agencyCommission,
Long valueAddedTax,
ProposalApprovalStatus approvalStatus,
DateTime lastModifiedDateTime) |
ProposalLineItem(Long id,
Long proposalId,
Long rateCardId,
String productId,
String name,
DateTime startDateTime,
DateTime endDateTime,
String notes,
CostAdjustment costAdjustment,
Boolean isArchived,
Long unitsBought,
Integer unitsBoughtBuffer,
DeliveryRateType deliveryRateType,
RoadblockingType roadblockingType,
CompanionDeliveryOption companionDeliveryOption,
CreativeRotationType creativeRotationType,
FrequencyCap[] frequencyCaps,
Long dfpLineItemId,
LineItemType lineItemType,
Integer lineItemPriority,
RateType rateType,
CreativePlaceholder[] creativePlaceholders,
Targeting targeting,
BaseCustomFieldValue[] customFieldValues,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
ProposalLineItemPremium[] premiums,
Money baseRate,
Money costPerUnit,
Money cost,
DeliveryIndicator deliveryIndicator,
DeliveryData deliveryData,
ComputedStatus computedStatus,
BillingCap billingCap,
BillingSchedule billingSchedule,
BillingSource billingSource,
DateTime lastModifiedDateTime) |
RateCard(Long id,
String name,
String currencyCode,
RateCardStatus status,
long[] appliedTeamIds,
DateTime lastModifiedDateTime) |
ReconciliationOrderReport(Long id,
Long reconciliationReportId,
Long orderId,
ReconciliationOrderReportStatus status,
DateTime submissionDateTime,
Long submitterId) |
RichMediaStudioCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
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,
Boolean isInterstitial) |
TemplateCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
Long creativeTemplateId,
Boolean isInterstitial,
String destinationUrl,
BaseCreativeTemplateVariableValue[] creativeTemplateVariableValues) |
ThirdPartyAudienceSegment(Long id,
String name,
String description,
AudienceSegmentStatus status,
Long size,
AudienceSegmentDataProvider dataProvider,
AudienceSegmentAudienceSegmentType type,
String audienceSegmentType,
ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus approvalStatus,
Money cost,
DateTime startDateTime,
DateTime endDateTime) |
ThirdPartyCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String snippet,
String expandedSnippet) |
UnsupportedCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String unsupportedCreativeType) |
VastRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String vastXmlUrl,
VastRedirectType vastRedirectType,
Integer duration,
long[] companionCreativeIds,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
String vastPreviewUrl) |
VideoCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
Integer duration,
Boolean allowDurationOverride,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
long[] companionCreativeIds,
String customParameters,
String vastPreviewUrl) |
VideoRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
Integer duration,
Boolean allowDurationOverride,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
long[] companionCreativeIds,
String customParameters,
String vastPreviewUrl,
VideoRedirectAsset[] videoAssets) |
VpaidLinearCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String flashName,
byte[] flashByteArray,
Boolean overrideSize,
Size flashAssetSize,
long[] companionCreativeIds,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
String customParameters,
Integer duration,
String vastPreviewUrl) |
VpaidLinearRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
long[] companionCreativeIds,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
String customParameters,
Integer duration,
String flashUrl,
Size flashAssetSize,
String vastPreviewUrl) |
Copyright © 2014. All Rights Reserved.