How to get total AverageCPC?

2015-05-12 Thread Michael D
Hi, with reports im gettin the following AverageCPC-Values for one AdGroup for the last 7 Days: How to get total AverageCPC of this? 488 5015000 2626000 4244000 3548000 3305000 5676667 The sum of this is: 29298000 29298000/7= 4185428,57142857 This means 4,185428571 € But on A

Re: retrieve clicks/impressions, etc reports by the hour? For 24 hours a day in one report?

2015-05-11 Thread Michael D
Hi Aditya, yes im using ad hoc reports. At Raghavendra*, HourOfDay* field solved my issue. There is also DayOfWeek and MonthOfYear what make sence if I want to plot over a longer Date Range. Thank you, Cheers, Michael -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

How to calculate total CTR

2015-05-07 Thread Michael D
Hi, I have a campaign with 8 AdGroups. The CTR values are 3.7% , 2.8% and 6 times 0% The total value is 2.9% How do they calculate this? Thanks in advance, Michael -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogs

retrieve clicks/impressions, etc reports by the hour? For 24 hours a day in one report?

2015-05-07 Thread Michael D
Hi, is it possible to retrieve clicks/impressions, etc reports by the hour? And also for example if I want a plot with clicks versus impressions for the last month, then im doing 30 seperate requests for every Day in this month. This takes too a lot of time. Is there another way to do this i

Re: Report to plot Graph with in example clicks over impressions

2015-05-06 Thread Michael D
Hi Anash, when im requesting an AdGroupPerformanceReport with the dateRangeType "ALL_TIME", I am not able to see the exact Date when the AdGroup first started showing up. Do I need another field for this? Thanks in advance Michael Am Mittwoch, 6. Mai 2015 15:42:46 UTC+2 schrieb

Re: Report to plot Graph with in example clicks over impressions

2015-05-06 Thread Michael D
ated, and started serving. > > Cheers, > Anash > > On Thursday, April 30, 2015 at 6:14:00 AM UTC-4, Michael D wrote: >> >> Hi Anash, >> >> with CUSTOM_DATE option the report for a plot works well ;) >> >> Is it po

Re: Report to plot Graph with in example clicks over impressions

2015-04-30 Thread Michael D
? What I mean is does 20150428 mean that the min dateRange starts at the beginning or the end of the day 20150428? Is there a way to automaticly get the first available day for a specific Campaign? Thanks in advance. Michael Am Mittwoch, 29. April 2015 15:32:19 UTC+2 schrieb Michael D: > &

Re: Report to plot Graph with in example clicks over impressions

2015-04-29 Thread Michael D
guide: > https://developers.google.com/adwords/api/docs/guides/reporting > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Tuesday, April 28, 2015 at 5:57:18 PM UTC-4, Michael D wrote: >> >> Hi, >> >> im trying to build a Graph to visualize Clicks ve

Report to plot Graph with in example clicks over impressions

2015-04-28 Thread Michael D
Hi, im trying to build a Graph to visualize Clicks versus Impressions or Click versus CostPerClick. For this I need to know how much clicks, impressions and so on I get per day for every given day in a choosen period of time. Is this possible with Reports? Thanks in advance Michael -- --

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-04-28 Thread Michael D
list of all accounts under an MCC. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Tuesday, April 28, 2015 at 6:22:14 AM UTC-4, Michael D wrote: >> >> Hi, >> >> Im gettin reports for different Accounts under my Mcc. >> >> B

ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-04-28 Thread Michael D
Hi, Im gettin reports for different Accounts under my Mcc. But for one I get "ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH" . Why it works for all other Accounts but not for this one? Maybe because its also an Mcc? How can I get Reports for an MCC-Account? Thanks in advance

Re: Cant change Campaign Budget

2015-04-22 Thread Michael D
Hi, Thank you. Is BudgetService also to change MaxCpc in AdGroups and Keywords? Cheers, Michael -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~

Cant find AlertService in the Api Reference

