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