Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author chriswgerber

    (@chriswgerber)

    Category and tag data for a page is already passed to the plugin. Page data is passed as well.

    Examples:

    * Category “Recipes” would be passed to DoubleClick as “category=recipes”
    * Tags “Chocolate” and “Cakes” would be passed as “tag=[chocolate,cakes]
    * Page slug “recipes/chocolate-cake” would be passed as “page=[recipes,chocolate-cake]”
    * Page slug “about-us” would be passed to DFP as “page=about-us”.

    Hope that helps!

    Thread Starter solokco

    (@solokco)

    Thanks for your quick answer Chris.

    Let me see if I understand.

    Inside my DFP I can add a KEY VALUES as such:
    NAME -> category
    VALUE -> slug (news, sports, tips-and-ideas, etc)
    ————–
    NAME -> page
    VALUE -> slug (home, blog, contact-us, etc)
    ————–

    If so, then yes, That would have solved my problem.

    THANKS!

    Plugin Author chriswgerber

    (@chriswgerber)

    That is correct. Sorry if I don’t have it documented better.

    Thread Starter solokco

    (@solokco)

    THANKS!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is it posible to add setTargeting’ is closed to new replies.