(ProV1) How to ASSIGN CREATIVES through API?

19 views
Skip to first unread message

zion...@gmail.com

unread,
Dec 7, 2018, 1:20:43 AM12/7/18
to PocketMath API
I'm using Pro V1.
In the old version .(V3) create an order asked to attach creatives, and the API have this function.
But the in ProV1 I didn't find how can I attach creatives with Adsets.

Andi Susanto

unread,
Dec 7, 2018, 1:56:24 AM12/7/18
to PocketMath API
Hello,

In Pocketmath PRO, we have a concept of Ads, which is a relationship between Adsets and Creatives. This allows users to use different creatives with the same targeting.

In order to do so, we can create a POST request to this endpoint: https://pro.pocketmath.com/api/v1/ads/create_bulk with the following payload:
{
        "ads": [
                {
                        "ad_set_id": <your adset ID>,
                        "creative_id": <your creative ID>,
                        "cpm_multiplier": 1
                },
                {
                        "ad_set_id": <your adset ID>,
                        "creative_id": <your creative ID>,
                        "cpm_multiplier": 1
                }
        ]
}



zion...@gmail.com

unread,
Dec 9, 2018, 7:57:54 PM12/9/18
to PocketMath API
OH.
Thank you!
Didn't found that.
Reply all
Reply to author
Forward
0 new messages