[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe LineItemCreativeAssociationService retrieves line item creative associations, providing details about their relationships within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eIt uses pagination to handle large result sets, indicating the total size, starting position, and the current page's associations.\u003c/p\u003e\n"],["\u003cp\u003eResults include a collection of LineItemCreativeAssociation objects, each representing a specific association between a line item and a creative.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the getLineItemCreativeAssociationsByStatement method to query and retrieve these associations.\u003c/p\u003e\n"]]],["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"],null,["# type LineItemCreativeAssociationPage (v202408)\n\n**Service** \n**LineItemCreativeAssociation...** **Dependencies** \n[getLineItemCreativeAssociat...](/ad-manager/api/reference/v202408/LineItemCreativeAssociationService#getLineItemCreativeAssociationsByStatement \"getLineItemCreativeAssociationsByStatement()\") \n▼\n**LineItemCreativeAssociation...**\n\nCaptures a page of [LineItemCreativeAssociation](/ad-manager/api/reference/v202408/LineItemCreativeAssociationService.LineItemCreativeAssociation) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` The size of the total result set to which this page belongs. |\n| ### `startIndex` | ` `xsd:`int` The absolute index in the total result set on which this page begins. |\n| ### `results` | ` `[LineItemCreativeAssociation](/ad-manager/api/reference/v202408/LineItemCreativeAssociationService.LineItemCreativeAssociation)`[]` The collection of line item creative associations contained within this page. |"]]