AutoNet TV – Website Department Process

  1. The form will be filled by the person who sold AutoNet TV
  2. Kurt Barlow will email the website team when the account is created in our backend of AutoNet TV
  3. If it’s a new sale, add the videos as you are building the website. If its an upsell, a website update case should be created.
  4. Log in to https://api.autonettv.com/login with your login and select the account for the videos.
  5. Once the account is selected, click the web page icon next to the account. This will bring up all the videos associated with the account.
  6. Search for the video you want to add.  Change the number of records shown to all then Ctrl + F to search for the service video. Not all services will have videos.  Some services will have multiple videos.
  7. Add the code to either the dynamic page or the service page
    1. For Dynamic Pages follow the following steps:
      1. 1st set of numbers/letters under the AutoNetTVID1 – this is the device ID/API Key
        1. Example: 6df08663f4d54f71852701e941c0b535
      2.  2nd set of numbers/letters to AutoNetTVID2 – this is the device key
        1. Example: f3eddba44acd4970b148405a9cf141f5
      3. 3rd set of numbers/letters to AutoNetTVID3 – this is the video number
        1. Example: 9f550c49-b48a-4ee6-99b4-1c41878f11d3
      4. Once these codes have been added, save the google doc and refresh the collection in DUDA.
      5. On the service list, add in the following code:
        1. <div id="play_videoA">
        2.   <img src="{{dynamic_page_collection.IMAGE}}" alt="{{dynamic_page_collection.TITLE}}">
        3.  </div>
        4.  <script src="https://src.api.autonettv.com/js/antv-js-player.js">
        5.  </script>
        6.  <script>
        7.   if ('{{dynamic_page_collection.AutoNetTvID1}}' !== '') {
        8. AutoNetTV_playVideo("play_videoA","{{dynamic_page_collection.AutoNetTvID1}}","{{dynamic_page_collection.AutoNetTvID2}}","{{dynamic_page_collection.AutoNetTvID3}}");
        9. }
        10.  </script>
    2. For each service page, follow the steps:
    3. Find the corresponding video to display
    4. Copy the video code from AutoNet TV
    5. Add in the following code after <div id=”play_videoA”
      1. style="padding: 0 !important;width: 100% !important;height: 341px !important;">
  8. When AutoNet TV is added, click preview to make sure it works and double check mobile view
  9. Trigger Billing
    1. If it’s a new sale, the billing will be trigger when the website goes live
    2. If its an upsell, add in the go live date to trigger billing
  10. When the website has all assets live, the website team will close the case and chatter the AC.
    1. For new builds, the case will be put on hold until all assets are added to the website.

You can comment on this FAQ

Gravatar
Justine Wood (2025-01-27 18:00)
Please add step e or before, hide the service on all 3 views, mobile, tablet, and show moredesktop
Gravatar
Justine Wood (2025-01-27 18:00)
Please add step e or before, hide the service on all 3 views, mobile, tablet, and show moredesktop