Jump to content

valay

Approved members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by valay

  1. Hi, I have recently installed the Revive Adserver v3.2.2. I am new to this ad server. So i was going through the documentation and I came across targeting channels. From what @andrewatfornax said in one his post's that But the issue is placing the targeting channel in a dynamic way to inject the right creative into the zone. I want to create a custom parameter named Keyword and then provide this parameter with data which will be processed at the adserver and accordingly the right campaign will be delivered. In my implementation of the invocation code i am calling dynamically injecting the <ins> tag into a <div> container. var adContainer = document.createElement('ins'); adContainer.setAttribute('data-revive-zoneid', "1"); adContainer.setAttribute('data-revive-id', '78d8013dd43c22bb79b16f9897107244'); //placementContainer is the container in which the <ins> tag gets Injected into var placementContainer = this.getElement_(containerId); placementContainer.appendChild(adContainer);My question is that can i create a targeting channel on the adServer with configuration as a site variable(variable = keyword, value=will be custom set) and create an attribute in the ins tag such as adContainer.setAttribute('data-revive-keyword', someVariable); //someVariable is a variable that holds dynamically fetched keywords. , Will it render an ad linked to some variable value that i have linked in the targeting zone? If not how do i go about with keyword targeting on revive? Are there custom plugins that can configure campaigns to only be rendered if some keyword is mentioned? Please help.
  2. I re-installed the server again. Now it is working . Thanks for the help .
  3. I am trying to find a way to uninstall revive . Do i delete the folder and drop database or is there something more that can be done? @andrewatfornax , I even tried finding the table with the prefix of rv_ but that doesn't seem to work . I am currently accessing the upload of the server files via terminal because i am hosting it on a AWS EC2 instance. Please provide for inputs.
  4. @Ian van Marwijk I checked my database settings. I cannot edit anything as there is a lock beside each setting. The prefix is rv_ in the settings. Currently this ad server is on an AWS Instance with Ubuntu , Apache , PHP and SQL installed. I have installed revive in a normal way as it was in the documentation. I will now remove the whole thing from the instance and re upload and re install. What do you think i should do ?
  5. @andrewatfornax I have stepped through the troubleshooting documentation. It talks about finding all records from the following table ra_data_bkt_m. But i get an error saying that this table doesn't exist. I have run the maintenance script . I have also checked the Banner Logging Settings. Yet i don't see any impression Data. What can be the issue.
  6. Hi, I have recently installed the Revive Adserver v3.2.2 , I have created 2 campaigns. One remnant and one contract. Both are serving one banner. I have served these banners through Revive and they did appear on the site's zones. There are currently 2 websites and each site has 1 zone each. My Current statistics reports say.: There are currently no statistics available for the period 23-11-2015 to 29-11-2015 I have checked quiet a few solutions online about it. My maintenance is working fine. I have checked the logs in the /var folder. The following are the tables i have in my database: rv_account_preference_assoc | | rv_account_user_assoc | | rv_account_user_permission_assoc | | rv_accounts | | rv_acls | | rv_acls_channel | | rv_ad_category_assoc | | rv_ad_zone_assoc | | rv_affiliates | | rv_affiliates_extra | | rv_agency | | rv_application_variable | | rv_audit | | rv_banners | | rv_campaigns | | rv_campaigns_trackers | | rv_category | | rv_channel | | rv_clients | | rv_data_intermediate_ad | | rv_data_intermediate_ad_connection | | rv_data_intermediate_ad_variable_value | | rv_data_raw_ad_click | | rv_data_raw_ad_impression | | rv_data_raw_ad_request | | rv_data_raw_tracker_impression | | rv_data_raw_tracker_variable_value | | rv_data_summary_ad_hourly | | rv_data_summary_ad_zone_assoc | | rv_data_summary_channel_daily | | rv_data_summary_zone_impression_history | | rv_database_action | | rv_images | | rv_log_maintenance_forecasting | | rv_log_maintenance_priority | | rv_log_maintenance_statistics | | rv_password_recovery | | rv_placement_zone_assoc | | rv_preferences | | rv_session | | rv_targetstats | | rv_tracker_append | | rv_trackers | | rv_upgrade_action | | rv_userlog | | rv_users | | rv_variable_publisher | | rv_variables | | rv_zones | +----------------- Is there something missing that i need to add/remove. Following are the plugins that i have : apStatsGraphs Invocation Tags PluginMaxMind GeoIP PluginBanner Delivery Cache Store PluginReports Plugin3rd Party Servers PluginDelivery Limitations Plugin Banner Types PluginI dont know what i need to. Please help fast.
×
×
  • Create New...