Tuesday, October 18, 2011

Digest for adsense-api@googlegroups.com - 3 Messages in 3 Topics

Group: http://groups.google.com/group/adsense-api/topics

    Lucas David De Pablo <lucas.depablo@gmail.com> Oct 16 03:48PM -0300 ^
     
    Atte.
     
     
    --
     
    Lucas David De Pablo
     
     
     

     

    phil <tangoismylife@gmail.com> Oct 14 09:04PM -0700 ^
     
    I am using google-sensapility-3.0
     
    <?php
    include_once(dirname(__FILE__).'/google-sensapility-3.0/
    sensapility.php');
    global $SENSAPILITY_AUTH;
    global $SENSAPILITY_CLIENTS;
    $lang = 'ko';
    $acctSrvc = $SENSAPILITY_CLIENTS->getService('Account');
    $SENSAPILITY_AUTH->setDebugMode(false);
     
    $correspondenceLanguage = $lang;
    $websiteLanguage = 'ko';
    try{
    $SENSAPILITY_AUTH->setDebugAssociation( 'NotAssociated');
    $SENSAPILITY_AUTH->setDebugZip($zipcode);
    $SENSAPILITY_AUTH->setDebugPhone($phone);
    $result = $acctSrvc->createAccount( $email,
    'Individual','pptwear.com', $websiteLanguage,
    $correspondenceLanguage, true,
    array('ContentAds'),'code.google.com') ;
    $SENSAPILITY_AUTH->setDebugAssociation( 'NotAssociated');
    }
    catch (Exception $e)
    {
    echo "Duplicate $loginEmail\n";
    }
     
     
    And this is error log. but I don't want see error log.
    I want disapear error log.
     
    array(1) { [0]=> array(2) { ["type"]=> array(1) { ["value"]=>
    string(10) "ContentAds" } ["id"]=> string(23) "ca-
    pub-4042624592630261" } } array(1) { [0]=> array(2) { ["type"]=>
    array(1) { ["value"]=> string(10) "ContentAds" } ["id"]=> string(23)
    "ca-pub-4042624592630261" } } Fault occured!
    Code:
    Message: soapenv:Server.userException
    Detail: The specified email address is already in use.
    Created account:

     

    saverio mucci <saver.mucci@gmail.com> Oct 17 09:08AM +0200 ^
     
    Hi Silvano,
    thank you for the fast answer also if is not what i hoped for ;).
     
    Cheers,
    Saverio
     
    On Fri, Oct 14, 2011 at 5:15 PM, Silvano Luciani

     

--
You received this message because you are subscribed to the Google Groups "AdSense API Forum" group.
To post to this group, send email to adsense-api@googlegroups.com.
To unsubscribe from this group, send email to adsense-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/adsense-api?hl=en.

No comments:

Post a Comment