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, November 6, 2013 at 1:35:55 PM UTC+3, Takeshi Hagikura 
(AdWords API Team) wrote:
>
> 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+9, Nitin Bansal wrote:
>>
>> 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 client. [api_version = ('v201209', 
>> 'v201302')]
>>
>> - In interests & remarketings (under Display Network tab) it is showing 
>> bids which is set on AdGroup.
>> - When i click the bid to edit, it displays a pop up with message "In 
>> order to change this bid, you’ll first need to *enable custom bids* for 
>> this targeting method in this ad group."
>> - On clicking "Enable now" another pop up comes up giving option to pick 
>> previous custom bid. If i select, "use previous custom bid for Interests 
>> & remarketing" then i am getting the bid
>> which i actually want to set.
>>
>> I tried manual approach solution when i couldn't get it working from API. 
>> I am looking for a solution to this through API. And strange thing is it 
>> was working till few weeks back.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/80ce7b3d-f991-4e09-8b37-2a5f2de18aad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 adGroupService

operation = [{
'operator': 'SET',
'operand': {
'adGroupId': adgroup_id,
'contentBidCriterionTypeGroup': 'PLACEMENT',
},
}],

adGroupId is not recognized here.
id isn't useful as well.

i know how to set a criterion, but that doesn't help me in any way.
i'm at loss - what belongs to what, and where to set 
contentBidCriterionTypeGroup.  

I can't easily relate the python API to the documentation, it seems to be 
written for a different programming langauge.

I'd appreciate an advice to how to approach this.

thank you.


