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]. 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/28b39465-0123-4499-a476-747b608264c1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
