Re: bulk csv IDFA/advertising ID upload with API

2017-10-06 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Targeting by advertising ID/IDFA is supported via the Member.mobileId within AdwordsUserListService

Re: Tracking template not visible in reports

2017-10-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Oren, You could try using the Final Url Report using which you can retrieve EffectiveFinalUrl and Effect

Re: Having issues obtaining an api token

2017-10-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello John, Based on the error, it looks like the email associated with the specified account has read-only access. You can apply for the API access with an Administrative access level. You may refer to this document for more information. Th

Re: Not getting Auth refresh token in every request

2017-10-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Naresh, For this particular use case, you can authorize each user and accept the prompt manually once and persist the refresh token using your application. You will have to generate the refresh token, and ensure that you retrieve the authorization code from the browser link by logging in

Re: API Report for Shopping and Search Impressions/Imp. Share

2017-10-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Reece, The SearchImpressionShare is the impressions you've received on the Search Network divided by the estimated number of impressions you were eligible to receive and is calculated as

Having issues obtaining an api token

2017-10-06 Thread John Climer
I am attempting to generate an api token for a manager account in adwords but I am getting an error. The error is simply "Action not permitted". Please let me know if I am missing something or if I can provide more information about the issue. Thanks! -- This email communication (includi

Re: CustomerServer getCustomers throws UNEXPECTED_INTERNAL_API_ERROR

2017-10-06 Thread gyntema
We changed our manager account type from "Independent API access" provision to "Agency/SEM access" provision and that solve the issue. Thanks, Gerrit On Friday, October 6, 2017 at 2:41:58 AM UTC-7, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello, > > We're investigating this issu

Re: Adwords API - Laravel 5 - Authorization Error

2017-10-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This error occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. You need to use CustomerService.getCustomers()

Tracking template not visible in reports

2017-10-06 Thread oren . solomianik
Hello all, I am using a tracking template on the ad group level. When I generate reports using the AdWords UI, the "final URL" I get in the report is the final URL of the ad, without the additional tracking template processing. I would like to be able to see the exact landing page url in the re

Re: API Report for Shopping and Search Impressions/Imp. Share

2017-10-06 Thread Reece Wallis
Hi, Thank you for your reply! We can get impressions by adding up the impressions for each campaign, but I don't see how we can get SearchImpressionShare using the same principal, as we can't just add the percentages together to get an overall search impression share *just* for shopping. How

Re: Create Text Label - Adwords API 201708 php - Cannot access empty property in Google/AdsApi/AdWords/v201708/cm/Label.php on line 172

2017-10-06 Thread Zac Hillier
Excellent, thank you :) On Thursday, 5 October 2017 20:10:03 UTC+1, Zac Hillier wrote: > > Hi > > I'm migrating to the new Adwords API and trying to create a text label. At > the bottom my code, but this gives an error > > *Fatal error*: Cannot access empty property in > *[..]/Google/AdsApi/AdWo

Re: TargetingIdeaService: no results returned when in the keywords list there is at least one keyword with the term "news"

2017-10-06 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Mauro, We're investigating this issue and will get back to you when I have more updates. Best, Thanet, AdWords API Team On Friday, October 6, 2017 at 4:10:03 AM UTC+9, Mauro Guerrieri wrote: > > Hello, > i've been analyzing a very strainge behaviour of the targetingideaservice. > If i req

Re: CustomerServer getCustomers throws UNEXPECTED_INTERNAL_API_ERROR

2017-10-06 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello, We're investigating this issue and will get back to you soon. Best, Thanet, AdWords API Team On Friday, October 6, 2017 at 12:22:32 AM UTC+9, gynt...@branch.io wrote: > > Thanks for the reply Vincent! I'm still receiving the same error and > haven't been able to send a successful one yet

Re: bulk csv IDFA/advertising ID upload with API

2017-10-06 Thread kshitij . arora . pb
Hi, Is this feature available now? I have IDFAs which i would like to target. Where on Adwords can i do that? On Monday, August 22, 2016 at 5:48:21 PM UTC+5:30, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Sorry, no updates at this time. If we do add support for this, we'll > announce it

Adwords API - Laravel 5 - Authorization Error

2017-10-06 Thread Thomas in het Veld
Hello, I am making use of the nikolajlovenhardt/laravel-google-ads library for Laravel 5. I set up a product manager account and created an API key, requested the clientId, clientSecret and refreshToken. I have setup a MCC test account

Re: How to refer 0 impressions keyword performance in the report.

2017-10-06 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, The Keywords Performance Report supports zero impression, so it is possible to return rows with zero impression. Upon checking your code above, setting includeZeroImpressions() to true is correct