Re: Oauth2.0 'approval_prompt' => 'force' is not working as expected

2016-10-19 Thread cv
Hello Josh, Yes you are right, approval_prompt = force is working fine when you are allowing app for the first time and not logged out from your login before expires_in time. It was not worked in following case Step 1 : Allow user to authorised your app which may have url https://accounts.goo

Re: Definition of a Operation specifics

2016-10-19 Thread wei lai
Vishal That is fine that we need to count each Operation if it goes to a different CID. Does that mean, irrelevant of the GET each CID causes a new Operation? On Wednesday, October 19, 2016 at 1:36:41 PM UTC-7, Vishal Vinayak (Adwords API Team) wrote: > > Hi Wei, > > Unfortunately, when workin

Re: Google API App Counting Operations

2016-10-19 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, Although you may be able to determine your quota usage via the Google API Console, there is no service in AdWords API that will return your usage. You can, however, use your app's activity logs

Re: Oauth2.0 'approval_prompt' => 'force' is not working as expected

2016-10-19 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, That's true, but you can still use *approval_prompt=force* and it will behave as expected, even with the OAuth playground. To see this, select *Force prompt: Consent screen *in the playground, then click the *Authorize APIs *button. The URL in the resulting consent screen will look somethi

Re: How to download adward billing invoice using php code?

2016-10-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Dhanlaxmi, To your question regarding API versions, unfortunately, AdWords API SOAP WSDLs are released every few months (precise deprecation schedule available here ) and the old versions are deprecated and later sunset. After suns

Re: Google API App Counting Operations

2016-10-19 Thread wei lai
This link says you can. https://developers.google.com/maps/faq#usage_quotacalc On Wednesday, October 19, 2016 at 11:21:58 AM UTC-7, Anthony Madrigal wrote: > > Hello, > > There is currently no feature or service in AdWords API that lets you > check how many operations you have made or have lef

Re: update keyword's bidding differently according to MatchType

2016-10-19 Thread Jay Zou
Hi Shwetha, Thanks for the clear explanation. This solves my confusions. Best, Jay On Wednesday, October 19, 2016 at 4:33:13 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jay, > > Each keyword has one MatchType. For example, a 'Broad' match keyword with > text women's hats is di

Re: Definition of a Operation specifics

2016-10-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Wei, Unfortunately, when working with multiple client accounts, you would need to send a request for each account individually. Therefore, to fetch data from an AdWords account, you would need to send a new GET request for that account. You can do so either by changing the clientCustomerId i

Re: update keyword's bidding differently according to MatchType

2016-10-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jay, Each keyword has one MatchType. For example, a 'Broad' match keyword with text women's hats is different from an 'Exact' match keyword with the same text (women's hats). Please see this document for a detailed explanation of different

Re: URL, path 1 and path2 validations in ExpandedAds

2016-10-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Rafa, Please find my answers inline; *what are the guidelines to validate the URL, path1 and path2 in expanded Ads? **Is it necessary to validate all the URL or just the domain (e.g. www.example.com

Re: Account access management in API (grant other user access to my account)

2016-10-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Konstantin, Unfortunately, you cannot invite new users to your AdWords account or a manager account using the API. In case you are trying to extent an invite to a client account from a manager account (i.e. linking a manager account to a client account), you can use ManagedCustomerService <

Re: Oauth2.0 'approval_prompt' => 'force' is not working as expected

2016-10-19 Thread cv
Hello Josh, I just noticed that there is no approval_prompt under in the OAuth Playground , Instead it is *prompt=consent* or *prompt=select_account* or it can be *prompt=none* So I guess Now *approval_prompt = Auto / Force* is deprecated.. Please

Re: Google API App Counting Operations

2016-10-19 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, There is currently no feature or service in AdWords API that lets you check how many operations you have made or have left. Please see our blog to see if this feature is added in the future. Regards, Anthony AdWords API

Re: update keyword's bidding differently according to MatchType

2016-10-19 Thread Jay Zou
Hi Shwetha, This confuses me. I thought each keyword has 3 different biddings for different MatchTypes. Since I saw one keyword may have multiple values in 'match type'

Definition of a Operation specifics

2016-10-19 Thread wei lai
Documentation stated an operation can be a Get or a Mutate. We are no doing any Mutates. We are pulling metrics from all our accounts. We have to Get data from 300 CIDs to pull data. Is this one Get operation or is it 300 Get operations? We are populating a data table and recording all of our G

Google API App Counting Operations

2016-10-19 Thread wei lai
Google documentation states that the API App can count the number of operations a key is using per day. Is this App Counter accessible via a link and credentials or can only the API engineer have access to this App? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: Oauth2.0 'approval_prompt' => 'force' is not working as expected

2016-10-19 Thread cv
Hello Josh, I will try with older version again and inform owner with library to look into it. Thanks, On Wednesday, 19 October 2016 19:02:42 UTC+5:30, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Thanks for confirming you're passing the correct *offline* value. > > This is looking lik

Re: Enable AdGroup Multiple Custom Bidding (Display)

2016-10-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Victor, You can set custom bids on only one targeting method within each ad group. If you enable custom bids for one targeting method, the bids of other targeting methods will be changed to the AdGroup's default bid. This guide provi

Re: update keyword's bidding differently according to MatchType

2016-10-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jay, The above operation will update the keyword's bid regardless of its matchType. You need to use AdGroupCriterionService to get only 'Exact' match keywords and then update the bids of these keyword

Re: Problem in authentication of client id of sub manager account.

2016-10-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Nishant, Could you provide the details of the error you receive when trying to download reports for client accounts under the sub-manager account? Could you also confirm that you are using the OAuth credentials associated with the main manager account to download reports for all the accounts

Account access managing (add new user by email) in API

2016-10-19 Thread Konstantin Kalinin
Hello! Could you please help me how I can add user to have access in my account in API? This is what I'm talking about in web: http://prntscr.com/cw9f6v I'm looking for api-call like this: $myAuthorizedAccount->sendAccessInvite($invitedUserEmail, $grantLevel) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Account access management in API (grant other user access to my account)

2016-10-19 Thread Konstantin Kalinin
Hello! I cant find how to process this action via API call? http://prntscr.com/cw9ntm I have an account, and I want to invite another user into this account knowing his email? I expect API-call like $myAuthorizedUser->invite($otherUserEmail, $accessLevel). Thank you! -- -- =~=~=~=~=~=~=~=~=~

Re: Invalid XML

2016-10-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the complete report definition used along with a sample clientCustomerId where you observed this? I see the fields selected from the Campaign Performance Report , but did you use

Enable AdGroup Multiple Custom Bidding (Display)

2016-10-19 Thread Victor
Hi, Is it possible to enable AdGroup custom bidding for all display segmentation? I mean all at the same time. - Age Range - Gender - Keyword Display - Parent - Placement - Vertical (topics) - UserListCriterion (audiences) I've tried to enable Age Range and Keyword Display of an AdGroup but wh

update keyword's bidding differently according to MatchType

2016-10-19 Thread Jay Zou
Hi, Here I want to update 3 biddings of 1 keyword based on its MatchType . Let's say for Exact match I'd like to bid $0.5, for Broad match I'd like to bid differently, like $0.7. Can I m

Problem in authentication of client id of sub manager account.

2016-10-19 Thread Nishant Rawat
I have a google adword manager account with several client account and a sub-manager account which further have more client account. 1) The purpose of using api to get daily data of the campaigns running under different client ids. The problem is that when i start using api, all the account whi

