Hi Rubanselva,
Thanks for reaching out to the Google Ads API Forum.
Note that Smart Display campaign requires the TargetCpa bidding strategy. You may check this guide for more information. However, could you provide us with the complete request and response logs with the request-id, so our team can better check?
For the Java client library, logging can be enabled by navigating to the Client libraries > Your client library (Select Java) > Logging documentation, which you can access from this link. You may then send the requested information via the Reply privately to author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias by referring this thread.
Regards,
|
||||||
.setBiddingStrategyType(BiddingStrategyType.MAXIMIZE_CONVERSIONS)
.setMaximizeConversions(MaximizeConversions.newBuilder())
You cannot set bidding strategy type directly.
Regards,
|
||||||
.setBiddingStrategyType(BiddingStrategyType.MAXIMIZE_CONVERSIONS) I used .setMaximizeConversions(MaximizeConversions.newBuilder()) but i received error.Here I will sent the error response Response: message:errors {
error_code {
bidding_error: BIDDING_STRATEGY_TYPE_INCOMPATIBLE_WITH_SHARED_BUDGET
}
message: "Bidding strategy type is incompatible with shared budget."
trigger {
string_value: ""
}
location {
field_path_elements {
field_name: "operations"
index: 0
}
field_path_elements {
field_name: "create"
}
field_path_elements {
field_name: "campaign_budget"
}
}
}
request_id: "AQpZ6I_Pv90IkwrKyL38RA"