Re: Campaign-specific goal (conversion) settings

2022-08-01 Thread Aaron Brace
Thank you! On Mon, Aug 1, 2022 at 3:29 PM Google Ads API Forum Advisor wrote: > Hi Aaron, > > Thank you for reaching out to our API support team. > > We currently do not have a specific code example, however, this guide >

How to set TargetCPA bidding on a Display campaign?

2022-05-18 Thread Aaron Brace
*I have attempted to set targetCPM bidding on a new campaign as below:* campaign_operation = client.get_type("CampaignOperation") campaign = campaign_operation.create campaign.name = 'bidding cpa12' campaign.advertising_channel_type = ( client.en

Re: Display Expansion of Search Campaign

2022-05-12 Thread Aaron Brace
apologies - i just saw the docs: https://developers.google.com/google-ads/api/docs/campaigns/create-campaigns?hl=en thanks anyway! On Thursday, May 12, 2022 at 10:34:47 PM UTC+1 Aaron Brace wrote: > Hi there, > > Is it possible to create a Search campaign with Display expansion (as

AND/OR interest targeting via API

2021-05-19 Thread Aaron Brace
Hi All, Ive trawled through the examples and ive not seen any examples of how you'd either combine adgroupcriterion (interest X AND interest Y) or (interest X OR interest Y) if anyone can provide docs or examples on combining stuff like this (python if poss), itd be much appreciated. -- --