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 the MCC and billed to the MCC account 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 <adwordsapiadvi...@google.com>
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...for
> 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...for
> 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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to