Package com.google.api.ads.adwords.jaxws.v201306.cm

Examples of com.google.api.ads.adwords.jaxws.v201306.cm.Dimensions


    // Create third party redirect ad.
    ThirdPartyRedirectAd thirdPartyRedirectAd = new ThirdPartyRedirectAd();
    thirdPartyRedirectAd.setName("Example third party ad #" + System.currentTimeMillis());
    thirdPartyRedirectAd.setUrl("http://www.example.com");
    thirdPartyRedirectAd.setDimensions(new Dimensions(300, 250));
    // This field normally contains the javascript ad tag.
    thirdPartyRedirectAd.setSnippet("<img src=\"http://goo.gl/HJM3L\"/>");
    // DoubleClick Rich Media Expandable format ID.
    thirdPartyRedirectAd.setCertifiedVendorFormatId(232L);
    thirdPartyRedirectAd.setIsCookieTargeted(false);
View Full Code Here


    // Create third party redirect ad.
    ThirdPartyRedirectAd thirdPartyRedirectAd = new ThirdPartyRedirectAd();
    thirdPartyRedirectAd.setName("Example third party ad #" + System.currentTimeMillis());
    thirdPartyRedirectAd.setUrl("http://www.example.com");
    thirdPartyRedirectAd.setDimensions(new Dimensions(300, 250));
    // This field normally contains the javascript ad tag.
    thirdPartyRedirectAd.setSnippet("<img src=\"http://goo.gl/HJM3L\"/>");
    // DoubleClick Rich Media Expandable format ID.
    thirdPartyRedirectAd.setCertifiedVendorFormatId(232L);
    thirdPartyRedirectAd.setIsCookieTargeted(false);
View Full Code Here

      imageAdGroupAd.setAd(imageAd);

      // Create template ad, using the Click to Play Video template (id 9).
      TemplateAd templateAd = new TemplateAd();
      templateAd.setTemplateId(9L);
      templateAd.setDimensions(new Dimensions(300, 250));
      templateAd.setName("Mars Cruise video ad #" + System.currentTimeMillis());
      templateAd.setDisplayUrl("www.example.com");
      templateAd.setUrl("http://www.example.com");

      // Create template ad data.
View Full Code Here

      // Create third party redirect ad.
      ThirdPartyRedirectAd thirdPartyRedirectAd = new ThirdPartyRedirectAd();
      thirdPartyRedirectAd.setName("Example third party ad #" + System.currentTimeMillis());
      thirdPartyRedirectAd.setUrl("http://www.example.com");
      thirdPartyRedirectAd.setDimensions(new Dimensions(300, 250));
      // This field normally contains the javascript ad tag.
      thirdPartyRedirectAd.setSnippet(
          "<img src=\"http://goo.gl/HJM3L\"/>");
      // DoubleClick Rich Media Expandable format ID.
      thirdPartyRedirectAd.setCertifiedVendorFormatId(232L);
View Full Code Here

      imageAdGroupAd.setAd(imageAd);

      // Create template ad, using the Click to Play Video template (id 9).
      TemplateAd templateAd = new TemplateAd();
      templateAd.setTemplateId(9L);
      templateAd.setDimensions(new Dimensions(300, 250));
      templateAd.setName("Mars Cruise video ad #" + System.currentTimeMillis());
      templateAd.setDisplayUrl("www.example.com");
      templateAd.setUrl("http://www.example.com");

      // Create template ad data.
View Full Code Here

      // Create third party redirect ad.
      ThirdPartyRedirectAd thirdPartyRedirectAd = new ThirdPartyRedirectAd();
      thirdPartyRedirectAd.setName("Example third party ad #" + System.currentTimeMillis());
      thirdPartyRedirectAd.setUrl("http://www.example.com");
      thirdPartyRedirectAd.setDimensions(new Dimensions(300, 250));
      // This field normally contains the javascript ad tag.
      thirdPartyRedirectAd.setSnippet(
          "<img src=\"http://goo.gl/HJM3L\"/>");
      // DoubleClick Rich Media Expandable format ID.
      thirdPartyRedirectAd.setCertifiedVendorFormatId(232L);
View Full Code Here

TOP

Related Classes of com.google.api.ads.adwords.jaxws.v201306.cm.Dimensions

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.