Re: Keyword Targeting

2017-06-16 Thread sam
It worked! Thank you. On Thursday, June 15, 2017 at 8:27:10 PM UTC-7, Peter Oliquino wrote: > > Hi Sam, > > You can use the AdGroupCriterionService > > to > pause the BiddableAdGroupCriterion >

Re: AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-06-16 Thread joe
Hi Michael, I also am seeing this issue and use v201609 (plan to move to v201702 soon). Could you provide an update on publishing a new enum value as this is currently blocking our team's ability to fully adopt Expanded DSA Thanks, Joe On Thursday, June 15, 2017 at 5:34:28 AM UTC-7, Michael

Re: Issues With Making my First Call

2017-06-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Eliot, Could you tell me the type of OAuth flow used in your application? This error generally occurs if the access/refresh token passed in the request is incorrect/invalid. To verify, you can obtain the access token being used for the request, then pass that through this tokeninfo

Re: Storing sessions for multiple accounts but how?

2017-06-16 Thread developer
Sorry Peter, My internet went out for a week. I am using Java Client library. Thank you for the help! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~

Re: How can I get LostImpressions for each country id?

2017-06-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hello, Unfortunately, there isn't a way to get SearchRankLostImpressionShare against the location criterion. The best possible option is to get the SearchRankLostImpressionShare at the campaign

Re: calling getData() on an image always returns null in PHP library

2017-06-16 Thread Joel Shapiro
Sorry, I mispoke, the Image class includes the getData() function, but you're saying that it cannot be used. Why is getData() included in the class? It seems as though it is inviting confusion to include class functions that appear to do something obvious but serve little purpose. Maybe I'm the

Re: I am getting Internal API Error in for mutate ServiceLink in Customer Service v201705

2017-06-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Nikhil, You need to first send an invitation from your Merchant Center account to your AdWords account and then accept the invitation in your AdWords account. You can use the Merchant Center user interface to send this invitation , or use

Re: The OAuth client was deleted on its own? I'm sure I didn't delete it.

2017-06-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Glad to hear that you were able to recreate the OAuth2 credentials and continue using AdWords API to download reports. My guess is that a user with access to the API project may have deleted the credentials mistakenly. You could consider contacting Google API Console help

Re: how to get ad word report using API only one time authentication which open with any browser??

2017-06-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use the OAuth2 installed application flow and persist the refresh token. You need to authorize your app by configuring your client library according to the installed app procedure

Re: i am getting UNEXPECTED_INTERNAL_API_ERROR, while running ADD Service link service

2017-06-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Naveen, I do not see a pending request from a Merchant Center account to your AdWords account. You need to use the Merchant Center user interface to send this invitation , or use the Content API for Shopping

Re: Difference between keyword search volume trough API and Keyword planner tool

2017-06-16 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Unfortunately, there is no guarantee that the TargetingIdeaService or TrafficEstimatorService will offer exactly identical results to the Keyword Planner on the web interface. This may be one of those cases where the differences manifest, and there is simply nothing we can do to get them

Re: Creating a MCC test account.

2017-06-16 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi all, We recently made a change to address this issue. Please try creating an account again and post back here if you still encounter problems. Thanks, Josh, AdWords API Team On Monday, June 5, 2017 at 10:22:59 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > If you actually cre

How can I analyze SearchRankLostImpressionShare grouped by Country Id?

2017-06-16 Thread mcyprusalliance
Hello I know that "SearchRankLostImpressionShare" can be analized grouped by campaigns and I was wandering is there any way to analyze it grouped not only by campaign but by country (region, city)? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: htt

AdWords API Setting Up

2017-06-16 Thread Eliot Shiner
Hi, I've followed the step by step guides to set up the AdWords API and am attempting my first query using a test account. I seem to be getting an error message that I can't get my head around. Any help is greatly appreciated! C:\xampp\htdocs\googleads-php-lib-master>php GetCampaigns.php PHP F

I am getting Internal API Error in for mutate ServiceLink in Customer Service v201705

2017-06-16 Thread nikhil . saxena
Hi, I am getting UNEXPECTED_INTERNAL_API_ERROR for ADD operation on my test account . And when sending with some random id tag it is giving invalid id but according to API document id is not required. for ADD . Is anything i have missed it . Below is my SOAP Request.:- clientCustomerId>

Issues With Making my First Call

2017-06-16 Thread Eliot Shiner
Hi, I'm using PHP and followed the step by step guide, but am getting the following error message when trying to make my first call using the GetCampaigns.php script on a test account i've set up. C:\xampp\htdocs\googleads-php-lib-master>php GetCampaigns.php PHP Fatal error: Uncaught exception

How can I get LostImpressions for each country id?

