문제

When ad type is set to "CPA", is it possible to use "offsite_conversion" with pixels, as we can do with "oCPM" ads?

For example, why can't I use the following:

           $fbRequest['bid_info'] = array('ACTIONS' => $cData['creative_max_bid'] * 100);
           $fbRequest['bid_type'] = 'CPA';
           $fbRequest['conversion_specs'] = array('action.type' => array('offsite_conversion'), 'offsite_pixel' => $pixelRemoteId);

This kind of syntax works perfectly for oCPM ads but I wanted to try using CPA ads instead.

Instead, when I try to post the above to FB API, I get an exception with instructions to use "link_click" action instead.

Thank you, Dan

도움이 되었습니까?

해결책

According to the CPA documentation, no, CPA ads can't be used with offsite conversion pixels, only the actions listed in the documentation can be bid as CPA

Page Likes, Offer Claims, Offsite Link Clicks, Mobile App Installs

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top