type LineItemCreativeAssociationPage (v202408)
Service
LineItemCreativeAssociation...
Captures a page of LineItemCreativeAssociation objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
totalResultSetSize
|
xsd:int
The size of the total result set to which this page belongs.
|
startIndex
|
xsd:int
The absolute index in the total result set on which this page begins.
|
results
|
LineItemCreativeAssociation[]
The collection of line item creative associations contained within this
page.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["The LineItemCreativeAssociationService retrieves line item creative associations, providing details about their relationships within Google Ad Manager."],["It uses pagination to handle large result sets, indicating the total size, starting position, and the current page's associations."],["Results include a collection of LineItemCreativeAssociation objects, each representing a specific association between a line item and a creative."],["Developers can use the getLineItemCreativeAssociationsByStatement method to query and retrieve these associations."]]],["The core content details a service for managing `LineItemCreativeAssociation` objects. It describes retrieving a page of these associations via `getLineItemCreativeAssociationsByStatement`. This page includes `totalResultSetSize`, indicating the overall size of the result set, `startIndex`, specifying the page's starting position, and `results`, an array of the `LineItemCreativeAssociation` objects on that specific page. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]