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 <
lawles...@gmail.com> 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
> > 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...