1.1.2 • Published 3 years ago

@sankei-arc-shared-components/feature_arc-ad v1.1.2

Weekly downloads
24
License
ISC
Repository
github
Last release
3 years ago

ARC AD Component

How to use ?

  import React from 'react';    
  import ArcAd from '@sankei-arc-shared-components/feature_arc-ad';

  const siteProperties = {
    dfp_id: 'My DFP ID',
    adBreakpoints: [],
    amazonBiddingPubID: 'MY Amazon TAM ID'
  };  


<ArcAd siteProperties={siteProperties}
    customFields={ { type: 'Billboard (fluid|300x250|1x1|970x250)' } }
    isAdmin
    adCount={1}
    prerender={() => { 
      //Pre Render Function
    }}
    shouldLazyLoad={false}
    />
1.1.2

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago