Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2015-03-18 Thread João Aparício
A related question is: When this error occurs, do the operations that 
aren't spelled out as having exceeded the campaign limit still get mutated? 
Do all operations fail or all succeed, or is it possible to have partial 
successes/failures?



On Tuesday, March 17, 2015 at 5:44:59 PM UTC, João Aparício wrote:

 Just to clarify, above where I wrote Exceptions I meant Overrides.

 On Tuesday, March 17, 2015 at 5:44:04 PM UTC, João Aparício wrote:

 I'm getting the following error:

 Server raised fault: '[EntityCountLimitExceeded.CAMPAIGN_LIMIT @ 
 operations[0] (enclosingId=243426876, limit=1000, 
 accountLimitType=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN, 
 existingCount=1000), EntityCountLimitExceeded.CAMPAIGN_LIMIT @ 
 operations[12] (enclosingId=243426876, limit=1000, 
 accountLimitType=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN, 
 existingCount=1000), EntityCountLimitExceeded.CAMPAIGN_LIMIT @ 
 operations[28] (enclosingId=243426876, limit=1000, 
 accountLimitType=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN, 
 existingCount=1000)]

 The scenario is the following: I have a campaign where I set a target cpa 
 bidding strategy at the campaign level. Try I'm settings bidding strategy 
 exceptions at the adgroup level inside that campaign. When I do that for 
 many adgroups, I get the error above.

 The error looks like AdWords is imposing a maximum limit on the number of 
 adgroup bidding strategy exceptions that can exist within a campaign. Fine. 
 So my question is: What can I do about this? One thing I can think of, is 
 remove the campaign level bidding strategy and apply them to all the 
 adgroups directly. That way they're not exceptions any more I guess. The 
 problem is that for some reason applying bidding strategies to adgroups 
 seems to take a long time (it's taking me about 20-30 secs for each mutate 
 operation acting in batches of 100 adgroups).

 Suggestions?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5194c3a3-026e-4bb8-9abc-f860b9ca1e83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2015-03-18 Thread Josh Radcliff (AdWords API Team)
Hi,

You *must* specify a bidding strategy at a campaign level, so removing the 
campaign's bidding strategy is not an option.

I took a look at your campaign and ad groups, and it looks like all of the 
overrides at the ad group level are overriding using the same attributes, 
e.g., all overrides are for Target CPA (just like the campaign), only with 
one of two different bids. In that case, have you considered splitting the 
campaign by bidding strategy? In other words, have one campaign with all ad 
groups with strategy+default bid A, and another with strategy+default bid B.

Regarding your other question on errors, please check out our Partial 
Failure guide 
https://developers.google.com/adwords/api/docs/guides/partial-failure, 
which explains how errors are handled in detail and covers your 
configuration options around error handling.

Thanks,
Josh, AdWords API Team

On Wednesday, March 18, 2015 at 7:58:15 AM UTC-4, João Aparício wrote:

 A related question is: When this error occurs, do the operations that 
 aren't spelled out as having exceeded the campaign limit still get mutated? 
 Do all operations fail or all succeed, or is it possible to have partial 
 successes/failures?



 On Tuesday, March 17, 2015 at 5:44:59 PM UTC, João Aparício wrote:

 Just to clarify, above where I wrote Exceptions I meant Overrides.

 On Tuesday, March 17, 2015 at 5:44:04 PM UTC, João Aparício wrote:

 I'm getting the following error:

 Server raised fault: '[EntityCountLimitExceeded.CAMPAIGN_LIMIT @ 
 operations[0] (enclosingId=243426876, limit=1000, 
 accountLimitType=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN, 
 existingCount=1000), EntityCountLimitExceeded.CAMPAIGN_LIMIT @ 
 operations[12] (enclosingId=243426876, limit=1000, 
 accountLimitType=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN, 
 existingCount=1000), EntityCountLimitExceeded.CAMPAIGN_LIMIT @ 
 operations[28] (enclosingId=243426876, limit=1000, 
 accountLimitType=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN, 
 existingCount=1000)]

 The scenario is the following: I have a campaign where I set a target 
 cpa bidding strategy at the campaign level. Try I'm settings bidding 
 strategy exceptions at the adgroup level inside that campaign. When I do 
 that for many adgroups, I get the error above.

 The error looks like AdWords is imposing a maximum limit on the number 
 of adgroup bidding strategy exceptions that can exist within a campaign. 
 Fine. So my question is: What can I do about this? One thing I can think 
 of, is remove the campaign level bidding strategy and apply them to all the 
 adgroups directly. That way they're not exceptions any more I guess. The 
 problem is that for some reason applying bidding strategies to adgroups 
 seems to take a long time (it's taking me about 20-30 secs for each mutate 
 operation acting in batches of 100 adgroups).

 Suggestions?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c83269b3-9a64-4ff1-a64b-2681394783b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2015-03-17 Thread João Aparício
Just to clarify, above where I wrote Exceptions I meant Overrides.

