Web Service: LineItemCreativeAssociationService
Port LineItemCreativeAssociationServiceInterfacePort Port typeSource code
- createLineItemCreativeAssociationsDetailSource code
- getLineItemCreativeAssociationsByStatementDetailSource code
- getPreviewUrlDetailSource code
- getPreviewUrlsForNativeStylesDetailSource code
- performLineItemCreativeAssociationActionDetailSource code
- updateLineItemCreativeAssociationsDetailSource code
Operations
- createLineItemCreativeAssociationsDescription:Creates new {@link LineItemCreativeAssociation} objectsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:createLineItemCreativeAssociationsRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type createLineItemCreativeAssociationsCreates new {@link LineItemCreativeAssociation} objects
- lineItemCreativeAssociations - optional, unbounded; type LineItemCreativeAssociationA {@code LineItemCreativeAssociation} associates a {@link Creative} or {@link CreativeSet} with a {@link LineItem} so that the creative can be served in ad units targeted by the line item.
- lineItemId - optional; type longThe ID of the {@link LineItem} to which the {@link Creative} should be associated. This attribute is required.
- creativeId - optional; type longThe ID of the {@link Creative} being associated with a {@link LineItem}.
This attribute is required if this is an association between a line item and a creative.
This attribute is ignored if this is an association between a line item and a creative set.If this is an association between a line item and a creative, when retrieving the line item creative association, the {@link #creativeId} will be the creative's ID.
If this is an association between a line item and a creative set, when retrieving the line item creative association, the {@link #creativeId} will be the ID of the {@link CreativeSet#masterCreativeId master creative}. - creativeSetId - optional; type longThe ID of the {@link CreativeSet} being associated with a {@link LineItem}. This attribute is required if this is an association between a line item and a creative set.
This field will be {@code null} when retrieving associations between line items and creatives not belonging to a set.
- manualCreativeRotationWeight - optional; type doubleThe weight of the {@link Creative}. This value is only used if the line item's {@code creativeRotationType} is set to {@link CreativeRotationType#MANUAL}. This attribute is optional and defaults to 10.
- sequentialCreativeRotationIndex - optional; type intThe sequential rotation index of the {@link Creative}. This value is used only if the associated line item's {@link LineItem#creativeRotationType} is set to {@link CreativeRotationType#SEQUENTIAL}. This attribute is optional and defaults to 1.
- startDateTime - optional; type DateTimeRepresents a date combined with the time of day.
- date - optional; type DateRepresents a date.
- year - optional; type intYear (e.g., 2009)
- month - optional; type intMonth (1..12)
- day - optional; type intDay (1..31)
- year - optional; type int
- hour - optional; type int
- minute - optional; type int
- second - optional; type int
- timeZoneId - optional; type string
Overrides the value set for {@link LineItem#startDateTime}. This value is optional and is only valid for Ad Manager 360 networks. If unset, the {@link LineItem#startDateTime} will be used. - date - optional; type Date
- startDateTimeType - optional; type StartDateTimeType - type string with restriction - enum { 'USE_START_DATE_TIME', 'IMMEDIATELY', 'ONE_HOUR_FROM_NOW', 'UNKNOWN' }Specifies whether to start serving to the {@code LineItemCreativeAssociation} right away, in an hour, etc. This attribute is optional and defaults to {@link StartDateTimeType#USE_START_DATE_TIME}.
- endDateTime - optional; type DateTimeRepresents a date combined with the time of day.
- date - optional; type DateRepresents a date.
- year - optional; type intYear (e.g., 2009)
- month - optional; type intMonth (1..12)
- day - optional; type intDay (1..31)
- year - optional; type int
- hour - optional; type int
- minute - optional; type int
- second - optional; type int
- timeZoneId - optional; type string
Overrides {@link LineItem#endDateTime}. This value is optional and is only valid for Ad Manager 360 networks. If unset, the {@link LineItem#endDateTime} will be used. - date - optional; type Date
- destinationUrl - optional; type stringOverrides the value set for {@link HasDestinationUrlCreative#destinationUrl}. This value is optional and is only valid for Ad Manager 360 networks.
- sizes - optional, unbounded; type SizeOverrides the value set for {@link Creative#size}, which allows the creative to be served to ad units that would otherwise not be compatible for its actual size. This value is optional.Represents the dimensions of an {@link AdUnit}, {@link LineItem} or {@link Creative}.
For interstitial size (out-of-page), native, ignored and fluid size, {@link Size} must be 1x1.
- width - optional; type intThe width of the {@link AdUnit}, {@link LineItem} or {@link Creative}.
- height - optional; type intThe height of the {@link AdUnit}, {@link LineItem} or {@link Creative}.
- isAspectRatio - optional; type booleanWhether this size represents an aspect ratio.
- width - optional; type int
- status - optional; type LineItemCreativeAssociation.Status - type string with restriction - enum { 'ACTIVE', 'INACTIVE', 'UNKNOWN' }The status of the association. This attribute is read-only.
- stats - optional; type LineItemCreativeAssociationStatsContains trafficking statistics for the association. This attribute is readonly and is populated by Google. This will be {@code null} in case there are no statistics for the association yet.Contains statistics such as impressions, clicks delivered and cost for {@link LineItemCreativeAssociation} objects.
- stats - optional; type StatsA {@link Stats} object that holds delivered impressions and clicks statistics.{@code Stats} contains trafficking statistics for {@link LineItem} and {@link LineItemCreativeAssociation} objects
- impressionsDelivered - optional; type longThe number of impressions delivered.
- clicksDelivered - optional; type longThe number of clicks delivered.
- videoCompletionsDelivered - optional; type longThe number of video completions delivered.
- videoStartsDelivered - optional; type longThe number of video starts delivered.
- viewableImpressionsDelivered - optional; type longThe number of viewable impressions delivered.
- impressionsDelivered - optional; type long
- creativeSetStats - optional, unbounded; type Long_StatsMapEntryA map containing {@link Stats} objects for each creative belonging to a creative set, {@code null} for non creative set associations.This represents an entry in a map with a key of type Long and value of type Stats.
- key - optional; type long
- value - optional; type Stats{@code Stats} contains trafficking statistics for {@link LineItem} and {@link LineItemCreativeAssociation} objects
- impressionsDelivered - optional; type longThe number of impressions delivered.
- clicksDelivered - optional; type longThe number of clicks delivered.
- videoCompletionsDelivered - optional; type longThe number of video completions delivered.
- videoStartsDelivered - optional; type longThe number of video starts delivered.
- viewableImpressionsDelivered - optional; type longThe number of viewable impressions delivered.
- impressionsDelivered - optional; type long
- stats - optional; type Stats
- lastModifiedDateTime - optional; type DateTimeRepresents a date combined with the time of day.
- date - optional; type DateRepresents a date.
- year - optional; type intYear (e.g., 2009)
- month - optional; type intMonth (1..12)
- day - optional; type intDay (1..31)
- year - optional; type int
- hour - optional; type int
- minute - optional; type int
- second - optional; type int
- timeZoneId - optional; type string
The date and time this association was last modified. - date - optional; type Date
- targetingName - optional; type stringSpecifies {@link CreativeTargeting} for this line item creative association.
This attribute is optional. It should match the creative targeting specified on the corresponding {@link CreativePlaceholder} in the {@link LineItem} that is being associated with the {@link Creative}.
- lineItemId - optional; type long
Output:createLineItemCreativeAssociationsResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type createLineItemCreativeAssociationsResponse- rval - optional, unbounded; type LineItemCreativeAssociationA {@code LineItemCreativeAssociation} associates a {@link Creative} or {@link CreativeSet} with a {@link LineItem} so that the creative can be served in ad units targeted by the line item.
- lineItemId - optional; type longThe ID of the {@link LineItem} to which the {@link Creative} should be associated. This attribute is required.
- creativeId - optional; type longThe ID of the {@link Creative} being associated with a {@link LineItem}.
This attribute is required if this is an association between a line item and a creative.
This attribute is ignored if this is an association between a line item and a creative set.If this is an association between a line item and a creative, when retrieving the line item creative association, the {@link #creativeId} will be the creative's ID.
If this is an association between a line item and a creative set, when retrieving the line item creative association, the {@link #creativeId} will be the ID of the {@link CreativeSet#masterCreativeId master creative}. - creativeSetId - optional; type longThe ID of the {@link CreativeSet} being associated with a {@link LineItem}. This attribute is required if this is an association between a line item and a creative set.
This field will be {@code null} when retrieving associations between line items and creatives not belonging to a set.
- manualCreativeRotationWeight - optional; type doubleThe weight of the {@link Creative}. This value is only used if the line item's {@code creativeRotationType} is set to {@link CreativeRotationType#MANUAL}. This attribute is optional and defaults to 10.
- sequentialCreativeRotationIndex - optional; type intThe sequential rotation index of the {@link Creative}. This value is used only if the associated line item's {@link LineItem#creativeRotationType} is set to {@link CreativeRotationType#SEQUENTIAL}. This attribute is optional and defaults to 1.
- startDateTime - optional; type DateTimeRepresents a date combined with the time of day.
- date - optional; type DateRepresents a date.
- year - optional; type intYear (e.g., 2009)
- month - optional; type intMonth (1..12)
- day - optional; type intDay (1..31)
- year - optional; type int
- hour - optional; type int
- minute - optional; type int
- second - optional; type int
- timeZoneId - optional; type string
Overrides the value set for {@link LineItem#startDateTime}. This value is optional and is only valid for Ad Manager 360 networks. If unset, the {@link LineItem#startDateTime} will be used. - date - optional; type Date
- startDateTimeType - optional; type StartDateTimeType - type string with restriction - enum { 'USE_START_DATE_TIME', 'IMMEDIATELY', 'ONE_HOUR_FROM_NOW', 'UNKNOWN' }Specifies whether to start serving to the {@code LineItemCreativeAssociation} right away, in an hour, etc. This attribute is optional and defaults to {@link StartDateTimeType#USE_START_DATE_TIME}.
- endDateTime - optional; type DateTimeRepresents a date combined with the time of day.
- date - optional; type DateRepresents a date.
- year - optional; type intYear (e.g., 2009)
- month - optional; type intMonth (1..12)
- day - optional; type intDay (1..31)
- year - optional; type int
- hour - optional; type int
- minute - optional; type int
- second - optional; type int
- timeZoneId - optional; type string
Overrides {@link LineItem#endDateTime}. This value is optional and is only valid for Ad Manager 360 networks. If unset, the {@link LineItem#endDateTime} will be used. - date - optional; type Date
- destinationUrl - optional; type stringOverrides the value set for {@link HasDestinationUrlCreative#destinationUrl}. This value is optional and is only valid for Ad Manager 360 networks.
- sizes - optional, unbounded; type SizeOverrides the value set for {@link Creative#size}, which allows the creative to be served to ad units that would otherwise not be compatible for its actual size. This value is optional.Represents the dimensions of an {@link AdUnit}, {@link LineItem} or {@link Creative}.
For interstitial size (out-of-page), native, ignored and fluid size, {@link Size} must be 1x1.
- width - optional; type intThe width of the {@link AdUnit}, {@link LineItem} or {@link Creative}.
- height - optional; type intThe height of the {@link AdUnit}, {@link LineItem} or {@link Creative}.
- isAspectRatio - optional; type booleanWhether this size represents an aspect ratio.
- width - optional; type int
- status - optional; type LineItemCreativeAssociation.Status - type string with restriction - enum { 'ACTIVE', 'INACTIVE', 'UNKNOWN' }The status of the association. This attribute is read-only.
- stats - optional; type LineItemCreativeAssociationStatsContains trafficking statistics for the association. This attribute is readonly and is populated by Google. This will be {@code null} in case there are no statistics for the association yet.Contains statistics such as impressions, clicks delivered and cost for {@link LineItemCreativeAssociation} objects.
- stats - optional; type StatsA {@link Stats} object that holds delivered impressions and clicks statistics.{@code Stats} contains trafficking statistics for {@link LineItem} and {@link LineItemCreativeAssociation} objects
- impressionsDelivered - optional; type longThe number of impressions delivered.
- clicksDelivered - optional; type longThe number of clicks delivered.
- videoCompletionsDelivered - optional; type longThe number of video completions delivered.
- videoStartsDelivered - optional; type longThe number of video starts delivered.
- viewableImpressionsDelivered - optional; type longThe number of viewable impressions delivered.
- impressionsDelivered - optional; type long
- creativeSetStats - optional, unbounded; type Long_StatsMapEntryA map containing {@link Stats} objects for each creative belonging to a creative set, {@code null} for non creative set associations.This represents an entry in a map with a key of type Long and value of type Stats.
- key - optional; type long
- value - optional; type Stats{@code Stats} contains trafficking statistics for {@link LineItem} and {@link LineItemCreativeAssociation} objects
- impressionsDelivered - optional; type longThe number of impressions delivered.
- clicksDelivered - optional; type longThe number of clicks delivered.
- videoCompletionsDelivered - optional; type longThe number of video completions delivered.
- videoStartsDelivered - optional; type longThe number of video starts delivered.
- viewableImpressionsDelivered - optional; type longThe number of viewable impressions delivered.
- impressionsDelivered - optional; type long
- stats - optional; type Stats
- lastModifiedDateTime - optional; type DateTimeRepresents a date combined with the time of day.
- date - optional; type DateRepresents a date.
- year - optional; type intYear (e.g., 2009)
- month - optional; type intMonth (1..12)
- day - optional; type intDay (1..31)
- year - optional; type int
- hour - optional; type int
- minute - optional; type int
- second - optional; type int
- timeZoneId - optional; type string
The date and time this association was last modified. - date - optional; type Date
- targetingName - optional; type stringSpecifies {@link CreativeTargeting} for this line item creative association.
This attribute is optional. It should match the creative targeting specified on the corresponding {@link CreativePlaceholder} in the {@link LineItem} that is being associated with the {@link Creative}.
- lineItemId - optional; type long
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - lineItemCreativeAssociations - optional, unbounded; type LineItemCreativeAssociation
- getLineItemCreativeAssociationsByStatementDescription:Gets a {@link LineItemCreativeAssociationPage} of {@link LineItemCreativeAssociation} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
PQL Property Object Property {@code creativeId} {@link LineItemCreativeAssociation#creativeId} {@code manualCreativeRotationWeight} {@link LineItemCreativeAssociation#manualCreativeRotationWeight} {@code destinationUrl} {@link LineItemCreativeAssociation#destinationUrl} {@code lineItemId} {@link LineItemCreativeAssociation#lineItemId} {@code status} {@link LineItemCreativeAssociation#status} {@code lastModifiedDateTime} {@link LineItemCreativeAssociation#lastModifiedDateTime} Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:getLineItemCreativeAssociationsByStatementRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type getLineItemCreativeAssociationsByStatementGets a {@link LineItemCreativeAssociationPage} of {@link LineItemCreativeAssociation} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:PQL Property Object Property {@code creativeId} {@link LineItemCreativeAssociation#creativeId} {@code manualCreativeRotationWeight} {@link LineItemCreativeAssociation#manualCreativeRotationWeight} {@code destinationUrl} {@link LineItemCreativeAssociation#destinationUrl} {@code lineItemId} {@link LineItemCreativeAssociation#lineItemId} {@code status} {@link LineItemCreativeAssociation#status} {@code lastModifiedDateTime} {@link LineItemCreativeAssociation#lastModifiedDateTime} - filterStatement - optional; type StatementCaptures the {@code WHERE}, {@code ORDER BY} and {@code LIMIT} clauses of a PQL query. Statements are typically used to retrieve objects of a predefined domain type, which makes SELECT clause unnecessary.
An example query text might be {@code "WHERE status = 'ACTIVE' ORDER BY id LIMIT 30"}.
Statements support bind variables. These are substitutes for literals and can be thought of as input parameters to a PQL query.
An example of such a query might be {@code "WHERE id = :idValue"}.
Statements also support use of the LIKE keyword. This provides wildcard string matching.
An example of such a query might be {@code "WHERE name LIKE '%searchString%'"}.
The value for the variable idValue must then be set with an object of type {@link Value}, e.g., {@link NumberValue}, {@link TextValue} or {@link BooleanValue}.- query - optional; type stringHolds the query in PQL syntax. The syntax is:
[WHERE{[AND | OR] ...}]
[ORDER BY[ASC | DESC]]
[LIMIT {[,] } | { OFFSET }]
:={< | <= | > | >= | = | != }
:={< | <= | > | >= | = | != }
:= IN
:= IS NULL
:= LIKE
:= :
- values - optional, unbounded; type String_ValueMapEntryHolds keys and values for bind variables and their values. The key is the name of the bind variable. The value is the literal value of the variable.
In the example {@code "WHERE status = :bindStatus ORDER BY id LIMIT 30"}, the bind variable, represented by {@code :bindStatus} is named {@code bindStatus}, which would also be the parameter map key. The bind variable's value would be represented by a parameter map value of type {@link TextValue}. The final result, for example, would be an entry of {@code "bindStatus" => StringParam("ACTIVE")}.
This represents an entry in a map with a key of type String and value of type Value.- key - optional; type string
- value - optional; type Value{@code Value} represents a value.
- query - optional; type string
Output:getLineItemCreativeAssociationsByStatementResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type getLineItemCreativeAssociationsByStatementResponse- rval - optional; type LineItemCreativeAssociationPageCaptures a page of {@link LineItemCreativeAssociation} objects.
- totalResultSetSize - optional; type intThe size of the total result set to which this page belongs.
- startIndex - optional; type intThe absolute index in the total result set on which this page begins.
- results - optional, unbounded; type LineItemCreativeAssociationA {@code LineItemCreativeAssociation} associates a {@link Creative} or {@link CreativeSet} with a {@link LineItem} so that the creative can be served in ad units targeted by the line item.
- lineItemId - optional; type longThe ID of the {@link LineItem} to which the {@link Creative} should be associated. This attribute is required.
- creativeId - optional; type longThe ID of the {@link Creative} being associated with a {@link LineItem}.
This attribute is required if this is an association between a line item and a creative.
This attribute is ignored if this is an association between a line item and a creative set.If this is an association between a line item and a creative, when retrieving the line item creative association, the {@link #creativeId} will be the creative's ID.
If this is an association between a line item and a creative set, when retrieving the line item creative association, the {@link #creativeId} will be the ID of the {@link CreativeSet#masterCreativeId master creative}. - creativeSetId - optional; type longThe ID of the {@link CreativeSet} being associated with a {@link LineItem}. This attribute is required if this is an association between a line item and a creative set.
This field will be {@code null} when retrieving associations between line items and creatives not belonging to a set.
- manualCreativeRotationWeight - optional; type doubleThe weight of the {@link Creative}. This value is only used if the line item's {@code creativeRotationType} is set to {@link CreativeRotationType#MANUAL}. This attribute is optional and defaults to 10.
- sequentialCreativeRotationIndex - optional; type intThe sequential rotation index of the {@link Creative}. This value is used only if the associated line item's {@link LineItem#creativeRotationType} is set to {@link CreativeRotationType#SEQUENTIAL}. This attribute is optional and defaults to 1.
- startDateTime - optional; type DateTimeRepresents a date combined with the time of day.
- date - optional; type DateRepresents a date.
- year - optional; type intYear (e.g., 2009)
- month - optional; type intMonth (1..12)
- day - optional; type intDay (1..31)
- year - optional; type int
- hour - optional; type int
- minute - optional; type int
- second - optional; type int
- timeZoneId - optional; type string
Overrides the value set for {@link LineItem#startDateTime}. This value is optional and is only valid for Ad Manager 360 networks. If unset, the {@link LineItem#startDateTime} will be used. - date - optional; type Date
- startDateTimeType - optional; type StartDateTimeType - type string with restriction - enum { 'USE_START_DATE_TIME', 'IMMEDIATELY', 'ONE_HOUR_FROM_NOW', 'UNKNOWN' }Specifies whether to start serving to the {@code LineItemCreativeAssociation} right away, in an hour, etc. This attribute is optional and defaults to {@link StartDateTimeType#USE_START_DATE_TIME}.
- endDateTime - optional; type DateTimeRepresents a date combined with the time of day.
- date - optional; type DateRepresents a date.
- year - optional; type intYear (e.g., 2009)
- month - optional; type intMonth (1..12)
- day - optional; type intDay (1..31)
- year - optional; type int
- hour - optional; type int
- minute - optional; type int
- second - optional; type int
- timeZoneId - optional; type string
Overrides {@link LineItem#endDateTime}. This value is optional and is only valid for Ad Manager 360 networks. If unset, the {@link LineItem#endDateTime} will be used. - date - optional; type Date
- destinationUrl - optional; type stringOverrides the value set for {@link HasDestinationUrlCreative#destinationUrl}. This value is optional and is only valid for Ad Manager 360 networks.
- sizes - optional, unbounded; type SizeOverrides the value set for {@link Creative#size}, which allows the creative to be served to ad units that would otherwise not be compatible for its actual size. This value is optional.Represents the dimensions of an {@link AdUnit}, {@link LineItem} or {@link Creative}.
For interstitial size (out-of-page), native, ignored and fluid size, {@link Size} must be 1x1.
- width - optional; type intThe width of the {@link AdUnit}, {@link LineItem} or {@link Creative}.
- height - optional; type intThe height of the {@link AdUnit}, {@link LineItem} or {@link Creative}.
- isAspectRatio - optional; type booleanWhether this size represents an aspect ratio.
- width - optional; type int
- status - optional; type LineItemCreativeAssociation.Status - type string with restriction - enum { 'ACTIVE', 'INACTIVE', 'UNKNOWN' }The status of the association. This attribute is read-only.
- stats - optional; type LineItemCreativeAssociationStatsContains trafficking statistics for the association. This attribute is readonly and is populated by Google. This will be {@code null} in case there are no statistics for the association yet.Contains statistics such as impressions, clicks delivered and cost for {@link LineItemCreativeAssociation} objects.
- stats - optional; type StatsA {@link Stats} object that holds delivered impressions and clicks statistics.{@code Stats} contains trafficking statistics for {@link LineItem} and {@link LineItemCreativeAssociation} objects
- impressionsDelivered - optional; type longThe number of impressions delivered.
- clicksDelivered - optional; type longThe number of clicks delivered.
- videoCompletionsDelivered - optional; type longThe number of video completions delivered.
- videoStartsDelivered - optional; type longThe number of video starts delivered.
- viewableImpressionsDelivered - optional; type longThe number of viewable impressions delivered.
- impressionsDelivered - optional; type long
- creativeSetStats - optional, unbounded; type Long_StatsMapEntryA map containing {@link Stats} objects for each creative belonging to a creative set, {@code null} for non creative set associations.This represents an entry in a map with a key of type Long and value of type Stats.
- key - optional; type long
- value - optional; type Stats{@code Stats} contains trafficking statistics for {@link LineItem} and {@link LineItemCreativeAssociation} objects
- impressionsDelivered - optional; type longThe number of impressions delivered.
- clicksDelivered - optional; type longThe number of clicks delivered.
- videoCompletionsDelivered - optional; type longThe number of video completions delivered.
- videoStartsDelivered - optional; type longThe number of video starts delivered.
- viewableImpressionsDelivered - optional; type longThe number of viewable impressions delivered.
- impressionsDelivered - optional; type long
- stats - optional; type Stats
- lastModifiedDateTime - optional; type DateTimeRepresents a date combined with the time of day.
- date - optional; type DateRepresents a date.
- year - optional; type intYear (e.g., 2009)
- month - optional; type intMonth (1..12)
- day - optional; type intDay (1..31)
- year - optional; type int
- hour - optional; type int
- minute - optional; type int
- second - optional; type int
- timeZoneId - optional; type string
The date and time this association was last modified. - date - optional; type Date
- targetingName - optional; type stringSpecifies {@link CreativeTargeting} for this line item creative association.
This attribute is optional. It should match the creative targeting specified on the corresponding {@link CreativePlaceholder} in the {@link LineItem} that is being associated with the {@link Creative}.
The collection of line item creative associations contained within this page. - lineItemId - optional; type long
- totalResultSetSize - optional; type int
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - filterStatement - optional; type Statement
- getPreviewUrlDescription:Returns an insite preview URL that references the specified site URL with the specified creative from the association served to it. For Creative Set previewing you may specify the master creative Id.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:getPreviewUrlRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type getPreviewUrlReturns an insite preview URL that references the specified site URL with the specified creative from the association served to it. For Creative Set previewing you may specify the master creative Id.
- lineItemId - optional; type long
- creativeId - optional; type long
- siteUrl - optional; type string
Output:getPreviewUrlResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type getPreviewUrlResponse- rval - optional; type string
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - getPreviewUrlsForNativeStylesDescription:Returns a list of URLs that reference the specified site URL with the specified creative from the association served to it. For Creative Set previewing you may specify the master creative Id. Each URL corresponds to one available native style for previewing the specified creative.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:getPreviewUrlsForNativeStylesRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type getPreviewUrlsForNativeStylesReturns a list of URLs that reference the specified site URL with the specified creative from the association served to it. For Creative Set previewing you may specify the master creative Id. Each URL corresponds to one available native style for previewing the specified creative.
- lineItemId - optional; type long
- creativeId - optional; type long
- siteUrl - optional; type string
Output:getPreviewUrlsForNativeStylesResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type getPreviewUrlsForNativeStylesResponse- rval - optional, unbounded; type CreativeNativeStylePreviewRepresents the {@link NativeStyle} of a {@link Creative} and its corresponding preview URL.
- nativeStyleId - optional; type longThe id of the {@link NativeStyle}.
- previewUrl - optional; type stringThe URL for previewing this creative using this particular {@link NativeStyle}
- nativeStyleId - optional; type long
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - performLineItemCreativeAssociationActionDescription:Performs actions on {@link LineItemCreativeAssociation} objects that match the given {@link Statement#query}.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:performLineItemCreativeAssociationActionRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type performLineItemCreativeAssociationActionPerforms actions on {@link LineItemCreativeAssociation} objects that match the given {@link Statement#query}.
- lineItemCreativeAssociationAction - optional; type LineItemCreativeAssociationActionRepresents the actions that can be performed on {@link LineItemCreativeAssociation} objects.
- filterStatement - optional; type StatementCaptures the {@code WHERE}, {@code ORDER BY} and {@code LIMIT} clauses of a PQL query. Statements are typically used to retrieve objects of a predefined domain type, which makes SELECT clause unnecessary.
An example query text might be {@code "WHERE status = 'ACTIVE' ORDER BY id LIMIT 30"}.
Statements support bind variables. These are substitutes for literals and can be thought of as input parameters to a PQL query.
An example of such a query might be {@code "WHERE id = :idValue"}.
Statements also support use of the LIKE keyword. This provides wildcard string matching.
An example of such a query might be {@code "WHERE name LIKE '%searchString%'"}.
The value for the variable idValue must then be set with an object of type {@link Value}, e.g., {@link NumberValue}, {@link TextValue} or {@link BooleanValue}.- query - optional; type stringHolds the query in PQL syntax. The syntax is:
[WHERE{[AND | OR] ...}]
[ORDER BY[ASC | DESC]]
[LIMIT {[,] } | { OFFSET }]
:={< | <= | > | >= | = | != }
:={< | <= | > | >= | = | != }
:= IN
:= IS NULL
:= LIKE
:= :
- values - optional, unbounded; type String_ValueMapEntryHolds keys and values for bind variables and their values. The key is the name of the bind variable. The value is the literal value of the variable.
In the example {@code "WHERE status = :bindStatus ORDER BY id LIMIT 30"}, the bind variable, represented by {@code :bindStatus} is named {@code bindStatus}, which would also be the parameter map key. The bind variable's value would be represented by a parameter map value of type {@link TextValue}. The final result, for example, would be an entry of {@code "bindStatus" => StringParam("ACTIVE")}.
This represents an entry in a map with a key of type String and value of type Value.- key - optional; type string
- value - optional; type Value{@code Value} represents a value.
- query - optional; type string
Output:performLineItemCreativeAssociationActionResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type performLineItemCreativeAssociationActionResponse- rval - optional; type UpdateResultRepresents the result of performing an action on objects.
- numChanges - optional; type intThe number of objects that were changed as a result of performing the action.
- numChanges - optional; type int
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - lineItemCreativeAssociationAction - optional; type LineItemCreativeAssociationAction
- updateLineItemCreativeAssociationsDescription:Updates the specified {@link LineItemCreativeAssociation} objectsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:updateLineItemCreativeAssociationsRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type updateLineItemCreativeAssociationsUpdates the specified {@link LineItemCreativeAssociation} objects
- lineItemCreativeAssociations - optional, unbounded; type LineItemCreativeAssociationA {@code LineItemCreativeAssociation} associates a {@link Creative} or {@link CreativeSet} with a {@link LineItem} so that the creative can be served in ad units targeted by the line item.
- lineItemId - optional; type longThe ID of the {@link LineItem} to which the {@link Creative} should be associated. This attribute is required.
- creativeId - optional; type longThe ID of the {@link Creative} being associated with a {@link LineItem}.
This attribute is required if this is an association between a line item and a creative.
This attribute is ignored if this is an association between a line item and a creative set.If this is an association between a line item and a creative, when retrieving the line item creative association, the {@link #creativeId} will be the creative's ID.
If this is an association between a line item and a creative set, when retrieving the line item creative association, the {@link #creativeId} will be the ID of the {@link CreativeSet#masterCreativeId master creative}. - creativeSetId - optional; type longThe ID of the {@link CreativeSet} being associated with a {@link LineItem}. This attribute is required if this is an association between a line item and a creative set.
This field will be {@code null} when retrieving associations between line items and creatives not belonging to a set.
- manualCreativeRotationWeight - optional; type doubleThe weight of the {@link Creative}. This value is only used if the line item's {@code creativeRotationType} is set to {@link CreativeRotationType#MANUAL}. This attribute is optional and defaults to 10.
- sequentialCreativeRotationIndex - optional; type intThe sequential rotation index of the {@link Creative}. This value is used only if the associated line item's {@link LineItem#creativeRotationType} is set to {@link CreativeRotationType#SEQUENTIAL}. This attribute is optional and defaults to 1.
- startDateTime - optional; type DateTimeRepresents a date combined with the time of day.
- date - optional; type DateRepresents a date.
- year - optional; type intYear (e.g., 2009)
- month - optional; type intMonth (1..12)
- day - optional; type intDay (1..31)
- year - optional; type int
- hour - optional; type int
- minute - optional; type int
- second - optional; type int
- timeZoneId - optional; type string
Overrides the value set for {@link LineItem#startDateTime}. This value is optional and is only valid for Ad Manager 360 networks. If unset, the {@link LineItem#startDateTime} will be used. - date - optional; type Date
- startDateTimeType - optional; type StartDateTimeType - type string with restriction - enum { 'USE_START_DATE_TIME', 'IMMEDIATELY', 'ONE_HOUR_FROM_NOW', 'UNKNOWN' }Specifies whether to start serving to the {@code LineItemCreativeAssociation} right away, in an hour, etc. This attribute is optional and defaults to {@link StartDateTimeType#USE_START_DATE_TIME}.
- endDateTime - optional; type DateTimeRepresents a date combined with the time of day.
- date - optional; type DateRepresents a date.
- year - optional; type intYear (e.g., 2009)
- month - optional; type intMonth (1..12)
- day - optional; type intDay (1..31)
- year - optional; type int
- hour - optional; type int
- minute - optional; type int
- second - optional; type int
- timeZoneId - optional; type string
Overrides {@link LineItem#endDateTime}. This value is optional and is only valid for Ad Manager 360 networks. If unset, the {@link LineItem#endDateTime} will be used. - date - optional; type Date
- destinationUrl - optional; type stringOverrides the value set for {@link HasDestinationUrlCreative#destinationUrl}. This value is optional and is only valid for Ad Manager 360 networks.
- sizes - optional, unbounded; type SizeOverrides the value set for {@link Creative#size}, which allows the creative to be served to ad units that would otherwise not be compatible for its actual size. This value is optional.Represents the dimensions of an {@link AdUnit}, {@link LineItem} or {@link Creative}.
For interstitial size (out-of-page), native, ignored and fluid size, {@link Size} must be 1x1.
- width - optional; type intThe width of the {@link AdUnit}, {@link LineItem} or {@link Creative}.
- height - optional; type intThe height of the {@link AdUnit}, {@link LineItem} or {@link Creative}.
- isAspectRatio - optional; type booleanWhether this size represents an aspect ratio.
- width - optional; type int
- status - optional; type LineItemCreativeAssociation.Status - type string with restriction - enum { 'ACTIVE', 'INACTIVE', 'UNKNOWN' }The status of the association. This attribute is read-only.
- stats - optional; type LineItemCreativeAssociationStatsContains trafficking statistics for the association. This attribute is readonly and is populated by Google. This will be {@code null} in case there are no statistics for the association yet.Contains statistics such as impressions, clicks delivered and cost for {@link LineItemCreativeAssociation} objects.
- stats - optional; type StatsA {@link Stats} object that holds delivered impressions and clicks statistics.{@code Stats} contains trafficking statistics for {@link LineItem} and {@link LineItemCreativeAssociation} objects
- impressionsDelivered - optional; type longThe number of impressions delivered.
- clicksDelivered - optional; type longThe number of clicks delivered.
- videoCompletionsDelivered - optional; type longThe number of video completions delivered.
- videoStartsDelivered - optional; type longThe number of video starts delivered.
- viewableImpressionsDelivered - optional; type longThe number of viewable impressions delivered.
- impressionsDelivered - optional; type long
- creativeSetStats - optional, unbounded; type Long_StatsMapEntryA map containing {@link Stats} objects for each creative belonging to a creative set, {@code null} for non creative set associations.This represents an entry in a map with a key of type Long and value of type Stats.
- key - optional; type long
- value - optional; type Stats{@code Stats} contains trafficking statistics for {@link LineItem} and {@link LineItemCreativeAssociation} objects
- impressionsDelivered - optional; type longThe number of impressions delivered.
- clicksDelivered - optional; type longThe number of clicks delivered.
- videoCompletionsDelivered - optional; type longThe number of video completions delivered.
- videoStartsDelivered - optional; type longThe number of video starts delivered.
- viewableImpressionsDelivered - optional; type longThe number of viewable impressions delivered.
- impressionsDelivered - optional; type long
- stats - optional; type Stats
- lastModifiedDateTime - optional; type DateTimeRepresents a date combined with the time of day.
- date - optional; type DateRepresents a date.
- year - optional; type intYear (e.g., 2009)
- month - optional; type intMonth (1..12)
- day - optional; type intDay (1..31)
- year - optional; type int
- hour - optional; type int
- minute - optional; type int
- second - optional; type int
- timeZoneId - optional; type string
The date and time this association was last modified. - date - optional; type Date
- targetingName - optional; type stringSpecifies {@link CreativeTargeting} for this line item creative association.
This attribute is optional. It should match the creative targeting specified on the corresponding {@link CreativePlaceholder} in the {@link LineItem} that is being associated with the {@link Creative}.
- lineItemId - optional; type long
Output:updateLineItemCreativeAssociationsResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type updateLineItemCreativeAssociationsResponse- rval - optional, unbounded; type LineItemCreativeAssociationA {@code LineItemCreativeAssociation} associates a {@link Creative} or {@link CreativeSet} with a {@link LineItem} so that the creative can be served in ad units targeted by the line item.
- lineItemId - optional; type longThe ID of the {@link LineItem} to which the {@link Creative} should be associated. This attribute is required.
- creativeId - optional; type longThe ID of the {@link Creative} being associated with a {@link LineItem}.
This attribute is required if this is an association between a line item and a creative.
This attribute is ignored if this is an association between a line item and a creative set.If this is an association between a line item and a creative, when retrieving the line item creative association, the {@link #creativeId} will be the creative's ID.
If this is an association between a line item and a creative set, when retrieving the line item creative association, the {@link #creativeId} will be the ID of the {@link CreativeSet#masterCreativeId master creative}. - creativeSetId - optional; type longThe ID of the {@link CreativeSet} being associated with a {@link LineItem}. This attribute is required if this is an association between a line item and a creative set.
This field will be {@code null} when retrieving associations between line items and creatives not belonging to a set.
- manualCreativeRotationWeight - optional; type doubleThe weight of the {@link Creative}. This value is only used if the line item's {@code creativeRotationType} is set to {@link CreativeRotationType#MANUAL}. This attribute is optional and defaults to 10.
- sequentialCreativeRotationIndex - optional; type intThe sequential rotation index of the {@link Creative}. This value is used only if the associated line item's {@link LineItem#creativeRotationType} is set to {@link CreativeRotationType#SEQUENTIAL}. This attribute is optional and defaults to 1.
- startDateTime - optional; type DateTimeRepresents a date combined with the time of day.
- date - optional; type DateRepresents a date.
- year - optional; type intYear (e.g., 2009)
- month - optional; type intMonth (1..12)
- day - optional; type intDay (1..31)
- year - optional; type int
- hour - optional; type int
- minute - optional; type int
- second - optional; type int
- timeZoneId - optional; type string
Overrides the value set for {@link LineItem#startDateTime}. This value is optional and is only valid for Ad Manager 360 networks. If unset, the {@link LineItem#startDateTime} will be used. - date - optional; type Date
- startDateTimeType - optional; type StartDateTimeType - type string with restriction - enum { 'USE_START_DATE_TIME', 'IMMEDIATELY', 'ONE_HOUR_FROM_NOW', 'UNKNOWN' }Specifies whether to start serving to the {@code LineItemCreativeAssociation} right away, in an hour, etc. This attribute is optional and defaults to {@link StartDateTimeType#USE_START_DATE_TIME}.
- endDateTime - optional; type DateTimeRepresents a date combined with the time of day.
- date - optional; type DateRepresents a date.
- year - optional; type intYear (e.g., 2009)
- month - optional; type intMonth (1..12)
- day - optional; type intDay (1..31)
- year - optional; type int
- hour - optional; type int
- minute - optional; type int
- second - optional; type int
- timeZoneId - optional; type string
Overrides {@link LineItem#endDateTime}. This value is optional and is only valid for Ad Manager 360 networks. If unset, the {@link LineItem#endDateTime} will be used. - date - optional; type Date
- destinationUrl - optional; type stringOverrides the value set for {@link HasDestinationUrlCreative#destinationUrl}. This value is optional and is only valid for Ad Manager 360 networks.
- sizes - optional, unbounded; type SizeOverrides the value set for {@link Creative#size}, which allows the creative to be served to ad units that would otherwise not be compatible for its actual size. This value is optional.Represents the dimensions of an {@link AdUnit}, {@link LineItem} or {@link Creative}.
For interstitial size (out-of-page), native, ignored and fluid size, {@link Size} must be 1x1.
- width - optional; type intThe width of the {@link AdUnit}, {@link LineItem} or {@link Creative}.
- height - optional; type intThe height of the {@link AdUnit}, {@link LineItem} or {@link Creative}.
- isAspectRatio - optional; type booleanWhether this size represents an aspect ratio.
- width - optional; type int
- status - optional; type LineItemCreativeAssociation.Status - type string with restriction - enum { 'ACTIVE', 'INACTIVE', 'UNKNOWN' }The status of the association. This attribute is read-only.
- stats - optional; type LineItemCreativeAssociationStatsContains trafficking statistics for the association. This attribute is readonly and is populated by Google. This will be {@code null} in case there are no statistics for the association yet.Contains statistics such as impressions, clicks delivered and cost for {@link LineItemCreativeAssociation} objects.
- stats - optional; type StatsA {@link Stats} object that holds delivered impressions and clicks statistics.{@code Stats} contains trafficking statistics for {@link LineItem} and {@link LineItemCreativeAssociation} objects
- impressionsDelivered - optional; type longThe number of impressions delivered.
- clicksDelivered - optional; type longThe number of clicks delivered.
- videoCompletionsDelivered - optional; type longThe number of video completions delivered.
- videoStartsDelivered - optional; type longThe number of video starts delivered.
- viewableImpressionsDelivered - optional; type longThe number of viewable impressions delivered.
- impressionsDelivered - optional; type long
- creativeSetStats - optional, unbounded; type Long_StatsMapEntryA map containing {@link Stats} objects for each creative belonging to a creative set, {@code null} for non creative set associations.This represents an entry in a map with a key of type Long and value of type Stats.
- key - optional; type long
- value - optional; type Stats{@code Stats} contains trafficking statistics for {@link LineItem} and {@link LineItemCreativeAssociation} objects
- impressionsDelivered - optional; type longThe number of impressions delivered.
- clicksDelivered - optional; type longThe number of clicks delivered.
- videoCompletionsDelivered - optional; type longThe number of video completions delivered.
- videoStartsDelivered - optional; type longThe number of video starts delivered.
- viewableImpressionsDelivered - optional; type longThe number of viewable impressions delivered.
- impressionsDelivered - optional; type long
- stats - optional; type Stats
- lastModifiedDateTime - optional; type DateTimeRepresents a date combined with the time of day.
- date - optional; type DateRepresents a date.
- year - optional; type intYear (e.g., 2009)
- month - optional; type intMonth (1..12)
- day - optional; type intDay (1..31)
- year - optional; type int
- hour - optional; type int
- minute - optional; type int
- second - optional; type int
- timeZoneId - optional; type string
The date and time this association was last modified. - date - optional; type Date
- targetingName - optional; type stringSpecifies {@link CreativeTargeting} for this line item creative association.
This attribute is optional. It should match the creative targeting specified on the corresponding {@link CreativePlaceholder} in the {@link LineItem} that is being associated with the {@link Creative}.
- lineItemId - optional; type long
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - lineItemCreativeAssociations - optional, unbounded; type LineItemCreativeAssociation
Port type LineItemCreativeAssociationServiceInterfaceSource code
WSDL source code
About wsdl-viewer.xsl
Author: tomi vanek
Download athttp://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT