Re: Is {device} value track parameter available for PLAs?

2014-03-26 Thread Cap'n of d'Ship
Hi, We're adding some tagging parameters to the URL from the 
ProductTarget's url field.  But the base of the url is set as {lpurl} so it 
will be automatically changed (I beleive via the adwords_redirect url in 
the merchant center).  The {device} variable is added in the url of th 
eproduct target.  

Will this approach work?

{lpurl}/?ID=12345device={device}


On Friday, July 26, 2013 7:40:47 AM UTC-7, CFJ wrote:

 Yes, you can add the {device} ValueTrack parameter (and many others) to 
 the adwords_redirect URL in your merchant center feed and they WILL be 
 populated.

 I have successfully utilized all of the following ValueTrack parameters in 
 a live Product Listing Ads account: {adwords_producttargetid}, {adtype}, 
 {network}, {creative}, {device}, and {ifmobile:[value]}

 Hope that helps.



 On Thursday, July 25, 2013 6:25:48 PM UTC-4, HK wrote:

 Hi,

 Thishttp://adwords.blogspot.com/2013/03/new-valuetrack-parameters-for-enhanced.htmlblog
  entry discusses the ...new ValueTrack features for advertisers using 
 keyword level URLs which makes me wonder if the new {device} value track 
 parameter is available for Product Listing Ads as well (adwords_redirect) 
 as opposed to only keyword triggered ads? I assume it is, but as testing 
 these parameters is not easily done except with live products, it'd be 
 great to get confirmation on this before proceeding with our 
 implementation. Ideally, I'd like to use it for PLA, TextAds, Placements 
 and Sitelinks.

 Value track parameters documentation:
 https://support.google.com/adwords/answer/2375447?hl=en

 Thanks,
 Hans



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d/optout.


Traffic estimation API

2014-03-24 Thread Cap'n of d'Ship
When we do traffic estimation via the API, is the result based on the 
historical performance of the account? 

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d/optout.


Downloading assets that have changed

2014-03-14 Thread Cap'n of d'Ship
I am trying to do a sync of our local database with the data we have in 
adwords (since updates may be done by some other users to the Status/bids 
of our keywords outside our internal app).  Is there a way to get only 
those assets(Campaign/AdGroups/Keywords/Product Targets/Ads) that have 
changes from a certain date until the date/time that this request is made? 
 Either a csv file download or an api call will do (or any way that we can 
do that here).

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d/optout.


Re: Downloading assets that have changed

2014-03-14 Thread Cap'n of d'Ship
Thanks!  This is awesome.  I tried it out based on the sample code you gave 
me, but there happens to be a limit as to the number of changes that can be 
returned -- I got the error 
Exception in thread main AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 faultSubcode: 
 faultString: [CustomerSyncError.TOO_MANY_CHANGES @ selector]
 faultActor: 
 faultNode: 
 faultDetail: 
{https://adwords.google.com/api/adwords/ch/v201309}ApiExceptionFault:message[CustomerSyncError.TOO_MANY_CHANGES
 
@ 
selector]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:type=ns2:CustomerSyncErrorfieldPathselector/fieldPathtrigger/errorStringCustomerSyncError.TOO_MANY_CHANGES/errorStringApiError.TypeCustomerSyncError/ApiError.Typens2:reasonTOO_MANY_CHANGES/ns2:reason/errors


Let's say there are changes to all the campaigns, what's the magic number 
that I should use to batch my campaigns so that I won't be given this error?



On Friday, March 14, 2014 8:03:39 AM UTC-7, Josh Radcliff (AdWords API 
Team) wrote:

 Hi,

 The 
 CustomerSyncServicehttps://developers.google.com/adwords/api/docs/reference/v201402/CustomerSyncService
  will 
 give you access to changes throughout your account.  You can set various 
 attributes on the 
 CustomerSyncSelectorhttps://developers.google.com/adwords/api/docs/reference/v201402/CustomerSyncService.CustomerSyncSelector
  to 
 control the time range, campaigns, and feeds that you want to select.

 Our client libraries each contain a *GetAccountChanges* example that 
 illustrates how to use the service, e.g., the Java example is 
 herehttps://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201402/accountmanagement/GetAccountChanges.java
 .

 Cheers,
 Josh, AdWords API Team

 On Thursday, March 13, 2014 5:14:55 PM UTC-4, Cap'n of d'Ship wrote:

 I am trying to do a sync of our local database with the data we have in 
 adwords (since updates may be done by some other users to the Status/bids 
 of our keywords outside our internal app).  Is there a way to get only 
 those assets(Campaign/AdGroups/Keywords/Product Targets/Ads) that have 
 changes from a certain date until the date/time that this request is made? 
  Either a csv file download or an api call will do (or any way that we can 
 do that here).

 Thanks!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d/optout.


Re: Downloading assets that have changed

2014-03-14 Thread Cap'n of d'Ship
How about a report (via the api) to get a csv copy of the accountChanges?   
Is there one?

