Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Adobe Campaign Classic and BIMI integration [Add a brand logo to outgoing email with BIMI and within App]

Avatar

Level 2

Hi everyone,

We are currently looking to use BIMI intergrade with Email and APP.

Conducted online search but could not found any document how we can integrate within Adobe Campaign Classic.

 

https://support.google.com/a/topic/10911234?hl=en&ref_topic=9061731

 

Please share your findings and documents to implement this functionality.


Regards

Jeegnesh

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hello Jeegnesh,

 

Please reach out to Adobe Campaign Support for assistance on this. We may need to engage our deliverability team to assist with the configuration process on our end.

 

Regards,

Craig

View solution in original post

3 Replies

Avatar

Level 9

Hi @jeegnesh_patel - you don't need to do any integration with Campaign for BIMI. Its all done on the certificate and DNS side.

If you go to the BIMI Guide it will tell you what you need to do: https://bimigroup.org/implementation-guide/

The main thing is getting a certified VMC (verified Mark Certificate). You can get these from DigiCert, etc and you will need to be verified against the domains you are wanting to set up for BIMI. This usually requires validating your logo name & trademark and some interviews that you are representing the domains you are requesting certification for.

To get the VMC, you will need an SVG logo created that will be displayed against the record in the BIMI. The certificate supplier should help you set this up correctly as it needs to be attached to the VMC when it is created.

Once you have the VMC and the Logo, you need to ensure your DMARC record is BIMI compliant and you then will create a DNS BIMI record to point to the VMC and the Logo (they must be publicly viewable).

Once all the things above are done you should see the logo displayed against any emails you send to BIMI-enabled email clients.

Cheers

Darren

Avatar

Correct answer by
Employee Advisor

Hello Jeegnesh,

 

Please reach out to Adobe Campaign Support for assistance on this. We may need to engage our deliverability team to assist with the configuration process on our end.

 

Regards,

Craig

Avatar

Community Advisor

Hi @jeegnesh_patel,

 

As suggested BIMI integration will be done by Adobe tech support team.

For temporary basis, you can try below code in your delivery. It displays logo just once:

<script type="application/ld+json">
[{
"@context": "http://schema.org/",
"@type": "Organization",

"logo": "<path-of-the-logo>/logo.png"
}

</script>

 

Or 

 

<div itemscope itemtype="http://schema.org/Organization">

<meta itemprop="name" content="Gmail" />

<meta itemprop="logo" content="logo.png" />
</div>

 

Please note this is temporary solution and it displays logo only once.

 

Thanks