Re: TargetError.CANNOT_MODIFY_CONTENT_CONTEXTUAL Error

2012-09-26 Thread Rajesh Karusala
*As per below note from addCampaign page - 
https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.NetworkSetting
Note:* Setting targetContentContextual for new campaigns or existing 
campaigns that have enabled Flexible Reach (
TargetRestrictSetting.useAdGroup=true) will fail with 
TargetError.CANNOT_MODIFY_CONTENT_CONTEXTUAL.

As per the above note, I'm setting useAdGroup to false. But still the API 
complains about networkSettings. I thought useAdgroup with false value 
would respect network settings.

soapenv:Body
mutate xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
xmlns=https://adwords.google.com/api/adwords/cm/v201206;
operations
operatorADD/operator
operand
nameTest Campaign_2012/09/27-06:04:12/name
statusACTIVE/status
startDate20120927/startDate
endDate20120927/endDate
budget
periodDAILY/period
amount
microAmount5/microAmount
/amount
deliveryMethodACCELERATED/deliveryMethod
/budget
biddingStrategy xsi:type=ns2:ManualCPC
 
xmlns:ns2=https://adwords.google.com/api/adwords/cm/v201206/
settings xsi:type=ns3:KeywordMatchSetting
  
xmlns:ns3=https://adwords.google.com/api/adwords/cm/v201206;
optIntrue/optIn
/settings
settings xsi:type=ns4:TargetRestrictSetting
  
xmlns:ns4=https://adwords.google.com/api/adwords/cm/v201206;
*useAdGroupfalse/useAdGroup*
/settings
networkSetting
targetGoogleSearchtrue/targetGoogleSearch
targetSearchNetworktrue/targetSearchNetwork
targetContentNetworkfalse/targetContentNetwork

targetContentContextualfalse/targetContentContextual

targetPartnerSearchNetworkfalse/targetPartnerSearchNetwork
/networkSetting
/operand
/operations
/mutate
/soapenv:Body

Please let me know the problem here.

On Friday, September 7, 2012 2:59:19 PM UTC-7, ben fenster wrote:

 i dont understand why using this setting is not allowed and i cant see 
 nothing about it in the API docs ?
 how can i avoid such mistakes if the API does not explain what is 
 allowed/not allowed ?


 On Friday, September 7, 2012 2:40:57 PM UTC+3, Anash P. Oommen wrote:

 Hi Ben,

 You shouldn't set setTargetContentContextual on NetworkSetting field if 
 you are using v201206, instead use TargetRestrictSetting on campaign. Then 
 define the TargetingSetting in your adgroup.

 See 
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201206/basicoperations/AddCampaigns.java
  and 
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201206/basicoperations/AddAdGroups.java
  for 
 details on how this may be done.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Thursday, 6 September 2012 19:17:31 UTC+5:30, ben fenster wrote:

  Hi,

 i am currntly using the latest java client API on the latest version of 
 the adwords api (v201206).
 i try to add a campaign after calling the setTargetContentContextual of 
 the NetworkSetting Object and always get the following API ERROR
 [com.google.api.adwords.v201206.cm.TargetError , TargetError , 
 TargetError.CANNOT_MODIFY_CONTENT_CONTEXTUAL , 
 operations[0].operand.networkSetting ]

 i also tried playing with the TargetRestrictSetting as mentioned in the 
 API Docs with no success. 
 can any one tell me why is that ?



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Reports taking forever to load

2012-06-08 Thread Rajesh Karusala
Are you using AdHoc reporting feature - 
https://developers.google.com/adwords/api/docs/guides/reporting

Thanks,
Rajesh.

On Thursday, June 7, 2012 6:32:10 AM UTC-7, Reed wrote:

 Anyone else seeing problem with reports taking forever to load today?  We 
 upgraded to the 201109_01 library yesterday, and now every report we pull 
 (keyword perf, criteria perf, campaign perf, etc etc) is taking 25+ minutes 
 to load - even the small ones that usually take only a second.  We rolled 
 back to the 201109 library, still  see the same problem.  Not sure what 
 debugging info to include since this is the adhoc reporting.
 thanks
 -reed
  


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: BulkMutateJob - campaign limit with customer as scoping entity

2012-06-07 Thread Rajesh Karusala
Any help would be greatly appreciated!!! 
At the moment, our bid updates are running slow planning to switch to bulk 
mutate job, if campaign count restriction is not in place.

Thanks,
Rajesh.

On Tuesday, June 5, 2012 5:47:39 PM UTC-7, Rajesh Karusala wrote:

 Question on below BulkMutateJob restriction:
 **A job may have no more than 500,000 mutate operations in total, and *no 
 more than 10 different scoping campaigns*.

 Does the campaign limit restriction apply even when my scoping entity is 
 customer?

 For ex: Is it possible to submitt 100 keyword bid update ops 
 (BiddableAdGroupCriterion) in one job, where these keywords are spanning 
 across more than 10 campaigns but belongs to one customer.

 Thanks,
 Rajesh


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


BulkMutateJob - campaign limit with customer as scoping entity

2012-06-05 Thread Rajesh Karusala
Question on below BulkMutateJob restriction:
**A job may have no more than 500,000 mutate operations in total, and *no 
more than 10 different scoping campaigns*.

Does the campaign limit restriction apply even when my scoping entity is 
customer?

For ex: Is it possible to submitt 100 keyword bid update ops 
(BiddableAdGroupCriterion) in one job, where these keywords are spanning 
across more than 10 campaigns but belongs to one customer.

Thanks,
Rajesh

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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