With some support in the private thread, we were able to resolve this.

To get complete data one would need to run two queries:

1. To get all the UAC campaign data: `Select CampaignId, CampaignName, 
Clicks, Impressions, Cost FROM CAMPAIGN_PERFORMANCE_REPORT where 
AdvertisingChannelType = MULTI_CHANNEL and AdvertisingChannelSubType = 
UNIVERSAL_APP_CAMPAIGN DURING YESTERDAY`
2. To get data for all other campaigns: `SELECT CampaignId, CampaignName, 
Impressions, Clicks, Cost FROM ADGROUP_PERFORMANCE_REPORT DURING YESTERDAY`

Reason being UAC campaign's data is not available in 
ADGROUP_PERFORMANCE_REPORT which is cause each campaign of type UAC is 
considered a separate AdGroup in itself.

As for a feedback to AdWords API team, I would suggest adding UAC campaigns 
data in the ADGROUP_PERFORMANCE_REPORT as well. The column values for 
AdGroup could be substituted with campaign name itself.

Thanks for all the support.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
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/24f28c67-f81b-4141-bc9a-2b5adc12b1b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to