On Tuesday, March 17, 2015 at 5:44:04 PM UTC, João Aparício wrote:

 I'm getting the following error:

 Server raised fault: '[EntityCountLimitExceeded.CAMPAIGN_LIMIT @ 
 operations[0] (enclosingId=243426876, limit=1000, 
 accountLimitType=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN, 
 existingCount=1000), EntityCountLimitExceeded.CAMPAIGN_LIMIT @ 
 operations[12] (enclosingId=243426876, limit=1000, 
 accountLimitType=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN, 
 existingCount=1000), EntityCountLimitExceeded.CAMPAIGN_LIMIT @ 
 operations[28] (enclosingId=243426876, limit=1000, 
 accountLimitType=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN, 
 existingCount=1000)]

 The scenario is the following: I have a campaign where I set a target cpa 
 bidding strategy at the campaign level. Try I'm settings bidding strategy 
 exceptions at the adgroup level inside that campaign. When I do that for 
 many adgroups, I get the error above.

 The error looks like AdWords is imposing a maximum limit on the number of 
 adgroup bidding strategy exceptions that can exist within a campaign. Fine. 
 So my question is: What can I do about this? One thing I can think of, is 
 remove the campaign level bidding strategy and apply them to all the 
 adgroups directly. That way they're not exceptions any more I guess. The 
 problem is that for some reason applying bidding strategies to adgroups 
 seems to take a long time (it's taking me about 20-30 secs for each mutate 
 operation acting in batches of 100 adgroups).

 Suggestions?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2c91b5f8-dd1e-4f4d-9a48-8d7f655d40a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2015-03-17 Thread João Aparício
I'm getting the following error:

Server raised fault: '[EntityCountLimitExceeded.CAMPAIGN_LIMIT @ 
operations[0] (enclosingId=243426876, limit=1000, 
accountLimitType=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN, 
existingCount=1000), EntityCountLimitExceeded.CAMPAIGN_LIMIT @ 
operations[12] (enclosingId=243426876, limit=1000, 
accountLimitType=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN, 
existingCount=1000), EntityCountLimitExceeded.CAMPAIGN_LIMIT @ 
operations[28] (enclosingId=243426876, limit=1000, 
accountLimitType=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN, 
existingCount=1000)]

The scenario is the following: I have a campaign where I set a target cpa 
bidding strategy at the campaign level. Try I'm settings bidding strategy 
exceptions at the adgroup level inside that campaign. When I do that for 
many adgroups, I get the error above.

The error looks like AdWords is imposing a maximum limit on the number of 
adgroup bidding strategy exceptions that can exist within a campaign. Fine. 
So my question is: What can I do about this? One thing I can think of, is 
remove the campaign level bidding strategy and apply them to all the 
adgroups directly. That way they're not exceptions any more I guess. The 
problem is that for some reason applying bidding strategies to adgroups 
seems to take a long time (it's taking me about 20-30 secs for each mutate 
operation acting in batches of 100 adgroups).

Suggestions?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/deeaa92c-2e27-46ce-bd20-ec9ec020c6a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-10-11 Thread ionatan . wiznia
Ok, I'm not sending the bidding strategy on the AdGroups and it worked. The 
only thing I don't understand is how was I able to create more than 1000 
AdGroups with a bidding strategy before. Is it because the limit just 
changed, or because google started to enforce it just now or am I missing 
something?

Thanks!

