Re: redirect_uri_mismatch in google adwords

2016-09-06 Thread 'Joyce Lava' via AdWords API Forum
Hello, Could you please confirm if you are doing the steps for OAuth2 Playground to generate the credentials? If yes, based on the doc , the allowed *app type* when using the OAuth2 Playground is to choose

Re: Targeting Idea Service STATS CollectionSizeError.TOO_MANY

2016-09-06 Thread Alex Benusovich
Any news? On Wednesday, August 17, 2016 at 5:18:47 AM UTC-7, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > I have reached out to the engineering team again to see if they've made > any progress. I'm hoping to hear from them soon, and will let you know when > I do. > > Regards, > Mike

Re: Fatal Error: invalid_request

2016-09-06 Thread Anthony Ly
request_info.log: [Sep 06 2016 15:03:59.00 - ERROR] effectiveUser= service=BudgetOrderService method=get operators={EQUALS: 1, GREATER_THAN_EQUALS: 1, LESS_THAN_EQUALS: 1} responseTime=895 requestId=00053bddf9366c900a4c494586029259 operations=1 units= server=adwords.google.com

Re: Fatal Error: invalid_request

2016-09-06 Thread Anthony Ly
request_info.log: [Sep 06 2016 15:03:59.00 - ERROR] effectiveUser=6056293321 service=BudgetOrderService method=get operators={EQUALS: 1, GREATER_THAN_EQUALS: 1, LESS_THAN_EQUALS: 1} responseTime=895 requestId=00053bddf9366c900a4c494586029259 operations=1 units= server=adwords.google.com is

Re: Fatal Error: invalid_request

2016-09-06 Thread Anthony Ly
Thanks for the fix Google team! I am receiving a new error starting today when trying to GetAccountBudget via BUDGETORDERSERVICE, adwords api 201607, googleads-php-lib-12.0.0. This error only occurs for some accounts-can't figure out why it works fine for other accounts. It seems like the err

Re: ManagedCustomerService vs CustomerService

2016-09-06 Thread Tejas Manohar
Can you use *get()* on *ManagedCustomerService* w/ a selector that just asks for certain *Fields[]* to get all accounts? On Tue, Sep 6, 2016 at 2:47 PM Tejas Manohar wrote: > What's the actual method being used to get account hierarchy? I don't see > it listed here- > https://developers.google.co

Re: ManagedCustomerService vs CustomerService

2016-09-06 Thread Tejas Manohar
What's the actual method being used to get account hierarchy? I don't see it listed here- https://developers.google.com/adwords/api/docs/reference/v201607/ManagedCustomerService On Tue, Sep 6, 2016 at 2:43 PM 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum wrote: > Hi Tejas, > > I wou

Re: ManagedCustomerService vs CustomerService

2016-09-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tejas, I would recommend that you use ManagedCustomerService to get all the accounts accessible by the user authenticated in the request. You could use the GetAccountHierarchy

Re: ManagedCustomerService vs CustomerService

2016-09-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tejas, I would recommend that you use ManagedCustomerService to get all the accounts accessible by the user authenticated in the request. You could use the GetAccountHierarchy

Re: Get Ad Performance Report for Lifetime of Ad

2016-09-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tejas, Using the ALL_TIME date range will provide stats for the entire available time-range of the object in question. So, you should expect to see performance stats which are from the created time of the object.

Re: AdGroupAdService behavior for TextAd instances for 10/26/2016 and later

2016-09-06 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Al, You would not be able to add/create new text ads. However, set and remove operations would still be supported. Also, existing standard text ads will continue to serve alongside expanded text ads. This tutorial

redirect_uri_mismatch in google adwords

2016-09-06 Thread firmgadownload
Hi Trying to access Google Adword API I am following below steps and failing @step 5 and giving error like* (400.* That’s an error.* Error: redirect_uri_mismatch)* 1. Request a developer token

