type LineItemCreativeAssociationPage (v202405)
Service
LineItemCreativeAssociation...
Captures a page of LineItemCreativeAssociation objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The LineItemCreativeAssociationService retrieves and manages associations between line items and creatives in Google Ad Manager."],["This service allows for the retrieval of LineItemCreativeAssociation objects, which represent these associations, in pages."],["Each page includes information such as the total result set size, the starting index of the page, and the actual associations (LineItemCreativeAssociation objects) within that page."],["This service primarily uses the `getLineItemCreativeAssociationsByStatement` method for querying and fetching the relevant data."]]],["The content describes the `LineItemCreativeAssociationPage`, which retrieves a set of `LineItemCreativeAssociation` objects. It uses the `getLineItemCreativeAssociationsByStatement` method. Key information includes `totalResultSetSize` which represents the total count, `startIndex` indicating the page's starting point, and `results` which holds an array of the actual `LineItemCreativeAssociation` data for that specific page. The namespace for this service is also mentioned.\n"]]