Re: Criteria Performance Report Only Returns Keywords

2017-02-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Adam, To better investigate your concern, could you also provide your customer ID? Please reply using *Reply privately to author*. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelo

Re: Estimate keyword traffic volume

2017-02-08 Thread Iam_mine
Regarding the TrafficEstimatorService how can I use it within an existing code that I wrote? What I need to include and how I can put a variable within the set text e.g. $keyword->setText(''); and how can it be executed? On Thursday, February 9, 2017 at 12:27:10 AM UTC+2, Shwetha Vastrad (AdW

Re: Handling exceptions that occur in the API

2017-02-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Based on the error message, you are experiencing a rate limit error at the account level . One possible cause is that you are making too many requests per second on a single account. This said, you may w

a

2017-02-08 Thread newmccacc
n -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the

Handling exceptions that occur in the API

2017-02-08 Thread newmccacctest
Hello, I'm using TargetingIdeaService from Adwords API. I'm trying to catch any exception happening during the requests, sleep for 31 seconds, then retry. However, it seems that there are some exceptions occurring in the library files that I wonder how can I handle them? Here is a snippet of my

Criteria Performance Report Only Returns Keywords

2017-02-08 Thread Adam Quint
Hey Guys, We pulled the Criteria Performance Report for our accounts and although we have active bid adjustments/targeting on criteria such as Age Range, Gender, User List, Ad Schedule, etc - we're only seeing CriteriaType = Keyword returned whenever we run the report: $ cat criteriaperformanc

Re: googleads php lib 25.1.0 Linking customerid to MCC help

2017-02-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Andras, Could you provide the SOAP request and response when you encountered this issue? This help me better look into your concern. Please reply using *Reply privately to author*. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Destination and display URLs

2017-02-08 Thread Mark Wills
Is there a similar example to this within the adwords interface so I can get a better understanding of it? I see that the Adwords interface allows you to add custom final URLs for specific keywords. This would be perfect for what I want, but it doesn't do it for display URLs. Since it doesn't d

googleads php lib 25.1.0 Linking customerid to MCC help

2017-02-08 Thread Andras Kende
I'm trying to upgrade from the deprecated 15.0.0 to current 25.1.0 googleads-php-lib Im trying to link a customerid to another mcc account.. here is the new code https://gist.github.com/andraskende/99c1d190796b88383044fb7e8d6d3183 its errors with: Caught exception: [RequiredError.REQUIRED @ op

Re: Adding an existing sitelink to CampaignExtensionSetting

2017-02-08 Thread Danny
Thanks - I can confirm this works. Below is the code snippet (if interested). public function buildSitelinkFeedItem(FeedItem $feed_item) { $attributes = $feed_item->getAttributeValues(); $sitelink_feed_item = new SitelinkFeedItem(); $sitelink_feed_item->setFeedId($feed_item->getFeedId

Re: Estimate keyword traffic volume

2017-02-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use TargetingIdeaService and TrafficEstimatorService to retrieve statistics and traffic estimates. The TargetingIde

Estimate keyword traffic volume

2017-02-08 Thread Iam_mine
I wrote a script that generate keyword through a loop in php. For each keyword I would like to pull traffic volume, what will be the best way to do that? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:

Re: Report from API different than {placement}

2017-02-08 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Mike, Thanks for providing the example re: subdomains. I've passed that along to the engineer looking into this. I'll let you know as soon as I have more info. Cheers, Josh, AdWords API Team On Wednesday, February 8, 2017 at 1:42:00 PM UTC-5, Mike-Indiana wrote: > > Sorry for the multiple m

Re: Problems with OAUTH2 with scope ADWORDS

2017-02-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Francesco, Could you confirm that you followed the instructions provided here to generate OAuth2 credentials? If not, could you list the steps you followed to generate your OAuth2 credentials and refresh token?

Re: Report from API different than {placement}

2017-02-08 Thread Mike-Indiana
Sorry for the multiple messages on this. I am seeing that sub-domains are not being passed in ValueTrack placement clicks, just the domain. This must have changed within the past year or so, can you confirm? Thanks again. On Wednesday, February 8, 2017 at 1:19:37 PM UTC-5, Mike-Indiana wrote: >

Re: Report from API different than {placement}

2017-02-08 Thread Mike-Indiana
Hi Josh, One more thing. I noticed that subdomains do not exist in the reports either. For example, news.domain.com will come in from {placement} in ValueTrack, but only domain.com in the reports. Thank you, Mike On Friday, January 13, 2017 at 9:36:43 AM UTC-5, Josh Radcliff (AdWords API Tea

Re: Pause campaigns

2017-02-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mario, The USER_PERMISSION_DENIED error occurs when there is no link between the manager account authenticated in the request and the client account specified in the request headers. Cou

Re: Adwords reporting using C#

2017-02-08 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, The only way to retrieve performance metrics via AdWords API is to download a report . As shown in the example

Problems with OAUTH2 with scope ADWORDS

2017-02-08 Thread Francesco Protano
Hello i need to use OAUTH2 authentication with ADWORDS api I red step by step the google developper guide but i aspected to found the scope for ADWORD API but not is present. I tried specifyng this scope https://www.googleapis.com/auth/adwords but i receive this message InvalidScopeException i

Re: how to get campaigs, ads, keywords and theirs performances

2017-02-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The only formats supported while downloading report are the ones listed here . If you are looking for a response similar to CampaignService

Re: Google Adwords API Language selector problem

2017-02-08 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Mustafa, Could you please send me SOAP XML request and response logs for each request separately, so that I'm able to debug this issue further? Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleads

Pause campaigns

2017-02-08 Thread Mario Rossi
hi Im using google-api-php v201609. im trying to pause some of my adwords campaigns. in some campaigns it work perfectly but in others a have this response : "[AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']" . can u tell me the reason why thi happen ? thx for the help -- -- =~=

AdWords API Entwickler gesucht

2017-02-08 Thread Laura Höß
Für unser Reporting Center (eine Eigenentwicklung der Online Solutions Group), das ausschließlich für unsere Kunden zugänglich ist, suchen wir derzeit einen freiberuflichen AdWords API Entwickler. Wir sind eine Premium-Agentur aus München, für Full Service Lösungen im Bereich Online Marketing.

Re: CAMPAIGN_PERFORMANCE_REPORT

2017-02-08 Thread Alpine
Thank you so much, I will try to do it. this is new for me :) On Wednesday, February 8, 2017 at 9:51:31 AM UTC, Zweitze wrote: > > The .NET API has a different method where the report is retrieved as a > .NET stream. > You can then initialize a new class "CsvReader" (open source) and feed > tha

Re: how to get campaigs, ads, keywords and theirs performances

2017-02-08 Thread Alpine
I need to get all this data from the API as an object, I get a bit confused because the examples always download in a format. I need to get the data retrieved with these tables or views and populate as an object in C#, not download in a file. if there is no any view or table give me these values

Re: how to get campaigs, ads, keywords and theirs performances

2017-02-08 Thread Alpine
thank you...the point is that I need to get all this data from the API as an object, I get a bit confused because the examples always download in a format. I need to get the data retrieved with these tables or views and populate as an object in C#, not download in a file. if there is no any vi

Re: CAMPAIGN_PERFORMANCE_REPORT

2017-02-08 Thread Zweitze
The .NET API has a different method where the report is retrieved as a .NET stream. You can then initialize a new class "CsvReader" (open source) and feed that stream. That class behaves like an IDataReader. You can feed that into a LinQ class, if necessary. That is about the idea. To give you

Re: Adwords reporting using C#

2017-02-08 Thread Alpine
Thank you, sorry, maybe I am not an advanced developer. Could you give me an idea how to convert the stream to an object in C#? On Tuesday, February 7, 2017 at 7:20:01 PM UTC, Vishal Vinayak (Adwords API Team) wrote: > > Hi, > > You can refer to this example >

Re: #Impressions > 0 and Average Position undefined?

2017-02-08 Thread Zweitze
This may happen on the display network. Until a few years ago Google used to give a position, but it didn't mean much as you had no idea what the page of the publisher looks like, and where those positions are located. So they stopped reporting positions on the display network. Another explanat