2015-04-21 Thread Michael D
Hi, Im trying to get Alerts for a campaign, but I cant find the AlertService in the ApiReference. How can I get them? Thanks in advance! Michael -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://pl

How to Get Max Cpc for an AdGroup

2015-04-21 Thread Michael D
Hi, im trying to get the max.Cpc Value for an AdGroup with the AdGroupPerformanceReport. Is this possible? If yes what is the fieldname for this value? If no where im able to get the max. Cpc value for an AdGrouop? Many thanks in advance.

Cant change Campaign Budget

2015-04-21 Thread Michael D
Hi, Im trying to change the budget of a campaign. Im setting the amount in money and the budgetId in budget. Butr it doesnt work. Do I forgot something? //create Campaign with Status Campaign campaign = new Campaign(); campaign.id = CurrentCampaignId;

Re: Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]

2015-04-20 Thread Michael D
Ok, I solved it. It was a Problem with the serialization. Thank you for your help ;) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=

Re: Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]

2015-04-20 Thread Michael D
Hello Daniel, Ok, so I can just change the status of a paused or an active campaign. When I try to pause a Campaign this is what my sniffer shows me: But there is no value for the status in it. In my first the first Post you can see how this soap is created. Looks ike this is a Problem of seria

Re: Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]

2015-04-17 Thread Michael D
Yes you are right. Im trying to change the status of a removed campaign. So its not possible to change the status of a removed campaign back to paused or enabled? But this is what fiddler gives me. There is no operation in it. POST https://adwords.google.com/api/adwords/cm/v201409/CampaignServ

Re: Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]

2015-04-16 Thread Michael D
If I use Operation.SET instead of Operation.REMOVE the same Error occurs! Are there some other mistakes? Am Mittwoch, 15. April 2015 17:06:07 UTC+2 schrieb testm...@gmail.com: > > Hi, > > Im trying to change Campaignstatus. > But i always get the Error: > > [OperatorError.OPERATOR_NOT_SUPPORTED

Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]]

2015-04-15 Thread Michael D
Hi, Im trying to Change CampaignStatus. But I get the Error: [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]] Does anyone know what Im doing wrong here? var client = new CampaignService.CampaignService(); //create Campaign with Status Campaign campaign

Re: Report download using HTTPClient still gives an Error "Missing client information"

2015-04-01 Thread Michael D
m.Net.WebUtility.UrlEncode(xml); } Am Mittwoch, 1. April 2015 12:00:16 UTC+2 schrieb Michael D: > > Hey, > > I tried to get some reports, but I get the following Error: > > " > > > ReportDownloadError.INVALID_PARAMETER > Missing client informati

Report download using HTTPClient still gives an Error "Missing client information"

2015-04-01 Thread Michael D
Hey, I tried to get some reports, but I get the following Error: " ReportDownloadError.INVALID_PARAMETER Missing client information " This is my code: var client = new HttpClient(); var postRequest = this.ConstructPostRequest(); var content = new StringContent(po

Re: trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2015-03-20 Thread Michael D
o, the value needs to be url encoded. > > Please consider using our client libraries instead of implementing this > routine yourself: > > https://github.com/googleads/googleads-dotnet-lib > > > -Danial, AdWords API Team. > > > > On Monday, March 16, 2015 at 6

trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2015-03-16 Thread Michael D
When im sending my request im gettin the following Error: ReportDownloadError.MISSING_PARAMETER Missing report definition The Details on reporting are not clearly telling how it works. This is how I do it at the time. But

Re: How I figure out if its a normal account or mcc just with accessToken

2015-03-16 Thread Michael D
y to look up the CID of your top level MCC programmatically > without knowing it in advance; you must supply at least this much > information to your program to begin looking at the hierarchy. > > Regards, > Mike, AdWords API Team > > On Monday, March 16, 2015 at 6:01:30 AM UTC-4, Michael D w

Re: How I figure out if its a normal account or mcc just with accessToken

2015-03-16 Thread Michael D
ld specify the MCC's customerId in the header. You can > get information about the current customer (i.e. the one whose ID is in the > header) using the CustomerService > <https://developers.google.com/adwords/api/docs/reference/v201502/CustomerService> > . > > Rega

Re: ReportDefinitionService doesnt work

2015-03-13 Thread Michael D
REPORT LAST_7_DAYS XML " ); } } Am Freitag, 13. März 2015 10:19:47 UTC+1 schrieb Michael D: > > Hi Anash, > > do you have a simple example for how some of these POST requests are > looking like? >

How I figure out if its a normal account or mcc just with accessToken

2015-03-13 Thread Michael D
Hi, after a User logs in with oauth2 I get back accessToken, refreshToken etc. How can I found out if this is a normal account or an mcc account? How can I get the client customerId? For me it seems like every Service needs the clientCustomerId in its Header. Thanks -- -- =~=~=~=~=~=~=~=~=

Re: ManagedCustomerServie TestAccount request just returns one Account

2015-03-13 Thread Michael D
Hey guys, I found out this is an issue just with Test Accounts. I tried with a non Test Account and it works fine :) Am Freitag, 13. März 2015 11:43:04 UTC+1 schrieb Michael D: > > Hi, > > when im sending a request aginst the ManagedCustomerService I just get > back one A

