Hi @majoritasdev
Thanks for the reply.
I able to create a tweet and promote via Twitter API as per the document.
Steps involved:
- Created the line item and get the line item_id.
- Created the tweet and get the twee_id
- Created the promotion via Promote APIusing line_item_id, tweet_id.
Similarly, i would like to promote the lead gen card.
As of now i able to
- Uploaded the image via media API (POST /1.1/media/upload.json)
- Created Lead Card using LeadCard API.
Now how can i link this lead card id Promote api for promotion? or how we can promote this lead card?
Please clarify.
Thanks.