Campaign performance report. Filter by performance comparison for different dates.
24 views
Skip to first unread message
Александр Великий
unread,
Nov 10, 2016, 7:29:34 AM11/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hello,
I'm trying to get a report of Campaigns with cost two days bofore larger then one day before (yesterday). It there a way to do it via AWQL query or I will need to run two queries and then filter them on my side?
Shwetha Vastrad (AdWords API Team)
unread,
Nov 10, 2016, 1:11:38 PM11/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Alex,
You can include the "Date" field in the AWQL query to segment the report data by date and specify the DateRange during which you want to get data. This way you'll be able to get the statistics segmented for each date in a single report.
Regards,
Shwetha, AdWords API Team.
Александр Великий
unread,
Nov 16, 2016, 4:19:36 AM11/16/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Thank you,
But is there a way to filter it that way I specified?
Shwetha Vastrad (AdWords API Team)
unread,
Nov 16, 2016, 11:57:29 AM11/16/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Alex,
I'm afraid filtering results that way is not possible. You can specify a particular value to filter for rows based on cost but you can't add a filter to get campaigns where cost for two days before is larger that the cost of the previous day.