ChangeEntityReportFilter Value Set
Defines the types of entities by which you can filter the report data. These values are also used as column values in the ItemChanged column of the campaign change history report.
<xs:simpleType name="ChangeEntityReportFilter"> <xs:list> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Account" /> <xs:enumeration value="Campaign" /> <xs:enumeration value="AdGroup"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Ad"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Keyword"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:list> </xs:simpleType>
Values
Value | Description |
|---|---|
Account | The report will include data for accounts that have been added or deleted, or that have had account elements updated. |
Ad | The report will include data for ads that have been added or deleted, or that have had ad elements updated. |
AdGroup | The report will include data for ad groups that have been added or deleted, or that have had ad group elements updated. |
Campaign | The report will include data for campaigns that have been added or deleted, or that have had campaign elements updated. |
Keyword | The report will include data for keywords that have been added or deleted, or that have had keyword elements updated. |