On Thursday, October 10, 2013 11:43:07 AM UTC+2, Danial Klimkin wrote:

 Hi,


 Please see my latest response:

 In order to avoid this error, you need to not to send BiddingType or 
 BiddingScheme in AdGroup-level calls. If they are specified, AdGroup-level 
 override is created and there is a limit of 1000 per campaign.
 The reason for it to get created is that the campaign-level setting can be 
 changed at any time. In such a case the AdGroups created with bidding type 
 specified need to retain the value provided.


 -Danial, AdWords API Team.



 On Tuesday, October 8, 2013 9:02:39 PM UTC+4, ionatan...@incuentra.comwrote:

 I'm having the same problem... I don't quite understand on what objects 
 the limit is... as Michael said, I have more than 1000 AdGroups on the 
 campaign, all created the same way (sending a bidding strategy 
 configuration) an now i'm unable to create another AdGroup in the same way.
 I also tried to query all the bidding strategy configurations, but I 
 can't find a way to do so (I tried using the BiddingStrategyService, but it 
 says there are 0 results, so I guess that's not it). I also don't know how 
 to see them in the adwords administration page, if there's a way to do so.
 The API version i'm using is 201306 and my account id is 8079245393. 
 Help is greatly appreciated!!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.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.


Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-10-10 Thread ionatan . wiznia
I'm having the same problem... I don't quite understand on what objects the 
limit is... as Michael said, I have more than 1000 AdGroups on the 
campaign, all created the same way (sending a bidding strategy 
configuration) an now i'm unable to create another AdGroup in the same way.
I also tried to query all the bidding strategy configurations, but I can't 
find a way to do so (I tried using the BiddingStrategyService, but it says 
there are 0 results, so I guess that's not it). I also don't know how to 
see them in the adwords administration page, if there's a way to do so.
The API version i'm using is 201306 and my account id is 8079245393. 
Help is greatly appreciated!!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.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.


Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-10-10 Thread Danial Klimkin
Hi,


Please see my latest response:

In order to avoid this error, you need to not to send BiddingType or 
BiddingScheme in AdGroup-level calls. If they are specified, AdGroup-level 
override is created and there is a limit of 1000 per campaign.
The reason for it to get created is that the campaign-level setting can be 
changed at any time. In such a case the AdGroups created with bidding type 
specified need to retain the value provided.


-Danial, AdWords API Team.



On Tuesday, October 8, 2013 9:02:39 PM UTC+4, ionatan...@incuentra.com 
wrote:

 I'm having the same problem... I don't quite understand on what objects 
 the limit is... as Michael said, I have more than 1000 AdGroups on the 
 campaign, all created the same way (sending a bidding strategy 
 configuration) an now i'm unable to create another AdGroup in the same way.
 I also tried to query all the bidding strategy configurations, but I can't 
 find a way to do so (I tried using the BiddingStrategyService, but it says 
 there are 0 results, so I guess that's not it). I also don't know how to 
 see them in the adwords administration page, if there's a way to do so.
 The API version i'm using is 201306 and my account id is 8079245393. 
 Help is greatly appreciated!!


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.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.


Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-08-14 Thread Danial Klimkin
 
 attempt 0 out of 30: Job finished with status 'COMPLETED'
 - POLLING FOR JOB STATUS END 
 --- result_response START ---
 {:simple_mutate_result=
   {:results=[{:place_holder=nil}],
:errors=
 [{:field_path=operations[0],
   :trigger=nil,
   :error_string=EntityCountLimitExceeded.CAMPAIGN_LIMIT,
   :api_error_type=EntityCountLimitExceeded,
   :reason=CAMPAIGN_LIMIT,
   :enclosing_id=62441820,
   :limit=1000,
   
 :account_limit_type=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN,
   :existing_count=1000,
   :xsi_type=EntityCountLimitExceeded}]}}
 --- result_response END ---
 Operation [0] - FAILED



 On Thursday, August 8, 2013 3:20:29 AM UTC-7, Danial Klimkin wrote:

 Hello Michael,


 Please let us know the following:

 1. Account ID and affected campaign IDs;
 2. Request IDs for the server responses with the error.


 -Danial, AdWords API Team.


 On Wednesday, August 7, 2013 6:51:31 PM UTC+4, Michael Ni wrote:

 I have many campaigns with over 1 groups and all with manual cpc 
 bidding strategies.
 I am able to mutate those ad group cpc prices except for 2 campaigns 
 which I am getting the limit error.

 Is this a bug?

 Mike Ni

 On Monday, August 5, 2013 11:32:29 PM UTC-7, Michael Ni wrote:

 I am seeing errors 
 {:field_path=operations[0]**, :trigger=nil, :error_string=**
 EntityCountLimitExceeded.**CAMPAIGN_LIMIT, 
 :api_error_type=**EntityCountLimitExceeded, 
 :reason=CAMPAIGN_LIMIT, :enclosing_id=65452860, :limit=1000, 
 :account_limit_type=AD_**GROUP_BIDDING_STRATEGY_**OVERRIDES_PER_CAMPAIGN,
  
 :existing_count=1000, :xsi_type=**EntityCountLimitExceeded}

 are there limits for setting biddingStrategyConfiguration on groups?

 this is a new error that has been popping up for me.

 Mike Ni



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.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.




Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-08-12 Thread Danial Klimkin
Hello Mike,


Thanks for the details, I'll check the ADD and SET behavior.

As per change, it must has happened with v201302 when the 
BiddingStrategyConfiguration was introduced.


-Danial, AdWords API Team.


On Friday, August 9, 2013 10:50:46 PM UTC+4, Michael Ni wrote:

 Hello Danial,

 I think I may have found my problem.

 I am using AdGroup Operation to set cpcbid price, but in that operand, I 
 am also putting the bidding_strategy_type.
 So my operand is not only setting new prices, but setting the bidding 
 strategy type as well.

 That would explain the limit.


 However what I don't get is, 

 1.) when the adgroup was first created, we set the bidding strategy type 
 to manual_cpc,
 why at that point does the limit error not happen?  why does it only 
 happen for Adgroup set operations after it was created?

 2.) Why did the limit error start happening recently?  I have been using 
 the same piece of code for close to 2 years and I never got these errors.

 Anyways my current fix was just to remove the bidding_strategy_type on 
 the operand for AdGroupOperation and only keep the bids.


 Mike




 On Friday, August 9, 2013 4:56:30 AM UTC-7, Danial Klimkin wrote:

 Hello Michael,


 1000 is the current limit for AdGroup overrides, so this error is 
 expected. Do you intentionally set the bidding scheme on the AdGroup level? 
 Can you use the campaign-level setting instead?


 -Danial, AdWords API Team.


 On Thursday, August 8, 2013 3:49:46 PM UTC+4, Michael Ni wrote:

 Thank you Danial for your time.

 Account ID: 568-153-6974
 I have included two subjects.
 Both subjects belong to campaign 62441820.
 In the actual google adwords website, they are both set to manual cpc
 My code did not change but recently I received entity limit errors.
 My guess is Google started enforcing limits recently.
 Subject 1 successfully updated price.
 Subject 2 received a limit error.

 I was suggested that it is due to having more than 1000 groups with 
 manual cpc will trigger limit error.
 However as you can see in our account, there are tons of campaigns that 
 include close to 2 groups with manual cpc.

  subject 1 
 

 group id: 2162690340
 campaign id: 62441820
 Job ID -5562566137303992552 was successfully created.
 - POLLING FOR JOB STATUS START 
 attempt 0 out of 30: Job finished with status 'COMPLETED'
 - POLLING FOR JOB STATUS END 
 --- result_response START ---
 {:simple_mutate_result=
   {:results=
 [{:ad_group=
{:id=2162690340,
 :campaign_id=62441820,
 :campaign_name=shop-7-se-us,
 :name=address-books,
 :status=ENABLED,
 :settings=
  [{:setting_type=TargetingSetting, 
 :xsi_type=TargetingSetting}],
 :bidding_strategy_configuration=
  {:bidding_strategy_type=MANUAL_CPC,
   :bidding_scheme=
{:bidding_scheme_type=ManualCpcBiddingScheme,
 :enhanced_cpc_enabled=false,
 :xsi_type=ManualCpcBiddingScheme},
   :bids=
[{:bids_type=CpcBid,
  :bid={:comparable_value_type=Money, 
 :micro_amount=14},
  :cpc_bid_source=ADGROUP,
  :xsi_type=CpcBid}]}}}]}}
 --- result_response END ---
 Operation [0] - SUCCEEDED



  subject 2 
 

 group id: 2162613660
 campaign id: 62441820
 Job ID 6838668885192987867 was successfully created.
 - POLLING FOR JOB STATUS START 
 attempt 0 out of 30: Job finished with status 'COMPLETED'
 - POLLING FOR JOB STATUS END 
 --- result_response START ---
 {:simple_mutate_result=
   {:results=[{:place_holder=nil}],
:errors=
 [{:field_path=operations[0],
   :trigger=nil,
   :error_string=EntityCountLimitExceeded.CAMPAIGN_LIMIT,
   :api_error_type=EntityCountLimitExceeded,
   :reason=CAMPAIGN_LIMIT,
   :enclosing_id=62441820,
   :limit=1000,
   
 :account_limit_type=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN,
   :existing_count=1000,
   :xsi_type=EntityCountLimitExceeded}]}}
 --- result_response END ---
 Operation [0] - FAILED



 On Thursday, August 8, 2013 3:20:29 AM UTC-7, Danial Klimkin wrote:

 Hello Michael,


 Please let us know the following:

 1. Account ID and affected campaign IDs;
 2. Request IDs for the server responses with the error.


 -Danial, AdWords API Team.


 On Wednesday, August 7, 2013 6:51:31 PM UTC+4, Michael Ni wrote:

 I have many campaigns with over 1 groups and all with manual cpc 
 bidding strategies.
 I am able to mutate those ad group cpc prices except for 2 campaigns 
 which I am getting the limit error.

 Is this a bug?

 Mike Ni

 On Monday, August 5, 2013 11:32:29 PM UTC-7, Michael Ni wrote:

 I am seeing errors

Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-08-12 Thread Michael Ni
Hi Danial,

