Questions tagged [data-layers]

134 questions
0
votes
1 answer

How to remove all events from a KML layer in Google Maps API V3

I'm making a web application that uses google maps to help with solar deployment. In essence, I'm loading a google map in full screen and overlaying KML layers using this code: window.solarLayer = new google.maps.KmlLayer({ url: 'somelink' });…
Mo Tawakol
  • 87
  • 1
  • 1
  • 11
0
votes
1 answer

GTM Reduce number of tags

GTM up and running, main UA tag in place along with a ClickListener tag. To reduce the number of macros, i use dataLayer variable Macros for event category, action, label, value & interaction, so they can be used for many rules and tags. So i want…
0
votes
3 answers

how to make data access layer C#

Ive been given the task of making a data access layer to connect to a sqlite database for a basic c# application. From what ive been told, I need to have 2 class files, 1 that holds the methods and one that connects to the database. However im not…
brian4342
  • 1,265
  • 8
  • 33
  • 69
0
votes
1 answer

Why is the variable not being passed into the data layer for Google Tag Manager

I am trying to pass the daysLeft variable to the Google Tag Manager Data Layer but it will not work. If I use use this; var newname = 'daysLeft'; It fires the tag but in the report it appears as daysLeft. If I try to fire the tag with var…
0
votes
1 answer

Vector and Layer Data Structure

I'm working with some code that is confusing me and I'm wondering if I'm just not grokking the data structures. The data I'm working with utilizes vectors and layers. I believe a vector is just a row of data but I'm not sure. Any information you…
Justin Bozonier
  • 7,584
  • 9
  • 44
  • 46
0
votes
1 answer

How to take existing 3 tiers DAL-BL-UI application and seperate the DAL into a different server?

I have an existing 3 tiers application (DAL-BL-UI) which installed on one web server. the web server communicates directly to the Database server (MSSQL) using Framework 4 ADO.NET. What is the fastest way to change the existing application to not…
Omtechguy
  • 3,321
  • 7
  • 37
  • 71
0
votes
1 answer

Implementing an DAO layer with a DAO Manager and Block

Based on the tutorial for JAVA on the page : http://tutorials.jenkov.com/java-persistence/dao-manager.html, I trying to implement the same concept with xCode for iOS. The goal is to provide a DAOManager : a DAOCommand (defined as a protocol) + an…
-1
votes
1 answer

object data null after get request in Dotnet webapi project

I have created two model classes Organisation.cs and Employee.cs public class Organisation { private static string organisationName="FALCON"; private int employeeCount=2; private string ceoName; private…
-1
votes
2 answers

N-Tier - responsbility location for insert vs update

I'm creating an application which is split into a Data Layer (using repository pattern & EF 4.0), a Business layer (POCO's with additional logic) and a Service Layer (which is exposed to the client using WCF). When I'm saving a record to the…
Dave
  • 3,581
  • 1
  • 22
  • 25
-1
votes
2 answers

How Exceptions are handled while designing DataLayer or any other layered architecture

I am creating a data access layer where I want to handle exceptions that should be catched by Business layer with clear idea of the source of exception. I am doing something like this.. EDIT private void OpenConnection() { …
Shantanu Gupta
  • 20,688
  • 54
  • 182
  • 286
-1
votes
1 answer

How to track carousel banner impressions via GTM for UA?

I am trying to track carousel banner impressions with events via GTM for Universal Analytics. I have seen many solutions covering _gaq.push but really need dataLayer.push solutions because we're migrating all hard-coded tags to GTM.. A single…
-1
votes
2 answers

Object reference isnt set to an instance of an object

I am building a WCF application, with multiple layers, and I am given this exception while trying to add new object to the DB. I will provide you code samples, please try to help me out here. Error is on the line scenaristBLL.Insert(s); Here is my…
Whizzil
  • 1,264
  • 6
  • 22
  • 39
-2
votes
1 answer

Stuck with adding GA standard ecommerce transaction throught GTM

We use GTM to add GA to our website. Standard eCommerce tracking is enabled in GA. To start this project I am testing in our DEV environment which uses the same GTM/GA accounts. Only data from the live site shows up in GA so DEV is filtered out (I'm…
S. Jensen
  • 31
  • 1
  • 6
-3
votes
1 answer

Sum up two values from a data layer with Javascript

I'd like to sum up to two (string) values. The values come from a data layer. I know how to get the data out of the data layer, return datalayer.path123.infoABC; but I don't know how to sum them with JS. All input is appreciated!
noob
  • 17
  • 2
1 2 3
8
9