ManagedCustomerServie TestAccount request just returns one Account

2015-03-13 Thread Michael D
Hi, when im sending a request aginst the ManagedCustomerService I just get back one Account, but I created 3 Accounts in there. Is this an issue with TestAccounts or is my request wrong? This is the request im sending: POST https: //adwords.google.com/api/adwords/mcm/v201409/ManagedCustomerSer

Re: ReportDefinitionService doesnt work

2015-03-13 Thread Michael D
dwords/api/docs/appendix/reports > > Also, I remember reading that System.Web.Services is not part of Portable > Class Libraries. What library are you using to make SOAP calls in your PCL > compatible library? > > Cheers, > Anash P. Oommen > AdWords API Advisor. > > On

Re: ReportDefinitionService doesnt work

2015-03-10 Thread Michael D
o patch the generated code to remove reportTypeSpecified > parameter from the getReportFields method. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Monday, March 9, 2015 at 7:24:05 AM UTC-4, Michael D wrote: >> >> Hi Josh, >> >> Im add

Re: ReportDefinitionService doesnt work

2015-03-09 Thread Michael D
Hi, seems like .NET svcutil creates these specified Arguments by default. Modify the Constructor in the Reference solved it. Thanks Michael Am Montag, 9. März 2015 12:24:05 UTC+1 schrieb Michael D: > > Hi Josh, > > Im adding the WebReference like I mentioned. > > Whe

Re: ReportDefinitionService doesnt work

2015-03-09 Thread Michael D
ReportFields*, so I'm not quite clear on where you are seeing this > field. > > Thanks, > Josh, AdWords API Team > > On Sunday, March 8, 2015 at 11:56:25 AM UTC-4, Michael D wrote: >> >> Hi Josh, >> >> im using this Web Service: >> https://adwords

Re: ReportDefinitionService doesnt work

2015-03-08 Thread Michael D
gt; > Thanks, > Josh, AdWords API Team > > On Friday, March 6, 2015 at 5:40:40 AM UTC-5, Michael D wrote: >> >> Hey People, >> >> im trying to get a report and im sending this request: >> >> POST >> https://adwords.google.com/api/adwords/

ReportDefinitionService doesnt work

2015-03-06 Thread Michael D
Hey People, im trying to get a report and im sending this request: POST https://adwords.google.com/api/adwords/cm/v201406/ReportDefinitionService HTTP/1.1 User-Agent: Mono Web Services Client Protocol 4.0.50524.0 Authorization: Bearer ya29.x

How to create AdWordsUser while using AdWords Web References in a C# Project (portableClassLibary)

2015-02-04 Thread Michael D
Hi, I'm using c# portableClassLibaries in my Project, so i have to use the Web References for the AdWordsApi. With the OAuth2Authenticator i'm able to get the acces_token, refresh token and so on. Now i want to interact with the Api, but there is no AdWordsUser or AdWordsSession available for