Please let me know what you find.  If the limitations are also true for 
ADD, I am in a world of pain.

We are pretty large customer of Google Ads, however our organization of ads 
was group centric due to human constraints early on.

Soon we moved to using programatic methods but the group centric 
organization was never changed.

Do any limits apply if we switch to a more detailed keyword level manual 
cpc price setting?

Perhaps it is time to transition to keyword centric if there are no limits

Mike 



On Monday, August 12, 2013 3:22:21 AM UTC-7, Danial Klimkin wrote:

 Hello Mike,


 Thanks for the details, I'll check the ADD and SET behavior.

 As per change, it must has happened with v201302 when the 
 BiddingStrategyConfiguration was introduced.


 -Danial, AdWords API Team.


 On Friday, August 9, 2013 10:50:46 PM UTC+4, Michael Ni wrote:

 Hello Danial,

 I think I may have found my problem.

 I am using AdGroup Operation to set cpcbid price, but in that operand, I 
 am also putting the bidding_strategy_type.
 So my operand is not only setting new prices, but setting the bidding 
 strategy type as well.

 That would explain the limit.


 However what I don't get is, 

 1.) when the adgroup was first created, we set the bidding strategy type 
 to manual_cpc,
 why at that point does the limit error not happen?  why does it only 
 happen for Adgroup set operations after it was created?

 2.) Why did the limit error start happening recently?  I have been using 
 the same piece of code for close to 2 years and I never got these errors.

 Anyways my current fix was just to remove the bidding_strategy_type on 
 the operand for AdGroupOperation and only keep the bids.


 Mike




 On Friday, August 9, 2013 4:56:30 AM UTC-7, Danial Klimkin wrote:

 Hello Michael,


 1000 is the current limit for AdGroup overrides, so this error is 
 expected. Do you intentionally set the bidding scheme on the AdGroup level? 
 Can you use the campaign-level setting instead?


 -Danial, AdWords API Team.


 On Thursday, August 8, 2013 3:49:46 PM UTC+4, Michael Ni wrote:

 Thank you Danial for your time.

 Account ID: 568-153-6974
 I have included two subjects.
 Both subjects belong to campaign 62441820.
 In the actual google adwords website, they are both set to manual cpc
 My code did not change but recently I received entity limit errors.
 My guess is Google started enforcing limits recently.
 Subject 1 successfully updated price.
 Subject 2 received a limit error.

 I was suggested that it is due to having more than 1000 groups with 
 manual cpc will trigger limit error.
 However as you can see in our account, there are tons of campaigns that 
 include close to 2 groups with manual cpc.

  subject 1 
 

 group id: 2162690340
 campaign id: 62441820
 Job ID -5562566137303992552 was successfully created.
 - POLLING FOR JOB STATUS START 
 attempt 0 out of 30: Job finished with status 'COMPLETED'
 - POLLING FOR JOB STATUS END 
 --- result_response START ---
 {:simple_mutate_result=
   {:results=
 [{:ad_group=
{:id=2162690340,
 :campaign_id=62441820,
 :campaign_name=shop-7-se-us,
 :name=address-books,
 :status=ENABLED,
 :settings=
  [{:setting_type=TargetingSetting, 
 :xsi_type=TargetingSetting}],
 :bidding_strategy_configuration=
  {:bidding_strategy_type=MANUAL_CPC,
   :bidding_scheme=
{:bidding_scheme_type=ManualCpcBiddingScheme,
 :enhanced_cpc_enabled=false,
 :xsi_type=ManualCpcBiddingScheme},
   :bids=
[{:bids_type=CpcBid,
  :bid={:comparable_value_type=Money, 
 :micro_amount=14},
  :cpc_bid_source=ADGROUP,
  :xsi_type=CpcBid}]}}}]}}
 --- result_response END ---
 Operation [0] - SUCCEEDED



  subject 2 
 

 group id: 2162613660
 campaign id: 62441820
 Job ID 6838668885192987867 was successfully created.
 - POLLING FOR JOB STATUS START 
 attempt 0 out of 30: Job finished with status 'COMPLETED'
 - POLLING FOR JOB STATUS END 
 --- result_response START ---
 {:simple_mutate_result=
   {:results=[{:place_holder=nil}],
:errors=
 [{:field_path=operations[0],
   :trigger=nil,
   :error_string=EntityCountLimitExceeded.CAMPAIGN_LIMIT,
   :api_error_type=EntityCountLimitExceeded,
   :reason=CAMPAIGN_LIMIT,
   :enclosing_id=62441820,
   :limit=1000,
   
 :account_limit_type=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN,
   :existing_count=1000,
   :xsi_type=EntityCountLimitExceeded}]}}
 --- result_response END ---
 Operation [0] - FAILED



 On Thursday, August 8, 2013 3:20:29

Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-08-09 Thread Danial Klimkin
Hello Michael,


