Query result for campaign bid strategy missing data

2021-12-11 Thread rpj
Ads API version 9 When I query for campaign bid strategy data it is missing the maximize_conversion_value.target_roas value. Can someone tell me why? I successfully create a test campaign like this: { "operations": [ { "create": { "name": "testBST_Campaign1", "status

Re: adGroupCriteria:mutate error response in json

2021-08-27 Thread rpj
Thanks for your response. Yes, I've checked the sources you provide. I can see that in the *adGroupCriteria.mutate* doc the following would be the format of an error response when partialFailures is enabled: { "partialFailureError": { object (Status

adGroupCriteria:mutate error response in json

2021-08-24 Thread rpj
Ads API v8 java I am not using a library, but rather coding in straight REST. If an http post request is made to this uri : */customers/123456789/adGroupCriteria:mutate,* and the request fails, what will the json look like? Note the request entails the several create operations and partial fa

AdWords API Various String type fields: are there constants?

2010-01-06 Thread rpj
As I migrate from v13 to v2009 (java) I have encountered multiple String type fields, for example, AdGroupCriterion.adGroupCriterionType, Criterion.criterionType, to name a few. Are there constants for these type fields anywhere? At a minimum, is there at least a place in the doc where the values

AdWords API Region Target

2010-01-05 Thread rpj
In the process of migrating to v200909 from v13. Under v13, one could obtain region targets from a Campaign, e.g., campaign.getGeoTargeting ().getRegionTargets(). I know that under v2009 we use CampaignTargetIntercace, TargetList, GeoTargetList, GeoTarget, etc. I was expecting to find a RegionTarg