Did you figure this out? This is exactly what I'm trying to do. On Tuesday, March 19, 2019 at 2:22:53 AM UTC-4, Ananth Sakthivel wrote: > > Hi Team, > > I want to get all the details about the selected campaign. I am querying > like below, > > SELECT campaign.name, campaign.id,campaign.status, campaign.start_date, >> campaign.end_date,campaign.campaign_budget >> ,campaign.serving_status,campaign.status,campaign.advertising_channel_type, >> metrics.impressions, >> metrics.clicks,metrics.ctr,metrics.average_cpc,metrics.all_conversions,metrics.cost_micros >> >> FROM campaign where campaign.id = xxxxxxxx >> > > > *I can't get the campaign budget amount using the above query. the query > will return the Budget amount value as "Budget resource name". how do I get > the Budget Amount and all the Possible properties values of the selected > campaign?* > >
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/59058172-8b1d-4748-ae83-00006e656939o%40googlegroups.com.
