Re: anybody can show a working example of campaign creation for . NET

2010-08-05 Thread axum
this is the one i used for just the campaign creation // Get the CampaignService. CampaignService campaignService = (CampaignService) user.GetService(AdWordsService.v200909.CampaignService); // Create campaign. Campaign campaign = new Campaign(); campaign.name

Re: anybody can show a working example of campaign creation for . NET

2010-08-05 Thread axum
AdWordsUser user = new AdWordsUser(); // Get the CampaignService. CampaignService campaignService = (CampaignService)user.GetService(AdWordsService.v200909.CampaignService); // Get the AdGroupService //=== l

Keyword bid updates

2010-08-04 Thread axum
I have looked at the code samples. I can loop through an adgroup keyword list and see the bid: foreach (AdGroupCriterion adGroupCriterion in adGroupCriterionPage.entries) { if (adGroupCriterion.criterion is Keyword) {

set an existing bid using api

2010-07-30 Thread axum
I have and adgroupid and a keywordid I want to change the bid amount on certain keywords for a certain adgroup. How can change the bid on certain keywords with in an adgroup? how can I do this in c# -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group

how to display bids using api

2010-07-30 Thread axum
I am using this code to loop through a specific adgroup to list the keywords I wand to be able to also display the corrosponding bid for each keyword. How can I do that? long adGroupId = 1787036485; // Create selector. AdGroupCriterionSelector selector = new AdGroupCriterionSelect

SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @

2010-07-27 Thread axum
I am trying to loop through the ad groups to get keyword information. I am using the sample code provided in the examples GetAllAdGroupCriteria.cs. Any suggestions? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com h

RangeError.TOO_LOW @ operations[0].operand.criterion.id.id]

2010-07-19 Thread axum
I am trying to update a bid and get this error. using 2009 API csharp. I have campaignid and adgroup id -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~

change bids on keywords

2010-07-19 Thread axum
is anyone using cscharp to change bids on key words? I have the adgroupid and the campaignID. I can not seem to get the criterion service to work right. Is there actual working code samples somewhere? I want to be able to change bids on the keyword level of an adgroup using the API 2009. Thanks

how do I get a criterionid?

2010-07-15 Thread axum
i am having a brain freeze here I need to use the updateadgroupcriterion service. And I am at a lost on how to get the criterionid. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adw

Keyword CPC bids

2010-07-14 Thread axum
Is there an C# example on how to change a bid for a keyword in an adgroup? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

keyword Bids

2010-07-13 Thread axum
I have a campaign id and an AdGroup ID I want to use the API to change the bid on keywords in a adgroup. Is there a way to do that using the API? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google

Changing the bid amout using api

2010-07-08 Thread axum
has anyone changed bids using the API? if so any c# examples of how to do this? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

keyword status

2010-07-08 Thread axum
can you change the keyword status through the API? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this messa

API Campain names

2010-07-08 Thread axum
how do you loop through to get campaign names? I tried this code: I can get the ids but I want the name. AdWordsUser user = new AdWordsUser(); long retVal = -1; // Get the CampaignService. CampaignService campaignService = (CampaignService) user.GetService(AdWor

nunit

2010-07-06 Thread axum
when using the eamples what is the nunit framework. can I remove the reference or do I need to download or point to the framework. I am using vs2008. thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://g

Update campaign status via bulkmutatejobService

2010-07-02 Thread axum
Is there some c# code samples on how to update(pause) a campain status using the bulkmutatejobservice? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=

Bulkmutatejobservice

2010-07-01 Thread axum
I want to update the adgroupadstatus. is there a complete c# code example that performs a bulkmutatejobservice. I am look for a code example that has all the code and I can take and just minipulate the example? I need a little help. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin