Hi Team,

We are pulling the App Campaign data using the below query for Campaign 
Level.

'{"query":"SELECT 
campaign.status,customer.id,customer.descriptive_name,metrics.clicks,metrics.cost_micros,campaign.name,campaign.id,metrics.impressions,customer.account_type,segments.date,customer.engine_id,campaign.engine_id
            FROM campaign
            WHERE segments.date BETWEEN '+"'"+ [StartDate] +  "' AND '" + 
[EndDate]+"'"+'"}'

*Is there any way we can pull App Campaigns data at Adgroup Level ?*

When I run the Adgroup level query (Refer Below), It doesn't pull App 
Campaigns Data.


'{"query":"SELECT 
ad_group.name,ad_group.status,customer.id,customer.descriptive_name,metrics.clicks,metrics.cost_micros,campaign.name,campaign.id,ad_group.id,metrics.impressions,customer.account_type,segments.date,customer.engine_id,ad_group.engine_id,campaign.engine_id
            FROM ad_group
            WHERE segments.date BETWEEN '+"'"+ [StartDate] +  "' AND '" + 
[EndDate]+"'"+'"}'


Can you please help ?

Regards,
Saif Khan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/adwords-api/664214bd-f007-41ad-8ec3-b2a58dbc7259n%40googlegroups.com.

Reply via email to