Skip to content

Commit

Permalink
Merge pull request #8 from affilinet/feature/AFF-362-update-demo-apps
Browse files Browse the repository at this point in the history
AFF-365 Adequate Placeholders
  • Loading branch information
epeschard authored Sep 30, 2017
2 parents 0c195aa + 1c7613d commit b552af8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private void runPublisherTests() {

setContentView(R.layout.activity_main);

PublisherAccount account = new PublisherAccount( {PUBLISHER-ID}, {PUBLISHER-PASSWORD});
PublisherAccount account = new PublisherAccount({PUBLISHER-ID}, {PRODUCT-DATA-WEBSERVICE-PASSWORD});
Session session = Session.getInstance();

try {
Expand All @@ -62,8 +62,8 @@ private void runPublisherTests() {
//

// Display Ad Container (you get container ids via the affilinet publisher portal, see http://publisher.affili.net/Creatives/Adspaces.aspx
ContainerAd containerAd = new ContainerAd(session, "0005e691-32d9-3225-76d5-060ef0367e01", "my-pub-subid-sdkandroid");
//ContainerAd containerAd = new ContainerAd(session, "000bf6ec-010c-0012-4878-4ed144d840ac", "");
ContainerAd containerAd = new ContainerAd(session, "{PUBLISHER-CONTAINER-ID}", "{PUBLISHER-SUBID}");
//ContainerAd containerAd = new ContainerAd(session, "{PUBLISHER-CONTAINER-ID}");

// Choose from standard adsizes defined or use your custom adsize
containerAd.setAdSize(AdSize.FeaturePhoneLargeBanner);
Expand Down

0 comments on commit b552af8

Please sign in to comment.