Coder Social home page Coder Social logo

tealium / tagbridge Goto Github PK

View Code? Open in Web Editor NEW
1.0 27.0 2.0 39.63 MB

Use of this software is subject to the terms and conditions of the license agreement contained in the file titled "LICENSE.txt". Please read the license before downloading or using any of the files contained in this repository. By downloading or using any of these files, you are agreeing to be bound by and comply with the license agreement.

License: Other

Java 38.25% Objective-C 61.31% C 0.45%

tagbridge's Introduction

Tealium TagBridge Integrations

TagBridge Integrations allow for 3rd party vendor libraries (SDKs) to work with Tealium's services.

What is TagBridge ?

The TagBridge feature is the ability within the Tealium iOS and Android native libraries to trigger remote code commands from events definied in a TIQ (Tealium's dashboard) extension or load rule. Only the execution and passing of payload data can be configured remotely from TIQ, the actual code to be executed must be added prior to compile time, which allows for both flexibility and security. As such, several pre-defined integrations have been included under respective folders. Note that these integrations require both a Tealium native library and the 3rd party library to be added to the target application to work.

How To Get Started

  • Integration instructions can viewed in their respective folders

Communication

  • If you have code questions or have experienced errors please post an issue in the issues page
  • If you have general questions or want to network with other users please visit the Tealium Learning Community
  • If you have account specific questions please contact your Tealium account manager

License

Use of this software is subject to the terms and conditions of the license agreement contained in the file titled "LICENSE.txt". Please read the license before downloading or using any of the files contained in this repository. By downloading or using any of these files, you are agreeing to be bound by and comply with the license agreement.


Copyright (C) 2012-2015, Tealium Inc.

tagbridge's People

Contributors

jalakoo avatar chadhartman avatar ethyreal avatar mikeattealium avatar

Stargazers

Emiliano Barbosa avatar

Watchers

Capen Brinkley avatar  avatar David Crean avatar James Cloos avatar Vitaly Gorbunov avatar  avatar Ty Gavin avatar  avatar  avatar  avatar Keilan Jackson avatar  avatar  avatar  avatar Craig Rouse avatar  avatar Hamed Foroozanfard avatar  avatar Jasmine Liu avatar  avatar Karen Tamayo avatar Matt Pitta avatar Tyler Rister avatar James Keith avatar  avatar Christina Sund avatar  avatar

tagbridge's Issues

Android sample doesn't work

I tried to launch Android sample app and discovered few issues:

  1. Old Gradle version, can't be builded by Android Studio:
PM  Gradle sync failed: Support for builds using Gradle versions older than 2.6 was removed in tooling API version 5.0. You are currently using Gradle version 2.2.1. You should upgrade your Gradle build to use Gradle 2.6 or later.
    Possible solution:
    - Upgrade Gradle wrapper to 2.6 version and re-import the project
    Consult IDE log for more details (Help | Show Log) (2 s 868 ms)
  1. After upgrading Gradle to 5.6.4 and configuring project to the latest libraries it crashes with:
2020-05-11 07:35:49.240 13326-13326/com.tealium.sampleapp E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.tealium.sampleapp, PID: 13326
    java.lang.RuntimeException: Unable to get provider com.google.android.gms.ads.MobileAdsInitProvider: java.lang.IllegalStateException: 
    
    ******************************************************************************
    * The Google Mobile Ads SDK was initialized incorrectly. AdMob publishers    *
    * should follow the instructions here:                                       *
    * https://googlemobileadssdk.page.link/admob-android-update-manifest         *
    * to add a valid App ID inside the AndroidManifest.                          *
    * Google Ad Manager publishers should follow instructions here:              *
    * https://googlemobileadssdk.page.link/ad-manager-android-update-manifest.   *
    ******************************************************************************

Screenshot_1589157360

Build configuration:

apply plugin: 'com.android.application'

android {
    compileSdkVersion 29
    buildToolsVersion "29.0.3"

    defaultConfig {
        applicationId "com.tealium.sampleapp"
        minSdkVersion 23
        targetSdkVersion 29
    }

    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
        }
    }
}

dependencies {
    implementation 'androidx.appcompat:appcompat:1.1.0'
    implementation 'com.google.android.gms:play-services-ads:19.1.0'
    implementation 'com.tealium:library:5.7.1'
}
  1. After fixing Ads crash using this guide app doesn't response in GoogleDFPRemoteCommand class onInvoke(Response response) method (and Second screen is blank)

It would be great if you will upgrade samples in this repository and add expected sample behavior to the description.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.