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
AdWordsUser user = new AdWordsUser();
// Get the CampaignService.
CampaignService campaignService =
(CampaignService)user.GetService(AdWordsService.v200909.CampaignService);
// Get the AdGroupService
//===
l
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)
{
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
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
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
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
=~=~=~=~=~=~=~=~=~
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
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
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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
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
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
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
=~=~=~=~=~=~=~=~=~=~=
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
17 matches
Mail list logo