On Friday, March 14, 2014 3:20:53 PM UTC-7, Josh Radcliff (AdWords API 
Team) wrote:

 Hi,

 We don't expose that limit publicly and it's subject to change going 
 forward.  However, the Troubleshooting 
 Guidehttps://developers.google.com/adwords/api/docs/common-errors?csw=1#CustomerSyncError
  contains 
 suggestions on how to handle it.

 Thanks,
 Josh, AdWords API Team 

 On Friday, March 14, 2014 6:03:56 PM UTC-4, Cap'n of d'Ship wrote:

 Thanks!  This is awesome.  I tried it out based on the sample code you 
 gave me, but there happens to be a limit as to the number of changes that 
 can be returned -- I got the error 
 Exception in thread main AxisFault
  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
  faultSubcode: 
  faultString: [CustomerSyncError.TOO_MANY_CHANGES @ selector]
  faultActor: 
  faultNode: 
  faultDetail: 
 {https://adwords.google.com/api/adwords/ch/v201309}ApiExceptionFault:message[CustomerSyncError.TOO_MANY_CHANGES
  
 @ 
 selector]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=ns2:CustomerSyncErrorfieldPathselector/fieldPathtrigger/errorStringCustomerSyncError.TOO_MANY_CHANGES/errorStringApiError.TypeCustomerSyncError/ApiError.Typens2:reasonTOO_MANY_CHANGES/ns2:reason/errors


 Let's say there are changes to all the campaigns, what's the magic number 
 that I should use to batch my campaigns so that I won't be given this error?



 On Friday, March 14, 2014 8:03:39 AM UTC-7, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi,

 The 
 CustomerSyncServicehttps://developers.google.com/adwords/api/docs/reference/v201402/CustomerSyncService
  will 
 give you access to changes throughout your account.  You can set various 
 attributes on the 
 CustomerSyncSelectorhttps://developers.google.com/adwords/api/docs/reference/v201402/CustomerSyncService.CustomerSyncSelector
  to 
 control the time range, campaigns, and feeds that you want to select.

 Our client libraries each contain a *GetAccountChanges* example that 
 illustrates how to use the service, e.g., the Java example is 
 herehttps://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201402/accountmanagement/GetAccountChanges.java
 .

 Cheers,
 Josh, AdWords API Team

 On Thursday, March 13, 2014 5:14:55 PM UTC-4, Cap'n of d'Ship wrote:

 I am trying to do a sync of our local database with the data we have in 
 adwords (since updates may be done by some other users to the Status/bids 
 of our keywords outside our internal app).  Is there a way to get only 
 those assets(Campaign/AdGroups/Keywords/Product Targets/Ads) that have 
 changes from a certain date until the date/time that this request is made? 
  Either a csv file download or an api call will do (or any way that we can 
 do that here).

 Thanks!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d/optout.


Handling Errors on Mutate (Java)

2013-08-26 Thread Cap'n of d'Ship
When doing a mutate on adGroupService, the return value 
of AdGroupReturnValue can give us the partialfailure errors in the form of 
ApiError[].

What I haven't been able to confirm is, is this ApiError[] the same size as 
the adGroupOperations passed to mutate?  And if so, is the arrangement of 
the errors there the same as the arrrangement of the adgroupOperations 
passed in the mutate operation?  

I've been having trouble matching the given error with the speicifc 
adGroupOperation.

