AdDynamicTextPerformanceReportRequest Data Object
Defines an ad dynamic text performance report request that aggregates the performance data by ad for a specified time period. The data is broken out by ad title and destination URL. If you used parameter substitution strings in the ad title, you can use this report to identify the dynamic text strings that are performing well based on metrics (such as clicks, conversions, and spend), as well as those that you should consider changing.
<xs:complexType name="AdDynamicTextPerformanceReportRequest"> <xs:complexContent mixed="false"> <xs:extension base="tns:ReportRequest"> <xs:sequence> <xs:element name="Aggregation" type="tns:NonHourlyReportAggregation" /> <xs:element name="Columns" nillable="true" type="tns:ArrayOfAdDynamicTextPerformanceReportColumn" /> <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:AdDynamicTextPerformanceReportFilter" /> <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope" /> <xs:element name="Time" nillable="true" type="tns:ReportTime" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Elements
Element | Description | Data Type | Required/Optional |
|---|---|---|---|
Aggregation | The type of aggregation to use for the report data. For example, you can aggregate the report data by day or month, or request a summary report. The Time element specifies the time period to use for the aggregation. For a list of aggregation types, see Aggregation and Time Periods. | Required | |
Columns | The list of columns to include in the report. The report will include the columns in the order that you specify them. | Required | |
Filter | The filter information to use to filter the report data. | Optional | |
Scope | The scope of the report. Use this element to limit the report to include data for a combination of accounts, ad groups, and campaigns. | Required | |
Time | The time period to use for the report. You can specify a custom date range or select a predefined date range (for example, Today, ThisWeek, or LastMonth). For a list of the time periods that you can specify for each aggregation type, see Aggregation and Time Periods. | Required |
The AdDynanmicTextPerformanceReportRequest object derives from the ReportRequest object. For a list of additional elements that you can specify, see the ReportRequest object.
Business Rules
Aggregation and Time Periods
The following are the time periods that you can specify for each aggregation value.
Aggregation Value | Time Periods |
|---|---|
Daily |
|
Monthly |
|
Summary |
|
Weekly |
|
Yearly |
|
To request a report of this type, pass this object to the SubmitGenerateReport operation.