On Wednesday, September 10, 2014 1:16:09 PM UTC+3, Danial Klimkin wrote:

 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, September 4, 2014 4:12:37 PM UTC+4, Berry Tsakala wrote:

 i might be missing something (i'm inexperienced with the API)
 how do I connect contentBidTypeCriterionGroup 
 https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupService.AdGroup#contentBidCriterionTypeGroup
  
 with the adgroup?
 is it by mutating a criterion?


 On Wednesday, November 6, 2013 12:35:55 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi,

 You can enable custom bids by setting AdGroup.
 contentBidTypeCriterionGroup 
 https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupService.AdGroup#contentBidCriterionTypeGroup
 .
 Please try that. 

 Best,
 - Takeshi, AdWords API Team

 On Tuesday, October 29, 2013 3:51:48 AM UTC+9, Nitin Bansal wrote:

 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 client. [api_version = ('v201209', 
 'v201302')]

 - In interests  remarketings (under Display Network tab) it is showing 
 bids which is set on AdGroup.
 - When i click the bid to edit, it displays a pop up with message In 
 order to change this bid, you’ll first need to *enable custom bids* for 
 this targeting method in this ad group.
 - On clicking Enable now another pop up comes up giving option to 
 pick previous custom bid. If i select, use previous custom bid for 
 Interests 
  remarketing then i am getting the bid
 which i actually want to set.

 I tried manual approach solution when i couldn't get it working from 
 API. I am looking for a solution to this through API. And strange thing is 
 it was working till few weeks back.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/470c3e9b-91c7-4159-81ea-060a27ed68ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, September 4, 2014 4:12:37 PM UTC+4, Berry Tsakala wrote:

 i might be missing something (i'm inexperienced with the API)
 how do I connect contentBidTypeCriterionGroup 
 https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupService.AdGroup#contentBidCriterionTypeGroup
  
 with the adgroup?
 is it by mutating a criterion?


 On Wednesday, November 6, 2013 12:35:55 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi,

 You can enable custom bids by setting AdGroup.
 contentBidTypeCriterionGroup 
 https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupService.AdGroup#contentBidCriterionTypeGroup
 .
 Please try that. 

 Best,
 - Takeshi, AdWords API Team

 On Tuesday, October 29, 2013 3:51:48 AM UTC+9, Nitin Bansal wrote:

 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 client. [api_version = ('v201209', 
 'v201302')]

 - In interests  remarketings (under Display Network tab) it is showing 
 bids which is set on AdGroup.
 - When i click the bid to edit, it displays a pop up with message In 
 order to change this bid, you’ll first need to *enable custom bids* for 
 this targeting method in this ad group.
 - On clicking Enable now another pop up comes up giving option to pick 
 previous custom bid. If i select, use previous custom bid for Interests 
  remarketing then i am getting the bid
 which i actually want to set.

 I tried manual approach solution when i couldn't get it working from 
 API. I am looking for a solution to this through API. And strange thing is 
 it was working till few weeks back.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d3efcf58-6cd6-462f-8d55-4e45131ff1a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupService.AdGroup#contentBidCriterionTypeGroup
 
with the adgroup?
is it by mutating a criterion?


On Wednesday, November 6, 2013 12:35:55 PM UTC+2, Takeshi Hagikura (AdWords 
API Team) wrote:

 Hi,

 You can enable custom bids by setting AdGroup.contentBidTypeCriterionGroup 
 https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupService.AdGroup#contentBidCriterionTypeGroup
 .
 Please try that. 

 Best,
 - Takeshi, AdWords API Team

 On Tuesday, October 29, 2013 3:51:48 AM UTC+9, Nitin Bansal wrote:

 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 client. [api_version = ('v201209', 
 'v201302')]

 - In interests  remarketings (under Display Network tab) it is showing 
 bids which is set on AdGroup.
 - When i click the bid to edit, it displays a pop up with message In 
 order to change this bid, you’ll first need to *enable custom bids* for 
 this targeting method in this ad group.
 - On clicking Enable now another pop up comes up giving option to pick 
 previous custom bid. If i select, use previous custom bid for Interests 
  remarketing then i am getting the bid
 which i actually want to set.

 I tried manual approach solution when i couldn't get it working from API. 
 I am looking for a solution to this through API. And strange thing is it 
 was working till few weeks back.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/25869eb1-7125-477e-8457-6df04388ad9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, 
GENDER, AGE_RANGE, PLACEMENT, NONE, UNKNOWN

Could you please advise?

Thank you,
Vlad Z.


On Wednesday, November 6, 2013 11:35:55 AM UTC+1, Takeshi Hagikura (AdWords 
API Team) wrote:

 Hi,

 You can enable custom bids by setting 
 AdGroup.contentBidTypeCriterionGrouphttps://developers.google.com/adwords/api/docs/reference/v201309/AdGroupService.AdGroup#contentBidCriterionTypeGroup
 .
 Please try that. 

 Best,
 - Takeshi, AdWords API Team

 On Tuesday, October 29, 2013 3:51:48 AM UTC+9, Nitin Bansal wrote:

 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 client. [api_version = ('v201209', 
 'v201302')]

 - In interests  remarketings (under Display Network tab) it is showing 
 bids which is set on AdGroup.
 - When i click the bid to edit, it displays a pop up with message In 
 order to change this bid, you’ll first need to *enable custom bids* for 
 this targeting method in this ad group.
 - On clicking Enable now another pop up comes up giving option to pick 
 previous custom bid. If i select, use previous custom bid for Interests 
  remarketing then i am getting the bid
 which i actually want to set.

 I tried manual approach solution when i couldn't get it working from API. 
 I am looking for a solution to this through API. And strange thing is it 
 was working till few weeks back.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Enable custom bids using API

2013-11-06 Thread Takeshi Hagikura (AdWords API Team)
Hi,

You can enable custom bids by setting 
AdGroup.contentBidTypeCriterionGrouphttps://developers.google.com/adwords/api/docs/reference/v201309/AdGroupService.AdGroup#contentBidCriterionTypeGroup
.
Please try that. 

Best,
- Takeshi, AdWords API Team

On Tuesday, October 29, 2013 3:51:48 AM UTC+9, Nitin Bansal wrote:

 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 client. [api_version = ('v201209', 
 'v201302')]

 - In interests  remarketings (under Display Network tab) it is showing 
 bids which is set on AdGroup.
 - When i click the bid to edit, it displays a pop up with message In 
 order to change this bid, you’ll first need to *enable custom bids* for 
 this targeting method in this ad group.
 - On clicking Enable now another pop up comes up giving option to pick 
 previous custom bid. If i select, use previous custom bid for Interests 
  remarketing then i am getting the bid
 which i actually want to set.

 I tried manual approach solution when i couldn't get it working from API. 
 I am looking for a solution to this through API. And strange thing is it 
 was working till few weeks back.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.