Created
February 8, 2013 15:43
-
-
Save TioBorracho/4739808 to your computer and use it in GitHub Desktop.
XML para reporting de criteria (la idea es obtener las negatives)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<reportDefinition> | |
<selector> | |
<fields>CampaignId</fields> | |
<fields>CampaignName</fields> | |
<fields>Criteria</fields> | |
<fields>CriteriaType</fields> | |
<fields>ExternalCustomerId</fields> | |
<fields>Id</fields> | |
<fields>IsNegative</fields> | |
<fields>Status</fields> | |
</selector> | |
<reportName>Custom CAMPAIGN_PERFORMANCE_REPORT for testing</reportName> | |
<reportType>CRITERIA_PERFORMANCE_REPORT</reportType> | |
<dateRangeType>LAST_7_DAYS</dateRangeType> | |
<downloadFormat>GZIPPED_CSV</downloadFormat> | |
<includeZeroImpressions>true</includeZeroImpressions> | |
</reportDefinition> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment