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
'
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/
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