RE: How to get account data by channel (search, shopping, display, etc.), device, and date?

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Dileep, If you want to get the summary of SearchImpressionShare for all your search campaigns, you should run a Campaign Performance Report with a filter AdvertisingChannelType = SEARCH. Additionally, you can run the Campaign Performance Report with a filter AdvertisingChannelType = DISPLAY

Re: How to get account data by channel (search, shopping, display, etc.), device, and date?

2017-09-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The Campaign Performance Report aggregates statistics at the Campaign level by default and will return one row per campaign, even if you don't explicitly request the CampaignName of CampaignId f

How to get account data by channel (search, shopping, display, etc.), device, and date?

2017-09-19 Thread josh . barr
Account Performance Report can't segment by channel, and Campaign Performance Report I'd have to some how roll up to day totals. So far it outputs a line per campaign even when I don't include campaign in the report AWQL. Is there a way to do this without having to write code to weight total s

Re: get account data

2015-01-15 Thread Josh Radcliff (AdWords API Team)
Hi, A developer token is associated with a specific account solely for administrative purposes. The account of a developer token has *no impact whatsoever* on which accounts your API requests can access -- that is determined entirely by the OAuth credentials on each request. It's perfectly val

Re: get account data

2015-01-15 Thread Alessandro Dias
Hi Josh, I have another doubt, You said: You can (and should) use the same developer token for AdWords API requests > against *all* of your accounts. You do not need a separate token for each > account. but correct me if I'm wrong, the developer token is associated to a specific prodction acc

Re: get account data

2015-01-14 Thread Josh Radcliff (AdWords API Team)
Hi, Once you take the user through the OAuth flow and get an *access_token*, you can issue a CustomerService.get request using that *access_token*. The request will return a Customer object

get account data

2015-01-14 Thread Alessandro Dias
I'm trying to develop an app where a user logs in and get information of its adwords account; So, there's a way to get the developer token, client_customer_id and any other user information ? or will be need to ask the user to give this data? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to get account data after user gives grant access to his account

2014-01-21 Thread Danial Klimkin
Hello Larisa, 1. App type depends on how does the user authorizes. With web application you can build a self-service site multiple users can use to quickly authorize your application. Installed application will require a user to send you an auth code manually. 2. Refresh token is enough to ac

How to get account data after user gives grant access to his account

2014-01-17 Thread larisa bolgova
Hi. I need to have access to user adwords account after that user gives grant access to his account. I have few questions: 1 - What type of application do i have to use (web application or installed application)? 2 - Is it enough to get refresh token to have offline access to user that gave m