Hi,
We are in the process of setting target cpa bids per adgroup automatically via the API. However, we have experienced issues with setting the CpaBid for adgroups in an account that has the new
biddingStrategyType "TARGET_CPA" in place (instead of the trusted, but similarly behaving "CONVERSION_OPTIMIZER"). If we run CpaBid updates in accounts that have "ConverionOptimizer" activated they are accepted. When trying to send the same type of operation to campaigns with "Target_CPA" it is simply ignored. Repsonse by BatchJobService for this is positive, though, never mind that nothing was changed.
We use the Python client libraries with the latest API version (201601). Below is an example operation we use to update adgroup cpa bids:
[{'operand': {'biddingStrategyConfiguration': {'bids': [{'bid': {'microAmount': '8650000'},
'xsi_type': 'CpaBid'}]},
'campaignId': '335749875',
'id': '25962600555',
'xsi_type': 'AdGroup'},
'operator': 'SET',
'xsi_type': 'AdGroupOperation'}]
Anyone know whether this is an issue with the API or if I'm missing something?
Thanks,
Denis