Hello All,
AdGroupCriterionService Object return inconsistent object while change CPC bid for criteria.
I am getting BiddableAdGroupCriterion odject with biddingStrategyConfiguration as inconstant.
In some case getting CPCBid change as first parameter under Bids and sometime it is second parameter.
I am storing logs for which I have changed Bids along with criteriaid.
So I am storing values get at $result->value[0]->biddingStrategyConfiguration->bids[0]->bid->microAmount; as CPCBid. but this is not true every time.
In this case sometimes bids[0]->bid->microAmount; is returing CPMBid.
Can anyone tell how I can identify the bids value I am getting is for CPC Bid.
Thanks,