2012/4/19 <adwords-api@googlegroups.com>

>   Today's Topic Summary
>
> Group: http://groups.google.com/group/adwords-api/topics
>
>    - Image ad and media service <#136ca8ef52f3617d_group_thread_0> [1
>    Update]
>    - downloaded GZIP report giving errors when 
> extracting<#136ca8ef52f3617d_group_thread_1>[2 Updates]
>    - criteria report not including 0 impressions, i am using ruby 
> client<#136ca8ef52f3617d_group_thread_2>[2 Updates]
>    - sandbox <#136ca8ef52f3617d_group_thread_3> [2 Updates]
>    - Quality score on Adwords Api <#136ca8ef52f3617d_group_thread_4> [2
>    Updates]
>    - Getting quota used for a specific 
> request<#136ca8ef52f3617d_group_thread_5>[2 Updates]
>    - Dynamic Search information not included in Ad/Criteria Performance
>    reports <#136ca8ef52f3617d_group_thread_6> [1 Update]
>    - Looking to hire for API reporting 
> project<#136ca8ef52f3617d_group_thread_7>[1 Update]
>    - 
> AuthenticationError.CUSTOMER_NOT_FOUND;<#136ca8ef52f3617d_group_thread_8>[1 
> Update]
>    - adhoc Report <#136ca8ef52f3617d_group_thread_9> [1 Update]
>
>   Image ad and media 
> service<http://groups.google.com/group/adwords-api/t/c74af513b15c0452>
>
>    "u...@taykey.com" <u...@taykey.com> Apr 19 02:10AM -0700
>
>    ANYONE?!
>
>
>
>
>   downloaded GZIP report giving errors when 
> extracting<http://groups.google.com/group/adwords-api/t/feca4b7350408bc>
>
>    bgraves <bgra...@webmetro.com> Apr 18 10:55AM -0700
>
>    Even after re-downloading, I'm still getting this error in my code
>    when I
>    try to unzip my report:
>    "ICSharpCode.SharpZipLib.GZip.GZipException: Error GZIP header, first
>    magic
>    byte doesn't match"
>    It unzips fine using WinRAR. Does anyone else get this programatic
>    error
>    (I use .NET)? Have you found a way to get around it?
>
>
>
>
>    Zweitze <zwei...@gmail.com> Apr 19 01:37AM -0700
>
>    I use System.IO.Compression.GZipStream, part of .NET framework 2.0 and
>    higher. I never had any problems with GZIPped reports in the last five
>    years. So, consider ditching the SharpZipLib (?!) code and start using
>    GZipStream.
>
>
>
>    On Wednesday, April 18, 2012 7:55:08 PM UTC+2, bgraves wrote:
>
>
>
>
>   criteria report not including 0 impressions, i am using ruby 
> client<http://groups.google.com/group/adwords-api/t/708aa18e53d2e349>
>
>    Michael Ni <michael...@gmail.com> Apr 18 10:38PM -0700
>
>    Is there somewhere in the documentation that shows clearly which
>    criteria
>    report report definitions cannot produce zero impressions?
>
>
>    On Wednesday, April 18, 2012 12:32:34 AM UTC-7, Michael Ni wrote:
>
>
>
>
>    Chirag <chirag.ebra...@gmail.com> Apr 19 12:27AM -0700
>
>    Hi,
>    Try to remove field CtrSignificance. It prevents zero impressions data.
>    See docs here.
>
>    https://developers.google.com/adwords/api/docs/appendix/reports#criteria
>
>    On Thursday, April 19, 2012 11:08:26 AM UTC+5:30, Michael Ni wrote:
>
>
>
>   sandbox <http://groups.google.com/group/adwords-api/t/65fada41f95dac9d>
>
>    Ewan Heming <ewan.heming2...@gmail.com> Apr 18 11:07AM -0700
>
>    Yes, I think that the caching on my site is a bit too aggressive: I'm
>    only
>    using an Amazon Micro instance, so I mostly rely on CloudFlair to
>    deliver
>    my content fast, but it does mean I sometimes need to clear the cache
>    before comments show up.
>
>    After the script displays your customer ids, it then has
>    some arbitrary sample code that create a campaign in the first
>    account; if
>    you run the code again, you'll get an error message because it will
>    try and
>    create another campaign with the same name. I'll modify it to work
>    like the
>    official sample code to add a timestamp so the name will always be
>    unique.
>
>    After getting a sandbox account set up, you should check out the PHP
>    sample
>    code that comes with the client library because it should have
>    examples of
>    most of the operations you're likely to want to perform.
>
>
>
>
>    newbie_boxers <junivenisi...@agentsofvalue.com> Apr 18 06:31PM -0700
>
>    Thanks for that man! Your code helps me a lot!
>
>
>
>   Quality score on Adwords 
> Api<http://groups.google.com/group/adwords-api/t/158b364ec4b5e239>
>
>    Kevin Winter <kevin.win...@google.com> Apr 18 08:18AM -0700
>
>    Hi js,
>    Have you included the feed names in your selector?
>
>    
> http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.QualityInfo.html
>
>    Make sure that "QualityScore" appears as a field in your selector or
>    else
>    this object won't be populated. I believe that the sandbox should
>    return
>    back fake values for these fields.
>
>    - Kevin Winter
>    AdWords API Team
>
>    On Wednesday, April 18, 2012 5:42:22 AM UTC-4, newbie_boxers wrote:
>
>
>
>
>    newbie_boxers <junivenisi...@agentsofvalue.com> Apr 18 06:28PM -0700
>
>    Hi KW,
>
>    Thank you for that! Big help.
>
>    This maybe a dumb question but I'll ask it anyway,
>    can you set values to a clicks, cost, impressions, conversions
>    and averagePosition in the Stats Object?
>    how about the firstPageCpc in the BiddableAdGroupCriterion Object?
>
>    -js
>
>
>
>   Getting quota used for a specific 
> request<http://groups.google.com/group/adwords-api/t/2f5ba4c3c1d6e102>
>
>    jeremy brooks <servi...@ideagility.com> Apr 18 06:08PM -0700
>
>    Is it possible to get the quota used for a specific request? For
>    instance, in the response?
>
>    Reason being, we need more accurate accounting and tracking then what
>    the
>    API's InfoService is able to provide us.
>
>    Thanks,
>    Jeremy Brooks
>    http://www.ideagility.com
>
>
>
>
>    jeremy brooks <servi...@ideagility.com> Apr 18 06:19PM -0700
>
>    I meant more precise, not accurate.
>
>    On Wednesday, April 18, 2012 8:08:12 PM UTC-5, jeremy brooks wrote:
>
>
>
>   Dynamic Search information not included in Ad/Criteria Performance
> reports <http://groups.google.com/group/adwords-api/t/c8044014ea5a7336>
>
>    bgraves <bgra...@webmetro.com> Apr 18 10:44AM -0700
>
>    Will Dynamic Search information be reported in a future version of the
>    API? If so, is there any timeline when it will be available?
>
>
>
>   Looking to hire for API reporting 
> project<http://groups.google.com/group/adwords-api/t/58347c5fa8f2033b>
>
>    Marc Damon <mcd0...@yahoo.com> Apr 18 09:59AM -0700
>
>    Hello all,
>
>    I have an API reporting program that was built last year and it is in
>    desperate need of maintenance and upgrades. I run a paid search agency
>    with
>    about 60 customers and don't have time to work on this program, so I
>    need
>    some help.
>
>    If you are able to work on this, please let me know and we can go over
>    details and talk pricing.
>
>    Thanks
>    Marc Damon
>    630-204-0213
>    mcd0...@yahoo.com
>
>
>
>   
> AuthenticationError.CUSTOMER_NOT_FOUND;<http://groups.google.com/group/adwords-api/t/735a0e142eecd41f>
>
>    Charanjit Singh <coolra...@gmail.com> Apr 17 09:40PM -0700
>
>    Hi Anash P. Oommen, Danial Klimkin,
>    *
>    *
>    I am also having the exact same problem as mentioned by Rodrigo
>    Berlinck. I
>    am using the adword repository located at *
>    http://google-api-adwords-php.googlecode.com/svn/trunk*
>
>    When I try to call:
>
>    *File:*
>
>    google-api-adwords-php/examples/v201109/BasicOperations/AddCampaigns.php
>    *Response:* An error has occurred:
>    [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0],
>    OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[1]]
>
>
>    
> *File:*google-api-adwords-php/examples/v201109/BasicOperations/GetCampaigns.php
>    *Response:* No campaigns were found.
>
>    *File:* auth.ini
>    *Contents:*
>    email = "<my_email_id>@gmail.com"
>    password = "<my_password>"
>    userAgent = "adwords tool"
>    developerToken = " <my_email_id>@gmail.com ++USD"
>
>    ; Uncomment to make requests against a client account.
>    ;clientId = "111-111-1111"
>
>    ; Uncomment the following to use an existing AuthToken.
>    ; authToken = "INSERT_AUTH_TOKEN_HERE"
>
>    ; Uncomment the following to use existing OAuth information.
>    ; [OAUTH]
>    ; oauth_consumer_key = "INSERT_OAUTH_CONSUMER_KEY_HERE"
>    ; oauth_consumer_secret = "INSERT_OAUTH_CONSUMER_SECRET_HERE"
>    ; oauth_token = "INSERT_OAUTH_TOKEN_HERE"
>    ; oauth_token_secret = "INSERT_OAUTH_TOKEN_SECRET_HERE"
>
>
>    *File:* settings.ini
>    *Contents:*
>    [LOGGING]
>    ; Log directory is either an absolute path, or relative path to the
>    ; AdWordsUser.php file.
>    PATH_RELATIVE = "1"
>    LIB_LOG_DIR_PATH = "../../../../../../logs"
>
>    [SERVER]
>    DEFAULT_VERSION = "v201109"
>
>    ; Change to https://adwords-sandbox.google.com to work in the sandbox
>    ; environment.
>    ;DEFAULT_SERVER = "https://adwords.google.com";
>    DEFAULT_SERVER = "https://adwords-sandbox.google.com";
>    ...
>    ..
>    .
>
>    Any reason as to why I am also getting the same errors? Any help will
>    be
>    really appreciated.
>
>
>    On Monday, March 26, 2012 5:42:50 PM UTC+5:30, Danial Klimkin wrote:
>
>
>
>   adhoc Report<http://groups.google.com/group/adwords-api/t/81cc84a306a46b6e>
>
>    Kevin Winter <kevin.win...@google.com> Apr 18 08:22AM -0700
>
>    Hi,
>    AdHoc reporting is just the name we gave to this method of reporting.
>    At
>    the time, there were already two types of reporting: v13 reports, in
>    which
>    you have to validate, schedule, ping for status and finally download
>    the
>    report, and the v200xxx reporting where you have to first define and
>    then
>    download a report. We chose AdHoc to convey that it is done on-the-fly
>    as
>    opposed to the other methods. We didn't mean to imply that it is
>    related
>    to the site you linked.
>
>    - Kevin Winter
>    AdWords API Team
>
>    On Monday, April 16, 2012 11:55:34 AM UTC-4, marc wrote:
>
>
>
>  You received this message because you are subscribed to the Google Group
> adwords-api.
> You can post via email <adwords-api@googlegroups.com>.
> To unsubscribe from this group, 
> send<adwords-api+unsubscr...@googlegroups.com>an empty message.
> For more options, 
> visit<http://groups.google.com/group/adwords-api/topics>this group.
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://adwordsapi.blogspot.com
> http://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> You received this message because you are subscribed to the Google
> Groups "AdWords API Forum" group.
> To post to this group, send email to adwords-api@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/adwords-api?hl=en
>



-- 

Буник Тарас
девелопер
Портал товаров и услуг *example.com:5000*

*ул. Бориспольская, 9, корп. 91, оф. 615*
*Киев, 02660*
моб. +380973162190
skype: t.bunyk

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

Reply via email to