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 targe

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/+GoogleAdsDevelope

Re: Downloading assets that have changed

2014-03-14 Thread Cap'n of d'Ship
t; forward. However, the Troubleshooting > Guide<https://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

Re: Downloading assets that have changed

2014-03-14 Thread Cap&#x27;n of d'Ship
ntain a *GetAccountChanges* example that > illustrates how to use the service, e.g., the Java example is > here<https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201402/accountmanagement/GetAccountChanges.java> > . > > C

Downloading assets that have changed

2014-03-14 Thread Cap&#x27;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

Error Handling on ReturnValue objects on mutate calls

2013-08-26 Thread Cap&#x27;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 tha

Handling Errors on Mutate (Java)

2013-08-26 Thread Cap&#x27;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 t

Negative Campaign Criterion deletion

2013-04-29 Thread Cap&#x27;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 fi

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

2013-04-15 Thread Cap&#x27;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 beca

Suspicious sign in prevented on logging in to google adwords

2013-04-10 Thread Cap&#x27;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)

Negaives in Product Listing Ads

2013-04-08 Thread Cap&#x27;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! -- -- =~=~=~=~=~=~=~=~=~=~=~

BiddableAdGroupCriterion.Criterion = CriterionType.Product

2013-03-11 Thread Cap&#x27;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:

ProductConditionOperand question

2013-02-26 Thread Cap&#x27;n of d'Ship
In the references for the type ProductConditionOperand, there are 5 possible values for this : *Only following values are allowed as Operand :* - *id* - *product_type* - *brand* - *adwords_grouping* - *condition* - *adwords_labels* *This field can be selected using

various limits on making updates to adwords using api

2013-02-11 Thread Cap&#x27;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 (w

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2012-07-25 Thread Cap&#x27;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 i

AdGroupCriterionService.get() returning 3 instances of the same criterion in fetch using adGroupId

2012-01-12 Thread Cap&#x27;n of d'Ship
these are the fields we are retrieving "AdGroupId", "CriterionUse", "Id", "SystemServingStatus", "Status", "ApprovalStatus", "DestinationUrl", "FirstPageCpc", "MaxCpc", "MaxCpm", "EnhancedCpcE

v201109 keyword performance report and Ad Performance Report

2011-10-25 Thread Cap&#x27;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). -- =~

Re: Error: !!!2|||-1|||Improperly formatted report request??? for AdHoc Reports Service

2011-10-21 Thread Cap&#x27;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://adwords

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

2011-10-20 Thread Cap&#x27;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 di

google Client library for reports for v201109

2011-10-20 Thread Cap&#x27;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

Re: KeywordCreativeDailyCostReport and GoogleKeywordStatus reports for keywords under AdGroups CPA bids

2011-08-18 Thread Cap&#x27;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 =~=~=~=~=~=~=~=~=~=~=~=~=~

KeywordCreativeDailyCostReport and GoogleKeywordStatus reports for keywords under AdGroups CPA bids

2011-08-18 Thread Cap&#x27;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. -- =~=~=~=~=~=~=~=

AdGroupCriterionService to update BiddableAdGroupCriterion

2011-08-02 Thread Cap&#x27;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

CampaignCriterionOperation using Operator.SET problem

2011-01-20 Thread Cap&#x27;n of d'Ship
Is the Operator SET supported for NegativeCampaignCriterion? I am trying to write the code to modify an existing NegativeCampaignCriterion's Keyword Criterion. this is the code snippet : NegativeCampaignCriterion x; //initialize x... then do the code below. ArrayList ope