Avoid the download of 'removed' keywords from Keyword Performance Report

4 views
Skip to first unread message

Pippo

unread,
Jan 13, 2017, 7:12:27 AM1/13/17
to AdWords API Forum
Is there a sort of filter for the Keyword Performance Report such that the only downloaded keywords are the ones with Status 'enabled' or 'paused'?
I'm not interested to download 'removed' keywords info, and it can happen that the number of 'removed' keywords is huge w.r.t. the others, and the report processing can be very slow.
Thanks!

Shwetha Vastrad (AdWords API Team)

unread,
Jan 13, 2017, 12:26:18 PM1/13/17
to AdWords API Forum
Hi,

You can use the below predicate in the report definition to include only those keywords which are "Enabled" or "Paused" in the downloaded Keywords Performance Report.

<predicates>
    <field>Status</field>
    <operator>IN</operator>
    <values>ENABLED</values>
    <values>PAUSED</values>
</predicates>

Regards,
Shwetha, AdWords API Team.
Reply all
Reply to author
Forward
0 new messages