1000 is the current limit for AdGroup overrides, so this error is expected. 
Do you intentionally set the bidding scheme on the AdGroup level? Can you 
use the campaign-level setting instead?


-Danial, AdWords API Team.


On Thursday, August 8, 2013 3:49:46 PM UTC+4, Michael Ni wrote:

 Thank you Danial for your time.

 Account ID: 568-153-6974
 I have included two subjects.
 Both subjects belong to campaign 62441820.
 In the actual google adwords website, they are both set to manual cpc
 My code did not change but recently I received entity limit errors.
 My guess is Google started enforcing limits recently.
 Subject 1 successfully updated price.
 Subject 2 received a limit error.

 I was suggested that it is due to having more than 1000 groups with manual 
 cpc will trigger limit error.
 However as you can see in our account, there are tons of campaigns that 
 include close to 2 groups with manual cpc.

  subject 1 
 

 group id: 2162690340
 campaign id: 62441820
 Job ID -5562566137303992552 was successfully created.
 - POLLING FOR JOB STATUS START 
 attempt 0 out of 30: Job finished with status 'COMPLETED'
 - POLLING FOR JOB STATUS END 
 --- result_response START ---
 {:simple_mutate_result=
   {:results=
 [{:ad_group=
{:id=2162690340,
 :campaign_id=62441820,
 :campaign_name=shop-7-se-us,
 :name=address-books,
 :status=ENABLED,
 :settings=
  [{:setting_type=TargetingSetting, 
 :xsi_type=TargetingSetting}],
 :bidding_strategy_configuration=
  {:bidding_strategy_type=MANUAL_CPC,
   :bidding_scheme=
{:bidding_scheme_type=ManualCpcBiddingScheme,
 :enhanced_cpc_enabled=false,
 :xsi_type=ManualCpcBiddingScheme},
   :bids=
[{:bids_type=CpcBid,
  :bid={:comparable_value_type=Money, 
 :micro_amount=14},
  :cpc_bid_source=ADGROUP,
  :xsi_type=CpcBid}]}}}]}}
 --- result_response END ---
 Operation [0] - SUCCEEDED



  subject 2 
 

 group id: 2162613660
 campaign id: 62441820
 Job ID 6838668885192987867 was successfully created.
 - POLLING FOR JOB STATUS START 
 attempt 0 out of 30: Job finished with status 'COMPLETED'
 - POLLING FOR JOB STATUS END 
 --- result_response START ---
 {:simple_mutate_result=
   {:results=[{:place_holder=nil}],
:errors=
 [{:field_path=operations[0],
   :trigger=nil,
   :error_string=EntityCountLimitExceeded.CAMPAIGN_LIMIT,
   :api_error_type=EntityCountLimitExceeded,
   :reason=CAMPAIGN_LIMIT,
   :enclosing_id=62441820,
   :limit=1000,
   
 :account_limit_type=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN,
   :existing_count=1000,
   :xsi_type=EntityCountLimitExceeded}]}}
 --- result_response END ---
 Operation [0] - FAILED



 On Thursday, August 8, 2013 3:20:29 AM UTC-7, Danial Klimkin wrote:

 Hello Michael,


 Please let us know the following:

 1. Account ID and affected campaign IDs;
 2. Request IDs for the server responses with the error.


 -Danial, AdWords API Team.


 On Wednesday, August 7, 2013 6:51:31 PM UTC+4, Michael Ni wrote:

 I have many campaigns with over 1 groups and all with manual cpc 
 bidding strategies.
 I am able to mutate those ad group cpc prices except for 2 campaigns 
 which I am getting the limit error.

 Is this a bug?

 Mike Ni

 On Monday, August 5, 2013 11:32:29 PM UTC-7, Michael Ni wrote:

 I am seeing errors 
 {:field_path=operations[0]**, :trigger=nil, :error_string=**
 EntityCountLimitExceeded.**CAMPAIGN_LIMIT, 
 :api_error_type=**EntityCountLimitExceeded, 
 :reason=CAMPAIGN_LIMIT, :enclosing_id=65452860, :limit=1000, 
 :account_limit_type=AD_**GROUP_BIDDING_STRATEGY_**OVERRIDES_PER_CAMPAIGN,
  
 :existing_count=1000, :xsi_type=**EntityCountLimitExceeded}

 are there limits for setting biddingStrategyConfiguration on groups?

 this is a new error that has been popping up for me.

 Mike Ni



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.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

Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-08-09 Thread Michael Ni
Hello Danial,

