Hi Team, 1.I wanted to know how to get the Daily Budget of a Campaign if its in a Shared Budget Configuration. 2.As per example in google Doc Shared Budget <https://support.google.com/google-ads/answer/2375454?hl=en>. When we configure a Budget in Shared Budget then it is evenly distributed among all the Campaign inside it by default. : Is this understanding correct? 3. When we use Reporting API in Adwords API , then in that there is a field "Amount" ,does this also return the Amount (Avg Daily Budget) for a campaign in which individual Budget is not set instead Shared Budget is configured ? below is the Query. ReportQuery query = new ReportQuery.Builder() .fields( "CampaignId", "AdGroupId", "Id", * "Amount",* "Impressions", "Clicks", "Cost") .from(ReportDefinitionReportType.CAMPAIGN_PERFORMANCE_REPORT) .where("Status").in("ENABLED", "PAUSED") .during(ReportDefinitionDateRangeType.LAST_7_DAYS) .build(); Regards, Anurag Sinha
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/0fb1d67e-6322-4a05-a223-dfbc2495bd9fn%40googlegroups.com.
