App installations metric

2022-03-30 Thread Rafal Gatys
Hello, I have a query: f""" SELECT ad_group.name, campaign.id, campaign.name, campaign.app_campaign_setting.app_id, campaign.app_campaign_setting.app_store, metrics.clicks, metrics.conversions, metrics.impressions, metrics.cost_micros, segments.date, geographic_view.country_criterion_id FROM geogr

V13 ReportService customer report validation

2011-07-14 Thread rafal
Hi With one of my customers I faced strange problem. So far I had no problems with generating reports for him in line with other customers, so I used crossClient flag. Today, I got "Either this object does not exist, or this user does not have permission to access it." error code 4. (with cros

API returns empty reponse for not authorized account

2011-07-11 Thread rafal
Hi When asking for account via ServicedAccount, for one of my customers I get NOT_AUTHORIZED error which is clear as that customer has not approved authorization request yet 59f64ca29125bd282f9cfe8ec408ee8c However, from time to time I get a response with getResponse tag empty: aa79d9a97bb9ab33b4

Automatic customer account linking

2011-03-29 Thread rafal
Hi, I know that issue of automatic customer account linking was brought up couple of times Linking customers to my mcc is the only manual task in the process I cannot automate (no api functionality to do this) Does anyone have some solution for this inconvenience? Thanks rafal

Automatic customer account linking

2011-03-25 Thread rafal
Hi, I know that issue of automatic customer account linking was brought up couple of times Linking customers to my mcc is the only manual task in the process I cannot automate (no api functionality to do this) Does anyone have some solution for this inconvenience? Thanks rafal

AdWords Pending Invitations

2011-03-25 Thread rafal
nection levels. Is possible to take that limitation down, or at least extend it? Thanks in advance rafal -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~

Re: Keyword status in report [Low Search Volume]

2011-03-14 Thread rafal
Hi Eric, Via AdGroupCriterionService 201101 once can download systemServingStatus. Do you forsee such an option in ReportService? Best -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group

Re: V13 AccountService error

2011-02-24 Thread rafal
Hi Eric, Thanks for your reply. That is understandable, it would be nice however to be able to specify email address. Customer ID is indeed a work-around. Rafal AdWords API Advisor napisaƂ(a): > Hi, > > I think it is the case that the first email in the account is the > primary e

Re: V13 AccountService error

2011-02-16 Thread rafal
Hi Eric, Unfortunately that bug is still following me. What I noticed though is that, when I ask for client accounts I get the list of clientAccounts:AdWords::V13::AccountService::ClientAccountInfo @emailAddress field specifies address, which seems to cause the problems. I logged in to adwords

Re: V13 AccountService error

2011-01-28 Thread rafal
Hi Eric, I've been struggling with that for over three weeks now. Any ideas how long it may last? Best Rafal -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adword

Re: V13 AccountService error

2011-01-26 Thread rafal
count. So there is a question, why API returns me the email address that I cannot use in the header later on? Do you have any ideas? Best Rafal -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google

V13 AccountService error

2011-01-21 Thread rafal
Hi I just noticed such an error - status code 4. It happens when I ask for account details specifying clientEmail to one of the MCCs. soapenv:Server.userException Customers must have an AdWords account to use the API. https://adwords.google.com/api/adwords/v13";> 4 Custo

mcc id vs customer id

2010-09-03 Thread rafal
Hi Is there any way to validate customer id in order to find out whether that is cusotmer or mcc number before that user authorizes my mcc? I know it can be done once accounts are linked, but it is not the case. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and dis

UNIT COUNT for client per serviceName and methodName

2010-07-22 Thread rafal
Hi I try to find out how many api bids each I spend on each of my customers for specified method. Here is the request generated, but no matter what serviceName and methodName I define, I always get the overall api bids count per given customer https://adwords.google.com/api/adwords/info/ v2

AdWords API Structure Report and downloading empty campaigns

2009-02-02 Thread rafal
I noticed that during the process of creating sturcutre report, with the following fields: ["AdGroupId", "CampaignId", "KeywordId", "Impressions", "Clicks"] campaigns that have no adgroups are not being included in the report. Is there a way to include such a data in just one report with "adgrou

AdWords API Number of concurrent connections with Adwords API

2008-12-09 Thread rafal
I have a question concerning number of maximum concurrent connections with Adwords API made by one particular developer account. The reason I am asking this is that my idea is to run multiple threads to get appropriate adwords data. Thanks in advanced Rafal