I think I may have found my problem.

I am using AdGroup Operation to set cpcbid price, but in that operand, I am 
also putting the bidding_strategy_type.
So my operand is not only setting new prices, but setting the bidding 
strategy type as well.

That would explain the limit.


However what I don't get is, 

1.) when the adgroup was first created, we set the bidding strategy type to 
manual_cpc,
why at that point does the limit error not happen?  why does it only happen 
for Adgroup set operations after it was created?

2.) Why did the limit error start happening recently?  I have been using 
the same piece of code for close to 2 years and I never got these errors.

Anyways my current fix was just to remove the bidding_strategy_type on 
the operand for AdGroupOperation and only keep the bids.


Mike




On Friday, August 9, 2013 4:56:30 AM UTC-7, Danial Klimkin wrote:

 Hello Michael,


 1000 is the current limit for AdGroup overrides, so this error is 
 expected. Do you intentionally set the bidding scheme on the AdGroup level? 
 Can you use the campaign-level setting instead?


 -Danial, AdWords API Team.


 On Thursday, August 8, 2013 3:49:46 PM UTC+4, Michael Ni wrote:

 Thank you Danial for your time.

 Account ID: 568-153-6974
 I have included two subjects.
 Both subjects belong to campaign 62441820.
 In the actual google adwords website, they are both set to manual cpc
 My code did not change but recently I received entity limit errors.
 My guess is Google started enforcing limits recently.
 Subject 1 successfully updated price.
 Subject 2 received a limit error.

 I was suggested that it is due to having more than 1000 groups with 
 manual cpc will trigger limit error.
 However as you can see in our account, there are tons of campaigns that 
 include close to 2 groups with manual cpc.

  subject 1 
 

 group id: 2162690340
 campaign id: 62441820
 Job ID -5562566137303992552 was successfully created.
 - POLLING FOR JOB STATUS START 
 attempt 0 out of 30: Job finished with status 'COMPLETED'
 - POLLING FOR JOB STATUS END 
 --- result_response START ---
 {:simple_mutate_result=
   {:results=
 [{:ad_group=
{:id=2162690340,
 :campaign_id=62441820,
 :campaign_name=shop-7-se-us,
 :name=address-books,
 :status=ENABLED,
 :settings=
  [{:setting_type=TargetingSetting, 
 :xsi_type=TargetingSetting}],
 :bidding_strategy_configuration=
  {:bidding_strategy_type=MANUAL_CPC,
   :bidding_scheme=
{:bidding_scheme_type=ManualCpcBiddingScheme,
 :enhanced_cpc_enabled=false,
 :xsi_type=ManualCpcBiddingScheme},
   :bids=
[{:bids_type=CpcBid,
  :bid={:comparable_value_type=Money, 
 :micro_amount=14},
  :cpc_bid_source=ADGROUP,
  :xsi_type=CpcBid}]}}}]}}
 --- result_response END ---
 Operation [0] - SUCCEEDED



  subject 2 
 

 group id: 2162613660
 campaign id: 62441820
 Job ID 6838668885192987867 was successfully created.
 - POLLING FOR JOB STATUS START 
 attempt 0 out of 30: Job finished with status 'COMPLETED'
 - POLLING FOR JOB STATUS END 
 --- result_response START ---
 {:simple_mutate_result=
   {:results=[{:place_holder=nil}],
:errors=
 [{:field_path=operations[0],
   :trigger=nil,
   :error_string=EntityCountLimitExceeded.CAMPAIGN_LIMIT,
   :api_error_type=EntityCountLimitExceeded,
   :reason=CAMPAIGN_LIMIT,
   :enclosing_id=62441820,
   :limit=1000,
   
 :account_limit_type=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN,
   :existing_count=1000,
   :xsi_type=EntityCountLimitExceeded}]}}
 --- result_response END ---
 Operation [0] - FAILED



 On Thursday, August 8, 2013 3:20:29 AM UTC-7, Danial Klimkin wrote:

 Hello Michael,


 Please let us know the following:

 1. Account ID and affected campaign IDs;
 2. Request IDs for the server responses with the error.


 -Danial, AdWords API Team.


 On Wednesday, August 7, 2013 6:51:31 PM UTC+4, Michael Ni wrote:

 I have many campaigns with over 1 groups and all with manual cpc 
 bidding strategies.
 I am able to mutate those ad group cpc prices except for 2 campaigns 
 which I am getting the limit error.

 Is this a bug?

 Mike Ni

 On Monday, August 5, 2013 11:32:29 PM UTC-7, Michael Ni wrote:

 I am seeing errors 
 {:field_path=operations[0]**, :trigger=nil, :error_string=**
 EntityCountLimitExceeded.**CAMPAIGN_LIMIT, 
 :api_error_type=**EntityCountLimitExceeded, 
 :reason=CAMPAIGN_LIMIT, :enclosing_id=65452860, :limit=1000, 
 :account_limit_type=AD_**GROUP_BIDDING_STRATEGY_**OVERRIDES_PER_CAMPAIGN

Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-08-08 Thread Danial Klimkin
Hello Michael,


Please let us know the following:

1. Account ID and affected campaign IDs;
2. Request IDs for the server responses with the error.


-Danial, AdWords API Team.


On Wednesday, August 7, 2013 6:51:31 PM UTC+4, Michael Ni wrote:

 I have many campaigns with over 1 groups and all with manual cpc 
 bidding strategies.
 I am able to mutate those ad group cpc prices except for 2 campaigns which 
 I am getting the limit error.

 Is this a bug?

 Mike Ni

 On Monday, August 5, 2013 11:32:29 PM UTC-7, Michael Ni wrote:

 I am seeing errors 
 {:field_path=operations[0]**, :trigger=nil, :error_string=**
 EntityCountLimitExceeded.**CAMPAIGN_LIMIT, 
 :api_error_type=**EntityCountLimitExceeded, 
 :reason=CAMPAIGN_LIMIT, :enclosing_id=65452860, :limit=1000, 
 :account_limit_type=AD_**GROUP_BIDDING_STRATEGY_**OVERRIDES_PER_CAMPAIGN, 
 :existing_count=1000, :xsi_type=**EntityCountLimitExceeded}

 are there limits for setting biddingStrategyConfiguration on groups?

 this is a new error that has been popping up for me.

 Mike Ni



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.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.




Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-08-08 Thread Michael Ni
Thank you Danial for your time.

Account ID: 568-153-6974
I have included two subjects.
Both subjects belong to campaign 62441820.
In the actual google adwords website, they are both set to manual cpc
My code did not change but recently I received entity limit errors.
My guess is Google started enforcing limits recently.
Subject 1 successfully updated price.
Subject 2 received a limit error.

I was suggested that it is due to having more than 1000 groups with manual 
cpc will trigger limit error.
However as you can see in our account, there are tons of campaigns that 
include close to 2 groups with manual cpc.

 subject 1 


group id: 2162690340
campaign id: 62441820
Job ID -5562566137303992552 was successfully created.
- POLLING FOR JOB STATUS START 
attempt 0 out of 30: Job finished with status 'COMPLETED'
- POLLING FOR JOB STATUS END 
--- result_response START ---
{:simple_mutate_result=
  {:results=
[{:ad_group=
   {:id=2162690340,
:campaign_id=62441820,
:campaign_name=shop-7-se-us,
:name=address-books,
:status=ENABLED,
:settings=
 [{:setting_type=TargetingSetting, 
:xsi_type=TargetingSetting}],
:bidding_strategy_configuration=
 {:bidding_strategy_type=MANUAL_CPC,
  :bidding_scheme=
   {:bidding_scheme_type=ManualCpcBiddingScheme,
:enhanced_cpc_enabled=false,
:xsi_type=ManualCpcBiddingScheme},
  :bids=
   [{:bids_type=CpcBid,
 :bid={:comparable_value_type=Money, :micro_amount=14},
 :cpc_bid_source=ADGROUP,
 :xsi_type=CpcBid}]}}}]}}
--- result_response END ---
Operation [0] - SUCCEEDED



 subject 2 


group id: 2162613660
campaign id: 62441820
Job ID 6838668885192987867 was successfully created.
- POLLING FOR JOB STATUS START 
attempt 0 out of 30: Job finished with status 'COMPLETED'
- POLLING FOR JOB STATUS END 
--- result_response START ---
{:simple_mutate_result=
  {:results=[{:place_holder=nil}],
   :errors=
[{:field_path=operations[0],
  :trigger=nil,
  :error_string=EntityCountLimitExceeded.CAMPAIGN_LIMIT,
  :api_error_type=EntityCountLimitExceeded,
  :reason=CAMPAIGN_LIMIT,
  :enclosing_id=62441820,
  :limit=1000,
  
:account_limit_type=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN,
  :existing_count=1000,
  :xsi_type=EntityCountLimitExceeded}]}}
--- result_response END ---
Operation [0] - FAILED



On Thursday, August 8, 2013 3:20:29 AM UTC-7, Danial Klimkin wrote:

 Hello Michael,


 Please let us know the following:

 1. Account ID and affected campaign IDs;
 2. Request IDs for the server responses with the error.


 -Danial, AdWords API Team.


 On Wednesday, August 7, 2013 6:51:31 PM UTC+4, Michael Ni wrote:

 I have many campaigns with over 1 groups and all with manual cpc 
 bidding strategies.
 I am able to mutate those ad group cpc prices except for 2 campaigns 
 which I am getting the limit error.

 Is this a bug?

 Mike Ni

 On Monday, August 5, 2013 11:32:29 PM UTC-7, Michael Ni wrote:

 I am seeing errors 
 {:field_path=operations[0]**, :trigger=nil, :error_string=**
 EntityCountLimitExceeded.**CAMPAIGN_LIMIT, 
 :api_error_type=**EntityCountLimitExceeded, 
 :reason=CAMPAIGN_LIMIT, :enclosing_id=65452860, :limit=1000, 
 :account_limit_type=AD_**GROUP_BIDDING_STRATEGY_**OVERRIDES_PER_CAMPAIGN,
  
 :existing_count=1000, :xsi_type=**EntityCountLimitExceeded}

 are there limits for setting biddingStrategyConfiguration on groups?

 this is a new error that has been popping up for me.

 Mike Ni



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.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.


Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-08-07 Thread Michael Ni
I have many campaigns with over 1 groups and all with manual cpc 
bidding strategies.
I am able to mutate those ad group cpc prices except for 2 campaigns which 
I am getting the limit error.

Is this a bug?

Mike Ni

On Monday, August 5, 2013 11:32:29 PM UTC-7, Michael Ni wrote:

 I am seeing errors 
 {:field_path=operations[0]**, :trigger=nil, :error_string=**
 EntityCountLimitExceeded.**CAMPAIGN_LIMIT, 
 :api_error_type=**EntityCountLimitExceeded, 
 :reason=CAMPAIGN_LIMIT, :enclosing_id=65452860, :limit=1000, 
 :account_limit_type=AD_**GROUP_BIDDING_STRATEGY_**OVERRIDES_PER_CAMPAIGN, 
 :existing_count=1000, :xsi_type=**EntityCountLimitExceeded}

 are there limits for setting biddingStrategyConfiguration on groups?

 this is a new error that has been popping up for me.

 Mike Ni


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.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.




AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-08-06 Thread Michael Ni
I am seeing errors 
{:field_path=operations[0]**, :trigger=nil, :error_string=**
EntityCountLimitExceeded.**CAMPAIGN_LIMIT, 
:api_error_type=**EntityCountLimitExceeded, 
:reason=CAMPAIGN_LIMIT, :enclosing_id=65452860, :limit=1000, 
:account_limit_type=AD_**GROUP_BIDDING_STRATEGY_**OVERRIDES_PER_CAMPAIGN, 
:existing_count=1000, :xsi_type=**EntityCountLimitExceeded}

are there limits for setting biddingStrategyConfiguration on groups?

this is a new error that has been popping up for me.

Mike Ni

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.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.