type CreativeTemplatePage (v202405)
Service
CreativeTemplateService
Captures a page of CreativeTemplate 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
|
CreativeTemplate[]
The collection of creative templates 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."],[[["CreativeTemplateService allows access to CreativeTemplate objects via the getCreativeTemplatesByStatement method."],["CreativeTemplatePage objects represent a page of CreativeTemplate objects, providing information about the total result set, starting index, and the specific creative templates included on that page."],["The CreativeTemplatePage object is defined within the `https://www.google.com/apis/ads/publisher/v202405` namespace."]]],["The `CreativeTemplateService` provides the functionality to retrieve `CreativeTemplate` objects. The core action is `getCreativeTemplatesByStatement`, which fetches a `CreativeTemplatePage`. This page contains three key pieces of information: `totalResultSetSize`, which indicates the total number of results; `startIndex`, denoting the starting index of the current page within the total results; and `results`, an array holding the actual `CreativeTemplate` objects retrieved. The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202405`.\n"]]