Wednesday, 30 March 2016

Re: Report from UI different than API download

Hi,

Thanks for the quick reply. I tracked the difference down to a Display Keyword campaign. I realized the UI does not include this but KEYWORDS_PERFORMANCE_REPORT includes this Display Keyword Campaign. Is this correct? Thanks.

On Wednesday, March 30, 2016 at 1:08:59 PM UTC-4, adkcos...@gmail.com wrote:


Hi,

I am trying to map a report from the UI to the API. Here is the report options I am using:



I created this RD XML based on the report:

<reportDefinition xmlns=\"https://adwords.google.com/api/adwords/reportdownload/v201603/reportDefinition.xsd\">
    <selector>
        <fields>Date</fields>
        <fields>AdNetworkType2</fields>
        <fields>Device</fields>
        <fields>KeywordMatchType</fields>
        <fields>Status</fields>
        <fields>Impressions</fields>
        <fields>Clicks</fields>
        <fields>Cost</fields>
        <fields>AveragePosition</fields>
        <predicates>
            <field>IsNegative</field>
            <operator>IN</operator>
            <values>TRUE</values>
            <values>FALSE</values>
        </predicates>
        <predicates>
            <field>Impressions</field>
            <operator>GREATER_THAN_EQUALS</operator>
            <values>1</values>
        </predicates>
        <dateRange>
            <min>20160329</min>
            <max>20160329</max>
        </dateRange>
    </selector>
    <reportName>Report</reportName>
    <reportType>KEYWORDS_PERFORMANCE_REPORT</reportType>
    <dateRangeType>CUSTOM_DATE</dateRangeType>
    <downloadFormat>CSV</downloadFormat>
</reportDefinition>

However, the total for the date 03-29-2016 and a few other dates I've tried appear to be different. The number of rows are different as well (please see attachment). Is there anything I am missing?

Thanks for the help.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/8e11feb5-1cac-41ca-b2d5-4ea22e9e0a0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment