Skip to content

Commit

Permalink
AFF-365 Adequate Placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
borut123 committed Sep 30, 2017
1 parent 7037c5d commit 1c7613d
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 1c7613d

Please sign in to comment.