I am having some difficulty trying to pull the targetCPA for a specific campaign. Here is what I have, I am using the selector to pull the campaign that I need but when I look at the attributes returned it does not provide the bidding strategy details.
{
'totalNumEntries': 1,
'Page.Type': 'CampaignPage',
'entries': [
{
'id': *********,
'campaignGroupId': None,
'name': '***********',
'status': None,
'servingStatus': None,
'startDate': None,
'endDate': None,
'budget': None,
'conversionOptimizerEligibility': None,
'adServingOptimizationStatus': None,
'frequencyCap': None,
'settings': [],
'advertisingChannelType': None,
'advertisingChannelSubType': None,
'networkSetting': None,
'labels': [],
'biddingStrategyConfiguration': None,
'campaignTrialType': None,
'baseCampaignId': None,
'forwardCompatibilityMap': [],
'trackingUrlTemplate': None,
'finalUrlSuffix': None,
'urlCustomParameters': None,
'vanityPharma': None,
'selectiveOptimization': None
}
]
}