It is no longer possible to create new or update existing Lead Generation campaigns. Trying to do so will result in the following error:
$ twurl -X POST -H ads-api.twitter.com "/1/accounts/18ce54d4x5t/line_items?campaign_id=7z1ku&bid_amount_local_micro=3210000&product_type=PROMOTED_TWEETS&placements=ALL_ON_TWITTER&objective=LEAD_GENERATION" | jq
{
"errors": [
{
"code": "INVALID",
"message": "The line item objective LEAD_GENERATION is no longer supported.",
"attribute": "objective"
}
],
"request": {
"params": {
"placements": [
"ALL_ON_TWITTER"
],
"bid_amount_local_micro": 3210000,
"product_type": "PROMOTED_TWEETS",
"objective": "LEAD_GENERATION",
"account_id": "18ce54d4x5t",
"campaign_id": "7z1ku"
}
}
}