Campaign Costs

2012-03-23 Thread Gareth Whittaker
Having used ServicedAccountService to get all the client accounts/MCC's I manage, how do I then specify which account I want to use CampaignService on? Originally, I just tried using the CampaignService on it's own to bring back all campaigns, but this came back with No campaigns were found, so

Re: Campaign Costs

2012-03-23 Thread Ewan Heming
You should just need to set the clientId property of the user to the customer id you obtained from the ServicedAccountService: $customerId = "1234512345"; $user->SetClientId($customerId); Then the campaigns for that account will be returned. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How to get all campaign costs?

2020-09-02 Thread Рабочая почта
Hello, iam new with this API. Problem: I need to get cost of each campaigns i have(for specific data range) as *array*. First question: I can get this data only via ReportDownloader? And only as string or file? Second question: How can i add some cost to my testAccounts(without put some real mone

RE: How to get all campaign costs?

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hello, Here is a list of all supported report formats. You can also stream your data results. Here is an example on how to do so using Java. This is details on how to report using a test account. Cheers, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q23wYXH:ref

Getting report data on actually charged campaign costs

2014-12-26 Thread Nikita Mendelbaum
Is there a way to fetch with report downloader the data of the actual costs that I was charged for active campaign per day? I mean the information that is available in user interface of Google Ads on Billing page. To be clear: the problem is some of my campaigns created with API are exceeding th

Re: Getting report data on actually charged campaign costs

2014-12-26 Thread Danial Klimkin
Hello Nikita, You need to use the reporting API, "Cost" field: https://developers.google.com/adwords/api/docs/guides/reporting -Danial, AdWords API Team. On Friday, December 26, 2014 9:45:55 AM UTC+3, Nikita Mendelbaum wrote: > > Is there a way to fetch with report downloader the data of t

Re: Getting report data on actually charged campaign costs

2014-12-29 Thread Nikita Mendelbaum
Which report type can fetch the billing information? It seems like all the reports are only receiving costs that google spent, but not that google charged user. пятница, 26 декабря 2014 г., 16:21:20 UTC+6 пользователь Danial Klimkin написал: > > Hello Nikita, > > > You need to use the reporting

Re: Getting report data on actually charged campaign costs

2014-12-29 Thread Danial Klimkin
Billing-related information is not available via the AdWords API. -Danial, AdWords API Team. On Saturday, December 27, 2014 8:10:01 AM UTC+3, Nikita Mendelbaum wrote: > > Which report type can fetch the billing information? It seems like all the > reports are only receiving costs that google s

How do I get the campaign costs for some date interval?

2011-04-04 Thread Dymytry
Hello everyone! Gentlemen, could you please explain me how can I get the costs of the advertising campaigns via the API? As far as I understand I should get a Campaign object for all the campaigns related to some client, and then get a CampaignStats from it, then use getCosts method. A problem

Re: How do I get the campaign costs for some date interval?

2011-04-07 Thread David Torres
Hi, To restrict your request to a certain date range you need to specify the dateRangein your selector. Another way is to request a CAMPAIGN_PERFORMANCE_REPORT via the ReportDefinitionService

Re: How do I get the campaign costs for some date interval?

2011-04-07 Thread Dymytry
David, thank you very much! Now I have moved a bit towards my destination, but here I created another topic about "how can I get client ids", could you please pay attention to it: http://groups.google.com/group/adwords-api/browse_thread/thread/d627451cd22d3aa?hl=ru -- =~=~=~=~=~=~=~=~=~=~=~=~=~