RE: Get readout from AdGroupCriterionService selector

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Yang, The Target CPA bidding strategy sets the bids and help you get maximum conversions at the target cost-per-acquisition (CPA) you set. Target CPA bidding automatically finds an optimal CPC bid for your ad each time it's eligible to appear. For example, if you choose a target CPA of

Re: Get readout from AdGroupCriterionService selector

2019-01-15 Thread Yang Yang
Thanks Bharani for checking the criteria. There is not yet setting at criteria level. This is the next step I am moving forward with, so want to make sure I am understanding the service ahead of time. Can I actually set and query tcpa at adgroup criterion level? [image: image.png] On Tue, Jan

RE: Get readout from AdGroupCriterionService selector

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Yang, You will be able to get the Bid values using AdGroupCriterionService.get() and pull the CpcBid and CpmBid fields. For example, I was able to check the Keyword criteria in this

Re: Get readout from AdGroupCriterionService selector

2019-01-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, The bids can be set at the adgroup level or the adgroup criterion levels. If you're setting the bids at the AdGroup level, you may use the AdGroupService.mutate() operation by selecting the BiddingStrategyConfiguration

Re: Get readout from AdGroupCriterionService selector

2019-01-14 Thread Yang Yang
Ops, I forget to attach how output looks like. Also need to ask, this trial campaign is set with campaign tcpa why the biddingStrategyId and biddingStrategyName are both none? [image: image.png] On Mon, Jan 14, 2019 at 12:38 PM Stella wrote: > Hi, I am using 201809 version of adwords. trying