Re: Adwords PHP API Array to string conversion

2016-09-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you try to retrieve your campaigns using the GetCampaigns example from the PHP client library? If this works successfully, you could use this example code as a refer

ManagedCustomerService vs CustomerService

2016-09-06 Thread tejas
If I want to get all customers / AdWords accounts accessible to the Google user currently authenticated, should I use ManagedCustomerService or CustomerService? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Adwords PHP API Array to string conversion

2016-09-06 Thread simonovtony
I have an error when I use $campaignService->get($selector); $client = new \Google_Client(); /* $client->setAuthConfigFile(base_path('google.json')); */ $client->setClientId(getenv('GOOGLE_ID')); $client->setClientSecret(getenv('GOOGLE_SECRET')); $client->addScope("https://www.googleapis.com/auth/

Re: Get Ad Performance Report for Lifetime of Ad

2016-09-06 Thread tejas
So I was looking into the results of *ALL_TIME* queries, and it seems like they actually start at the start time of the Ad. Is this a feature of them? I don't see dates dating back to the creation time of the AdWords account or anything extremely far back like that. On Wednesday, August 24, 201

AdGroupAdService behavior for TextAd instances for 10/26/2016 and later

2016-09-06 Thread adivenuti
Hello, There's an AdWords Developer Blog posting available at: http://googleadsdeveloper.blogspot.com/2016/07/begin-upgrading-your-standard-text-ads.html that states the following in its 2nd paragraph: Starting October 26, 2016, expanded text ads will become the primary Search > network ad typ

Re: AWQL dateRange syntax problem

2016-09-06 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I'm glad you got it working in some capacity! If you ever do figure out what the difference is between the working state now and the failing state you had, please let me know, in case anyone else ever runs into a similar issue. Regards, Mike, AdWords API Team On Tuesday, September 6, 2

Re: AWQL dateRange syntax problem

2016-09-06 Thread bionic
I reverted back to my previous script which was very similar to the first example on the reference page and after a couple of edits sorted the problem. Call it pragmatism as I didn't resolve the original problem, but I am happy now so lets say it is resolved? On Monday, 5 September 2016 09:14:1

Re: Will "CustomerSynchService.get" operations report clearing of Target CPA and Conversion Optimizer bid mods?

2016-09-06 Thread adivenuti
Hi Nadine, No problem. Thank you for the information. -Al On Thursday, August 18, 2016 at 10:06:13 AM UTC-4, Nadine Sundquist (AdWords API Team) wrote: > > Greetings Al, > > Thanks for being so patient. I was able to confirm that the API's > CustomerSyncService will see the changes. However,

Re: AWQL dateRange syntax problem

2016-09-06 Thread bionic
Thanks for the reply Mike. I did remove the space and same issue. Tried umpteen different ways of doing it but no go. My previous script was similar to the first example on the reference page. So leave it with me just for a bit and I will test it using that framework. Thanks. On Tuesday, 6 Sept

Re: Find placement category of placement URL

2016-09-06 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, You *may* be able to see the category by looking at CriteriaParameters on the URL_PERFORMANCE_REPORT

Re: AWQL dateRange syntax problem

2016-09-06 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Try removing the space after the comma, before the second date. Instead of DURING 20160716, 20160902, try DURING 20160716,20160902. If that doesn't work, I'll contact the owner of the PHP library to see if he's aware of any other limitations specific to PHP. Regards, Mike, AdWords API T

Re: Campaings and Extensions relations

2016-09-06 Thread 'Joyce Lava' via AdWords API Forum
Hi Rafa, The question above seems to be product-specific concern. That said, AdWords Community Forum should be the best channel to ask about it. You may check this article

Campaings and Extensions relations

2016-09-06 Thread rafa . romero
If I add more than one extension (no matters what kind of extension is) to a campaign, how Google Adwords choose one of these extensions will be shown? Can I do anything to add priority to one of those extensions? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog