Tuesday, June 24, 2014

Digest for seo-professionals@googlegroups.com - 2 updates in 1 topic

Group: http://groups.google.com/group/seo-professionals/topics

    George Abraham <kalathilgeorge@gmail.com> Jun 20 04:39PM +0530  

    Location please
     
    On Fri, Jun 20, 2014 at 4:32 PM, kavita pharande
     
    --
    http://www.georgescifo.com

     

    Vikas Kumar <vikas797@gmail.com> Jun 20 05:41PM +0530  

    ​Hi kavita, You need developer for office ?
     
     
     
    On Fri, Jun 20, 2014 at 4:32 PM, kavita pharande <kavitapharande25@gmail.com

     

Friday, June 20, 2014

Digest for seo-professionals@googlegroups.com - 1 update in 1 topic

Group: http://groups.google.com/group/seo-professionals/topics

    kavita pharande <kavitapharande25@gmail.com> Jun 20 04:32PM +0530  

    Looking for a programer who is having experince in wordpress, php,
    htaccess, 301 redirects

     

BEVERLY HILLS TOP PSYCHIC~ HONEST & AMUSING

Your first 3 minutes are FREE talking live with me.

Please visit my website at: http://www.keen.com/Ask+Fran

Or, call me right now at: 1-800-275-5336 x0160

--
You received this message because you are subscribed to the Google Groups "WhealtyCrib" group.
To unsubscribe from this group and stop receiving emails from it, send an email to whealtycrib+unsubscribe@googlegroups.com.
To post to this group, send email to whealtycrib@googlegroups.com.
Visit this group at http://groups.google.com/group/whealtycrib.
For more options, visit https://groups.google.com/d/optout.

Tuesday, June 17, 2014

Digest for adsense-api@googlegroups.com - 1 update in 1 topic

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

    "Sérgio Gomes (AdSense API Team)" <adsenseapiadvisor+sergio@google.com> Jun 16 06:11AM -0700  

    We've created a new mailing list
    <https://groups.google.com/forum/#!forum/adsense-api-announce> for those of
    you who would like to stay up-to-date on AdSense Management API and AdSense
    Host API news without subscribing to the forum.
     
    Be sure to sign up
    <https://groups.google.com/forum/#!forum/adsense-api-announce/join> if
    you'd like to get notified of new versions, new features, and important
    service updates!
     
    Cheers,
    Sérgio
     
    ---
    Sérgio Gomes
    Developer Relations
     
    Google UK Limited
    Registered Office: Belgrave House, 76 Buckingham Palace Road, London SW1W
    9TQ
    Registered in England Number: 3977902

     

Friday, June 13, 2014

Digest for adsense-api@googlegroups.com - 2 updates in 1 topic

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

    A <asouv@squareoffs.com> Jun 11 02:27PM -0700  

    I am trying to generate a report with multiple metrics but I keep receiving
    an empty report. I am using Ruby with HTTParty to use the v1.4 HTTP API. Am
    I supposed use a list for the metric parameters?
     
    Here is my code:
     
    options = {
    query: {
    endDate: "2014-05-25",
    startDate: "2014-05-24",
    dimension: "AD_UNIT_NAME",
    metric: ["AD_REQUESTS","EARNINGS", "CLICKS"]
    },
    headers: {
    'Authorization' => 'Bearer %s' %token
    }
    }
     
     
    Thanks!

     

    "Sérgio Gomes (AdSense API Team)" <adsenseapiadvisor+sergio@google.com> Jun 12 02:21AM -0700  

    Hi there,
     
    I'm afraid I'm not familiar enough with HTTParty to give you an answer on
    that, but essentially, what you want to have at the HTTP level is
    metric=AD_REQUESTS&metric=EARNINGS&metric=CLICKS
    In other HTTP clients, that's achieved by assigning an array to a key, as
    you mention, and the client handles the rest.
     
    Could you take a look at the logs to see what your request string looks
    like?
     
    Also, have you considered using the Google APIs client library
    <https://developers.google.com/api-client-library/ruby/> instead? We've got
    a pretty good set of samples
    <https://github.com/googleads/googleads-adsense-examples/tree/master/ruby/v1.x>
    to get you started!
     
    Cheers,
    Sérgio
     
    ---
    Sérgio Gomes
    Developer Relations
     
    Google UK Limited
    Registered Office: Belgrave House, 76 Buckingham Palace Road, London SW1W
    9TQ
    Registered in England Number: 3977902
     
     
    On Wednesday, 11 June 2014 22:27:03 UTC+1, A wrote:

     

Thursday, June 12, 2014

