Re: Setting Google Shopping AdGroup bid value by Id

2015-06-16 Thread Josh Radcliff (AdWords API Team)
Hi Nick,

You can update the bids for any BiddableAdGroupCriterion 

 (including 
ProductPartitions 
,
 
which are the API equivalent of *Product Groups* in the user interface) 
using AdGroupCriterionService 
.
 
This would be similar to the UpdateKeyword.cs example 
,
 
except you'd set the criterion ID to the *ProductPartition* ID instead of a 
keyword ID.

Cheers,
Josh, AdWords API Team

On Tuesday, June 16, 2015 at 10:06:57 AM UTC-4, Nick Vilenski wrote:
>
> Hi Josh,
>
> Thanks for your answer. There is some other question about API bid update 
> variants:
>
> Is there some way to update not AdGroups but ProductGroups (by something 
> like 'ProductGroup' from ProductPartition report). Looks like Google 
> Adwords Editor has such feature in Keywords and Targeting section*.*
>
> On Monday, June 15, 2015 at 5:54:28 PM UTC+4, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi Nick,
>>
>> If you are just trying to update the default bid at the ad group level, 
>> then you can do something similar to the UpdateAdGroup.cs example 
>> ,
>>  
>> but instead of setting the status, you should set the ad group's 
>> *biddingStrategyConfiguration* with your updated bid, similar to what is 
>> shown in the AddAdGroups.cs example 
>> 
>> .
>>
>> Cheers,
>> Josh, AdWords API Team
>>
>> On Saturday, June 13, 2015 at 7:38:59 AM UTC-4, Nick Vilenski wrote:
>>>
>>> Hello,
>>>
>>> I'm trying to use Adwords API to update our AdGroups bids (c#) 
>>> automatically. I'm looking for a way to update them just by AdGroup Id and 
>>> our bid value, but I see that some examples of update requires some 
>>> additional criteria.
>>>
>>> What update example should I use for this? Is there some the most 
>>> correct and simplest way for this?
>>>
>>> Regards,
>>> Nick Vilenski.
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/370feb42-b525-4542-8ad1-c6d8e97293ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Setting Google Shopping AdGroup bid value by Id

2015-06-16 Thread Nick Vilenski
Hi Josh,

Thanks for your answer. There is some other question about API bid update 
variants:

Is there some way to update not AdGroups but ProductGroups (by something 
like 'ProductGroup' from ProductPartition report). Looks like Google 
Adwords Editor has such feature in Keywords and Targeting section*.*

On Monday, June 15, 2015 at 5:54:28 PM UTC+4, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Nick,
>
> If you are just trying to update the default bid at the ad group level, 
> then you can do something similar to the UpdateAdGroup.cs example 
> ,
>  
> but instead of setting the status, you should set the ad group's 
> *biddingStrategyConfiguration* with your updated bid, similar to what is 
> shown in the AddAdGroups.cs example 
> 
> .
>
> Cheers,
> Josh, AdWords API Team
>
> On Saturday, June 13, 2015 at 7:38:59 AM UTC-4, Nick Vilenski wrote:
>>
>> Hello,
>>
>> I'm trying to use Adwords API to update our AdGroups bids (c#) 
>> automatically. I'm looking for a way to update them just by AdGroup Id and 
>> our bid value, but I see that some examples of update requires some 
>> additional criteria.
>>
>> What update example should I use for this? Is there some the most correct 
>> and simplest way for this?
>>
>> Regards,
>> Nick Vilenski.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8e993903-340e-43b2-9d04-20f6e5a57022%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Setting Google Shopping AdGroup bid value by Id

2015-06-15 Thread Josh Radcliff (AdWords API Team)
Hi Nick,

If you are just trying to update the default bid at the ad group level, 
then you can do something similar to the UpdateAdGroup.cs example 
,
 
but instead of setting the status, you should set the ad group's 
*biddingStrategyConfiguration* with your updated bid, similar to what is 
shown in the AddAdGroups.cs example 

.

Cheers,
Josh, AdWords API Team

On Saturday, June 13, 2015 at 7:38:59 AM UTC-4, Nick Vilenski wrote:
>
> Hello,
>
> I'm trying to use Adwords API to update our AdGroups bids (c#) 
> automatically. I'm looking for a way to update them just by AdGroup Id and 
> our bid value, but I see that some examples of update requires some 
> additional criteria.
>
> What update example should I use for this? Is there some the most correct 
> and simplest way for this?
>
> Regards,
> Nick Vilenski.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4256d24b-9c8f-4dc5-83d8-ebcdb2272980%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.