Re: Oauth2.0 'approval_prompt' => 'force' is not working as expected

2016-10-19 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Thanks for confirming you're passing the correct *offline* value. This is looking like a client library issue. I just experimented with the *approval_prompt* in the OAuth Playground , and it seems to be behaving properly. Have you recently tr

How to download adward billing invoice using php code?

2016-10-19 Thread dhanlaxmi . soma
Hi, I want to build php code to download the adword billing invoice, we tried with API but we found that the library get updated very frequently. So it is bit difficult to sync the code and its kind of recurring activity. Can you please provide me any dynamic solution? like I can get the fixed

Invalid XML

2016-10-19 Thread dima
Hi, For several accounts I get a bad formatted XML, it happens only for one row (I think random) in the report. I'm using v201605 and can't upgrade to later version since we still use Converted Clicks. I'm downloading CAMPAIGN_PERFORMANCE_REPORT with the following columns: Res

Re: Cannot select a combination of ConversionTrackerId and ActiveViewCpm

2016-10-19 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Ronak, I agree completely -- I'm following up on that issue and will provide an update once I have more information. Thanks, Josh, AdWords API Team On Wednesday, October 19, 2016 at 12:14:58 AM UTC-4, Ronak Shah wrote: > > Hello Josh, > > Yes you are correct but its only effective from v2016

URL, path 1 and path2 validations in ExpandedAds

2016-10-19 Thread rafa . romero
Hi, what are the guidelines to validate the URL, path1 and path2 in expanded Ads? Is it necessary to validate all the URL or just the domain (e.g. www.example.com). What characters are not allowed? Is there any known regex to be used? Thank you very much! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: AccountHierarchy Same Customer Id Problem

2016-10-19 Thread Mehmet
Hi, Yes, I used .Net example. I just removed some lines for simplicity while posting. I will try to reproduce case, because it occurs sometimes not always. And then I will provide request and response. Thanks 19 Ekim 2016 Çarşamba 12:19:31 UTC+3 tarihinde Peter Oliquino yazdı: > > Hi, > > Have

Re: AccountHierarchy Same Customer Id Problem

2016-10-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Have you tried the GetAccountHierarchy .NET example? I could see that there is a slight difference in your code and the one in the example. Could you confirm if the issue persists after using the example I

AccountHierarchy Same Customer Id Problem

2016-10-19 Thread Mehmet
Hi, I am trying to get AccountHierachy with the code below. But sometimes while adding to dictionary, I got "An item with the same key has already been added" error. I think selector.paging.IncreaseOffset(); not work sometimes. Is it possible or I do a mistake? Thanks do

Re: Can I Targeting use to my adid, IDFA?

2016-10-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi, My apologies for not fully understanding the issue. However, targeting using the Android Advertising ID or IDFA are currently not supported in the AdWords API. You may follow our blog for any future updates or announcements.

Re: Can I Targeting use to my adid, IDFA?

2016-10-19 Thread 김윤철
thanks answer but, no answer I want I want targeting ADID or IDFA like '4b65440d-1941-46c5-a786-5b00d3c79e95' is possible work? 2016년 10월 19일 수요일 오후 2시 58분 13초 UTC+9, Peter Oliquino 님의 말: > > Hi, > > Could you confirm if what you wish to achieve is mobile targeting at the > ad level? If y