Adobe Campaign Trigger Installation | Community
Skip to main content
Luca_Lattarini
Level 9
July 16, 2021
Solved

Adobe Campaign Trigger Installation

  • July 16, 2021
  • 1 reply
  • 2756 views

Hello guys,

 

Im installing the pipeline for Adobe Campaign Classic. Where can I find appName?

<pipelined autoStart="true" appName="adobecampaign_triggers" authPrivateKey="@qQf146pexBksGvo0esVIDO(…)"/>

 

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Darren_Bowers

Hi @luca_lattarini - the appName property was the Application ID value used with the old legacy oAuth analytics connectors.

If you are looking for the value you can find it in the Legacy OAuth Applications tab in Analytics

As this authentication mechanism is being retired you need to port the auth mechanism over to Adobe.io: https://experienceleague.adobe.com/docs/campaign-classic/using/integrating-with-adobe-experience-cloud/experience-triggers/configuring-adobe-io.html?lang=en

Cheers

Darren

 

1 reply

Darren_Bowers
Darren_BowersAccepted solution
Level 9
July 20, 2021

Hi @luca_lattarini - the appName property was the Application ID value used with the old legacy oAuth analytics connectors.

If you are looking for the value you can find it in the Legacy OAuth Applications tab in Analytics

As this authentication mechanism is being retired you need to port the auth mechanism over to Adobe.io: https://experienceleague.adobe.com/docs/campaign-classic/using/integrating-with-adobe-experience-cloud/experience-triggers/configuring-adobe-io.html?lang=en

Cheers

Darren

 

Darren_Bowers
Level 9
July 27, 2021

Hi @luca_lattarini - Have a look at the very last step (Step 3) in the instructions: https://experienceleague.adobe.com/docs/campaign-classic/using/integrating-with-adobe-experience-cloud/experience-triggers/configuring-adobe-io.html?lang=en - the only thing you need is the autoStart and authType parameters. appName and authPrivateKey are ignored once you set authType="imsJwtToken"

FYI you don't replace imsJwtToken with anything - that is the property value

<pipelined autoStart="true" authType="imsJwtToken" appName="notUsed" authPrivateKey"" />

Cheers Darren