2017-06-16 Thread mcyprusalliance
Hello, I know that one can analyze metric "SearchRankLostImpressionShare" grouped by Campaign and I was wandering if there is any way to analyze LostImpressions grouped by CountryId (RegionId, CityId). -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+

Re: OperationAccessDenied.fieldPathElements not an array, Perl AdWords API v201702

2017-06-16 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Phillip, Thanks for all the additional information. Giving us the batch job IDs meant I could retrieve the output that was being parsed, which made it easily reproducible. It was indeed an issue in the Perl library. I've made a fix, and the fix will be in the next push of the Perl client lib

Re: DOM Document class not found

2017-06-16 Thread Pratik Solanki
Thanx :) On Friday, 16 June 2017 00:34:43 UTC+5:30, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Pratik, > > Since this error is specific to the PHP Client Library, I suggest that you > post your question in the library's issue tracker >

Re: Adwords API Upgraded to v201609 since more than a month but still it says "You've submitted 3.59% of your AdWords API requests to v201607 within the past seven days"

2017-06-16 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I just re-ran an analysis for this account, and it looks like all calls are on v201609 now. Perhaps the previous analysis was run right at the tail end of your transition. Keep in mind that v201609 is the next version to be sunset, and is currently scheduled to be removed on October 2,

Re: Getting adgroup error

2017-06-16 Thread 'Ivan Bautista' via AdWords API Forum
Hi, If you still encounter the error, then please do share with us (using *reply privately to author* option) privately the SOAP request and response logs captured when error was encountered so we can help you investigate further. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Re: Storing sessions for multiple accounts but how?

2017-06-16 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Just wanted to follow up if you still require our assistance. Please feel free to write back. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/

Re: How do you download the day and time of day in the ad schedule target report?

2017-06-16 Thread 'Peter Oliquino' via AdWords API Forum
Hi Rachel, I'm afraid the Id field only stands as a unique identifier of the Ad Schedule object and doesn't necessarily translate to any day and time information. Best regards, Peter AdWord

how to get ad word report using API only one time authentication which open with any browser??

2017-06-16 Thread v
Hi, I m getting report using Ad word API with Authentication but when i run this report url into other browser again ask for authentication why ?? I try to get report like third party generate report(reportgarden.com) Which flow i use for get Ad words Report ?? -- -- =~=~=~=~=~=~=~=~=~=~=

i am getting UNEXPECTED_INTERNAL_API_ERROR, while running ADD Service link service

2017-06-16 Thread naveen . kumar
Hi, For the following request i am getting unexpected internal API error .can i know how to resolve it . http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/api

Re: How do you download the day and time of day in the ad schedule target report?

2017-06-16 Thread rachelhardman64
Ok, Thanks. Is there a way you can decipher the day and time information from the ad schedule id? or do the numbers not stand for anything in particular? On Friday, June 16, 2017 at 10:12:09 AM UTC+1, Peter Oliquino wrote: > > Hi Rachel, > > The DayOfWeek field currently only supports the report

Re: How do you download the day and time of day in the ad schedule target report?

2017-06-16 Thread 'Peter Oliquino' via AdWords API Forum
Hi Rachel, The DayOfWeek field currently only supports the report types listed here . As for the time period or timestamp, there is currently no field in any of the report types that supports or returns this

The OAuth client was deleted on its own? I'm sure I didn't delete it.

2017-06-16 Thread scorchpem
Hi, I experienced a weird thing, the API Credential - OAuth 2.0 Client ID I added for our AdWords application just got deleted on it's own. I created a new set a couple days ago and it was working fine, enabling us to download AdWords reports, but then early this morning we got bombarded by thi

How do you download the day and time of day in the ad schedule target report?

2017-06-16 Thread rachelhardman64
I've managed to download the ad schedule ID in a Campaign Ad Schedule Target Report, however is it possible to download the Day of the week and time period information in the report? Thanks Rachel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: ht

Re: Do AdGroupCriteria support temporary IDs?

2017-06-16 Thread 'Peter Oliquino' via AdWords API Forum
Hi Dorian, My apologies for not being clear. But yes, what I meant in my previous response was that ads, and criteria no longer require temporary IDs (as seen also in this example

Re: Do AdGroupCriteria support temporary IDs?

2017-06-16 Thread Dorian Kind
Hi Peter, I think there is a misunderstanding, my original question was exactly about using temporary IDs for *criteria and ads* so that we can *apply labels* to them in the same batch job. From what I can tell, this does not seem to be possible, is that correct? Thanks and best regards, Doria

Re: Do AdGroupCriteria support temporary IDs?

2017-06-16 Thread 'Peter Oliquino' via AdWords API Forum
Hi Dorian, I will be providing support for now in place of Vishal. Looking at the code, it appears you are also adding temporary IDs to the dependent object itself (Ad and Criterion IDs). As discussed here ,