Digest for adsense-api@googlegroups.com - 1 update in 1 topic

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

    "Jose Alcérreca (AdSense API Team)" <adsenseapiadvisor+jose@google.com> Jun 11 06:52AM -0700  

    We will be monitoring stackoverflow.com for AdSense API questions from now
    on. We created the adsense-api tag
    <http://stackoverflow.com/questions/tagged/adsense-api>for both the AdSense
    Management API and the AdSense Host API.
     
    If you want to use this channel to post a question, go to
    http://stackoverflow.com/questions/ask
     
    We will still use this forum for important announcements and support.
     
    Cheers,
    Jose

     

Wednesday, June 11, 2014

Digest for adsense-api@googlegroups.com - 4 updates in 1 topic

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

    "Alex S." <akssouvannakhot@gmail.com> Jun 09 11:54AM -0700  

    I am creating a dashboard with information about my ads so I want to pull
    information from the performance reports from my own account (clicks, CTR,
    CPM, etc.). Is the Adsense Management API right for me? If not, what
    options do I have?

     

    "Alex S." <asouv@squareoffs.com> Jun 10 10:38AM -0700  

    galeksic,
     
    Thanks for those resources! Is there a way to access data from my *own *account
    and not clients through me? I don't want to have a redirect page because I
    just want to pull information from my own reports and I don't need any
    login from users, almost like a service account.
     
    On Tuesday, June 10, 2014 6:14:51 AM UTC-5, galeksic wrote:

     

    "Jose Alcérreca (AdSense API Team)" <adsenseapiadvisor+jose@google.com> Jun 10 10:50AM -0700  

    Hi Alex,
     
    Using OAuth2, the developer and the user are different entities. We don't
    support Service Accounts but you can use the API from an
    automatic/unmonitored script using refresh tokens and the "offline" access
    type. Every client library implements this in a different way. You can
    start here:
     
    https://developers.google.com/adsense/management/getting_started
     
    Cheers,
    Jose
     
    On Tuesday, 10 June 2014 18:38:15 UTC+1, Alex S. wrote:

     

Wednesday, June 4, 2014

BEVERLY HILLS MASTER PSYCHIC~ HONEST & AMUSING

Your first 3 minutes are FREE talking live with me.

Please visit my website at: http://www.keen.com/Ask+Fran

Or, call me right now at: 1-800-275-5336 x0160

--
You received this message because you are subscribed to the Google Groups "WhealtyCrib" group.
To unsubscribe from this group and stop receiving emails from it, send an email to whealtycrib+unsubscribe@googlegroups.com.
To post to this group, send email to whealtycrib@googlegroups.com.
Visit this group at http://groups.google.com/group/whealtycrib.
For more options, visit https://groups.google.com/d/optout.

Digest for adsense-api@googlegroups.com - 3 updates in 1 topic

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

    "Sérgio Gomes (AdSense API Team)" <adsenseapiadvisor+sergio@google.com> Jun 03 06:35AM -0700  

    Hi Daniel,
     
    Apologies for that, I should have explained it a bit more clearly.
     
    The "getAccessToken" method is actually a misnomer, as it retrieves both
    the access and refresh token (if available). Thus, in the sample you
    pointed to, what you're actually storing in the session
    <https://github.com/googleads/googleads-adsense-examples/blob/master/php-clientlib-1.x/v1.x/adsense-sample.php#L116>
    is both the access and refresh tokens.
    In order to make this fully persistent, all you would have to do would be
    to store them both in a database or local file, rather than in the session.
     
    You would then retrieve them normally, and initialize the client with them
    <https://github.com/googleads/googleads-adsense-examples/blob/master/php-clientlib-1.x/v1.x/adsense-sample.php#L94>
    .
     
    Hope this helps!
     
    Cheers,
    Sérgio
     
    ---
    Sérgio Gomes
    Developer Relations
     
    Google UK Limited
    Registered Office: Belgrave House, 76 Buckingham Palace Road, London SW1W
    9TQ
    Registered in England Number: 3977902
     
    On Tuesday, 3 June 2014 14:22:17 UTC+1, Daniel Mayans wrote:

     

    Daniel Mayans <dani.mb90@gmail.com> Jun 03 06:51AM -0700  

    Okey Sergio, thank you very much!

     

Sunday, June 1, 2014

welcome

Welcome to Everybody !

--
You received this message because you are subscribed to the Google Groups "WhealtyCrib" group.
To unsubscribe from this group and stop receiving emails from it, send an email to whealtycrib+unsubscribe@googlegroups.com.
To post to this group, send email to whealtycrib@googlegroups.com.
Visit this group at http://groups.google.com/group/whealtycrib.
For more options, visit https://groups.google.com/d/optout.