Failing to create campaign with MAXIMIZE_CONVERSIONS strategy

2023-09-02 Thread Alex
Hi, we are trying to create a *SEARCH* type campaign asset with *MAXIMIZE_CONVERSIONS* as the bidding strategy, but are getting the following error: *Invalid value at 'mutate_operations[1].campaign_operation.create' (oneof), oneof field 'campaign_bidding_strategy' is already set. Cannot set '

Maximize clicks Bidding Strategy

2023-09-02 Thread Antony Kyalo Musyoki
Am using the python library to create campaigns and cannot find an option for setting up a campaign with Maximize clicks bidding strategy. Is it possible to setup a campaign with Maximize clicks? Here is the page I found on available bidding strategies https://developers.google.com/google-ads/

Accessing google Ads API using a service account

2023-09-02 Thread Siddharth Mehta
I've been trying to authenticate to google ads API using my service account using the following code in python import pandas as pd from google.ads.googleads.client import GoogleAdsClient def main(): try: # Initialize the Google Ads API client with the service account key file