Data Studio:

24 views
Skip to first unread message

Kudzai Nyajeka

unread,
Mar 29, 2017, 12:00:35 PM3/29/17
to AdWords API Forum

Hi guys

Just starting to use data studio to do my reports. I am still trying to build up a reporting template.

I want to give a report on a single campaign in my account. Is it possible to have data for an individual campaign within my account?

Kindly assist.

Regards
data studio.png

Vishal Vinayak (Adwords API Team)

unread,
Mar 29, 2017, 4:18:56 PM3/29/17
to AdWords API Forum
Hi,

You can use predicates to filter data for a certain value of the report field. Predicates work very much like filters in the AdWords web interface. Your SOAP XML report definition would contain the following snippet once a predicate has been successfully applied:

<predicates>
    <field>CampaignId</field>
    <operator>EQUALS</operator>
    <values>12345678</values>
</predicates>

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