I've seen some code online using mathcer to match something like 
- Pattern.compile(^.*operations\\[(\\d+)\\].*$);  to get the index (I'm 
assuming this is the index of the adGroupOperation that I passed to mutate. 
 

Let me know which ones of my assumptions are correct and which are not.  

thanks!

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


Error Handling on ReturnValue objects on mutate calls

2013-08-26 Thread Cap'n of d'Ship
when I call 
AdGroupReturnValue result = adGroupService.mutate(adGroupOperations);

I can do a 
ApiError[] errors = result.getPartialFailureErrors() to get the errors.

if, for example I have 10 items in adGroupOperations and only 2 got errors, 
the errors array will only contain 2 elements, is that correct?  
How will I know which 2 elements have the are those?  ideally I want to 
know the index of the failed operation in the adGroupOperations that I 
submitted in the mutate request.

Is that possible to obtain?  If not, what are my options? 

Are there errors that will throw an exception instead of return in this 
partial error array?

thanks

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


Negative Campaign Criterion deletion

2013-04-29 Thread Cap'n of d'Ship
When I want to send a Mutate to delete a campaign Criterion, do I need the 
Id that was returned to me when creating it?  
I'm guessing I will but just want to make sure before I go with a planned 
implementation on our side.

thanks

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




Which object in the API can I set the campaign to be a PLA campaign? eom

2013-04-15 Thread Cap'n of d'Ship
I can't seem to find that from the API.

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




Suspicious sign in prevented on logging in to google adwords

2013-04-10 Thread Cap'n of d'Ship
We're using the old style of authenticating to google using the login + 
password for the google master account.

We had an application before that does not have any issues but now, we are 
setting up a new server on AWS.  On the first time that we try to log in to 
google adwords (to use the API) from that server, adwords doesn't allow us 
and sends an email saying there's a suspicious sign in prevented.

Should we register our public ip address to google adwords so it will allow 
the ip everytime?  Or, what should we do?  


thanks!

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




Negaives in Product Listing Ads

2013-04-08 Thread Cap'n of d'Ship
if I have a PLA campaign,
and I want to add a negative keyword for it, can my negative criterion be 
of type keyword and put the keyword for negative there?

Or should I have a Criterion of type Product and set a negative somewhere 
in one of the operands?  

thanks!

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




BiddableAdGroupCriterion.Criterion = CriterionType.Product

2013-03-11 Thread Cap'n of d'Ship
for BiddableAdGroupCriteiron that is of type Product, is any change in 
product condition going to create a new target and automagically delete the 
old one?

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




various limits on making updates to adwords using api

2013-02-11 Thread Cap'n of d'Ship
I know there's a document somewhere that I read about the throttling done 
when we are sending a lot of api calls to adwords api though I couldn't 
find it now.  Can anyone point me to that document or let me know the 
limits?

We are developing an application to be used by different advertisers (which 
should have different MCCs), but probably, the requests will be sent to the 
google api from the same ip. If we parallelize sending the requests 
get/mutate from the different MCCs where the requests comes from the same 
ip, will there be an issue?

i.e. we have 100 customers (different MCC's) and each MCC can still have 
multiple client accounts making mutates at the same time.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2012-07-25 Thread Cap'n of d'Ship
Hi Anash, 

This is an old thread but I think Johnny's concern is the same as those 
before.  This is also happening to our system integration tests that access 
google.  Those tests suddenly were failing with the same error indicated in 
this ticket/thread.  I was wondering if there was a change in how creating 
adgroups were being processed yesterday.



On Wednesday, July 25, 2012 3:55:43 PM UTC+8, Anash P. Oommen wrote:

 Hi Johnny,

 This is a 2 year old thread, could you please open a new thread where you 
 explain what you are trying to do? Some code snippet / SOAP logs would be 
 helpful.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Wednesday, 25 July 2012 03:40:31 UTC+5:30, Johnny AdRoll wrote:

 Did this ever reach any kind of conclusion?  I suddenly (as of yesterday) 
 have the same issue when sending ADD mutates to the AdGroupService.  I 
 began systematically reducing the number of adgroups I sent in a batch 
 until I was only sending one at a time, and I still get this error.  If 
 this error accurately reflects the underlying problem, then the response 
 for a single adgroup must be massive.  Obviously, I can't see the response, 
 so I can only go off the responses I get in the sandbox, but those seem to 
 be reasonably sized (for XML).

 I'm beginning the suspect the accuracy of this message.  Perhaps this has 
 something to do with a limit on adgroups in the account?  Any help would 
 really be 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


v201109 keyword performance report and Ad Performance Report

2011-10-25 Thread Cap'n of d'Ship
1. does the keywordId field of the Ad performance report correspond to the 
keywordId field of the keyword performance report? 
2. In the keyword performance report, does each keyword and match type 
combination have its own keywordId? (I'm guessing it is a yes but just want 
to make sure).

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Error: !!!2|||-1|||Improperly formatted report request??? for AdHoc Reports Service

2011-10-21 Thread Cap'n of d'Ship
hi Dave, could you post the xml you used to access the sample report 
successfully?  I was rechecking our xml based on what Eric posted and we 
still couldn't get it to work.

thanks!

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


google Client library for reports for v201109

2011-10-20 Thread Cap'n of d'Ship
Pardon my ignorance, but where can I get the google client library java 
client for v201109?  I'm looking at calling the reports (like Campaign 
Performance report, etc.).

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


How to get a report. sample code? where to find it?

2011-10-20 Thread Cap'n of d'Ship
I can't find sample java code for getting reports for V201109. I'm
using the V13 version =).  any help would be appreciated.  I looked at
the API already but needs a sample code that I can pattern mine to

thanks!

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


KeywordCreativeDailyCostReport and GoogleKeywordStatus reports for keywords under AdGroups CPA bids

2011-08-18 Thread Cap'n of d'Ship
inthe 2 reports mentioned above, if I am retrieving the CPC bids but the 
adgroup where they are in are set up to be CPA bids, what value should I 
expect to get in the CPC field?

at this point I don't have a CPA adgroup to play around so I have to resort 
to asking this here.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: KeywordCreativeDailyCostReport and GoogleKeywordStatus reports for keywords under AdGroups CPA bids

2011-08-18 Thread Cap'n of d'Ship
I also have the same question regarding the adgroup structure report that 
retrieves the CPC bids

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


AdGroupCriterionService to update BiddableAdGroupCriterion

2011-08-03 Thread Cap'n of d'Ship
hi, in updating the values for BiddableAdGroupCriterion, if I didn't
put an entry to any field (for example, the destinationUrl field),
will that field be updated to null (or empty String) in my adwords or
will the existing value there stay as it is?

Will there be a difference in response time if I always put in values
for every field as opposed to putting only values to the fields I want
to update?

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