Re: Enable custom bids using API

2016-06-01 Thread Ершов Александр
Everyone who reads this - please pay attention. Don't just copy as I did it, use param name contentBidCriterionTypeGroup (it is the correct once) And contentBidTypeCriterionGroup contains mistake (Type and Criterion words are in the wrong order) And really it should be used as On Wednesday, N

Re: Enable custom bids using API

2014-10-26 Thread Berry Tsakala
Hi again. sorry to bother you about it, but i even after writing 3000 lines of code around adwords API, I still don't understand what to do here. i'm using python. latest libraries from github, api v201409. from plain reading your post, i tried to set this value directly to an adgroup, using ad

Re: Enable custom bids using API

2014-09-10 Thread Danial Klimkin
Hello Berry, You need to mutate the AdGroup setting the relevant parameter. See: https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupService And also: https://developers.google.com/adwords/api/docs/guides/working-with-objects -Danial, AdWords API Team. On Thursday,

Re: Enable custom bids using API

2014-09-04 Thread Berry Tsakala
i might be missing something (i'm inexperienced with the API) how do I "connect" contentBidTypeCriterionGroup with the adgroup? is it by mutating a criterion? On Wednesday, No

Re: Enable custom bids using API

2014-02-18 Thread Takeshi Hagikura (AdWords API Team)
Hi Vlad, If you set one of the contentBidCriterionTypeGroup (other than NONE), the Criterion is used as an absolute bid just like custom bids in the AdWords UI. Best, - Takeshi, AdWords API Team On Tuesday, February 18, 2014 11:59:22 PM UTC+9, Vlad Zloteanu wrote: > > Hello Takeshi, > > On the

Re: Enable custom bids using API

2014-02-18 Thread Vlad Zloteanu
Hello Takeshi, On the link that you gave: https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupService.AdGroup#contentBidCriterionTypeGroup, I couldn't find anything that refers to 'enable custom bids'. The available options are: KEYWORD, USER_INTEREST_AND_LIST, VERTICAL, GEN

Re: Enable custom bids using API

2013-11-06 Thread Takeshi Hagikura (AdWords API Team)
Hi, You can enable custom bids by setting AdGroup.contentBidTypeCriterionGroup . Please try that. Best, - Takeshi, AdWords API Team On Tuesday, October 29, 2013 3:51:48 AM UTC+

Enable custom bids using API

2013-10-30 Thread Nitin Bansal
I am facing an issue in setting custom bids in targeting settings through API. Information about campaign: - It is a remarketing campaign. - I have linked an adgroup with one of my remarketing list. - Type - Display network only (All Features) Other details: - I am using adwords python API clien