AdWords API Associer KeyWord TextAd

2009-06-12 Thread alexis.rouss...@gmail.com
Bonjour, Voilà je me lance dans la réalisation d'une interface de gestion des annonces. Interface réalisée en Vb.net. Bref, ma question est la suivante: Pour des annonces publiées sur mon site internet, je dois en faire la promotion via l'interface pour les mettre en valeur sur Google. La méth

AdWords API The request did not contain a header named 'email'.

2009-11-19 Thread alexis.rouss...@gmail.com
Hi I'm using the v13 version with VB.net My code is : Imports com.google.adwords Private ServiceGoogle As New CampaignService() ServiceGoogle.email = New email1() ServiceGoogle.email.Text = New String() {"myem...@jkh.com"} (...) And when i do that : MaCampagneGoogle = ServiceGoogle.addC

AdWords API Re: The request did not contain a header named 'email'.

2009-11-19 Thread alexis.rouss...@gmail.com
The fact is that this code worked very well two months ago! On 19 nov, 11:11, "alexis.rouss...@gmail.com" wrote: > Hi > > I'm using the v13 version with VB.net > > My code is  : > > Imports com.google.adwords > > Private ServiceGoogle As New Campai

AdWords API Get information on single criterion

2010-01-12 Thread alexis.rouss...@gmail.com
Hi, I try to get information on a single criterion. Dim selector As New AdGroupCriterionSelector() Dim idFilters As New AdGroupCriterionIdFilter selector.criterionUse = CriterionUse.BIDDABLE selector.criterionUseSpecified = True idFilters.adGroupId = Long.Parse("My_Group_ID") idFilters.adGr

AdWords API Difference between SandBox and production

2010-01-13 Thread alexis.rouss...@gmail.com
Hi, I try to get informations about keywords i send with the API. With the production plateform i got no problem but with the sand box, i got this error : System.InvalidCastException = {"Impossible d'effectuer un cast d'un objet de type 'Adwords_V2009.com.google.api.adwords.v200909.AdGroupCriter

AdWords API Deleted Groups

2010-02-08 Thread alexis.rouss...@gmail.com
Hi, I wonder how long does it take to delete completly groups from Google Adwords? Because, With API I create campaigns, groups, keywords, and textAd without any problem. I have deleted groups (with key words and textAd) that i needn't, but now i need this some of of this groups and i have a mes

AdWords API Rotation of text Ad

2010-03-08 Thread alexis.rouss...@gmail.com
Hi, I have a lot of campaign and groups and sometimes i have the same keyword in diffrent groups and different campaign. And i would like to Post text ads in a regular way. Ihave been in the paramters of the campaign, but it's still the "best" text Ad which is shown. Is there any problem or somet