And if I can add one question... who is liable for the content in the campaign, the MCC account holder or the client account holder? Example: if unacceptable keyword use practices are discovered who is liable?
On Sep 9, 2:27 pm, API Developer <[email protected]> wrote: > I have a question about how API charges are billed. I assume the API > charges - even for manually linked client accounts - are all > consolidated under theMCCand billed to theMCCaccount holder. But > is there a way to identify the API charges per client? Are these > reported separately... or can the actual API usage at the client > level be discovered? > > On Jul 26, 9:24 am, AdWords API Advisor <[email protected]> > wrote: > > > > > > > > > Hi Yagmur, > > > AdWordsUser(header) does work, I'm not sure why it isn't working for you. > > Seehttp://code.google.com/p/google-api-adwords-dotnet/source/browse/trun... > > details. Other than that, there are couple of more ways to switch the config > > at runtime. > > > 1. user.config.DeveloperToken = newdevelopertoken; > > service = (CampaignService) > > user.GetService(AdWordsService.v201101.CampaignService); > > > 2. service = (CampaignService) > > user.GetService(AdWordsService.v201101.CampaignService); > > service.RequestHeader.DeveloperToken = newdevelopertoken; > > > The OAuth addition for the .NET library missed the client library update > > blog, I guess it will be announced for the next update blog. There's an > > ASP.NET project example that shows how the library works with OAuth. > > Essentially, you comment out Email, Password in web.config, set > > AuthorizationMethod to OAuth. Then initialize the OAuth library in your > > Global.asax.cs. > > > Seehttp://code.google.com/p/google-api-adwords-dotnet/source/browse/#svn... > > details. > > > Hope this helps. Let me know if you have more questions. > > > Cheers, > > Anash P. Oommen, > > AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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
