Jump to content

hkhan

Recommended Posts

Hi,

 
I just started using revive and needed some help.
Its related to setBannerTargeting.
 
Just wanted to know if there is a way in revive api to add 2 delivery limitations.
I am able to do that from revive front end but not from the api.
If I add Site:variable, and then Geo:Country, it overwrite Site:Variable
 
There must be a way to put these 2 using setBannerTargeting.
 
please guide me :
 
Here I am trying to pass right now :
Array
(
[0] => Array
(
[logical] => AND
[type] => Geo:Country
[comparison] => =~
[data] => CA,US,PK
)

[1] => Array
(
[logical] => AND
[type] => Site:Variable
[comparison] => =x
[data] => kw||/i
)

)
and getting this:Unknown targeting plugin: deliveryLimitations:N\/A

$aTargeting has (in Banner.php line 497)
Array ( [0] => OA_Dll_TargetingInfo Object ( [logical] => N/A [type] => N/A [comparison] => N/A [data] => N/A ) )

waiting...
 
Best Regards

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...