Re: Keywords Performance Report - First Position CPC addition request

2015-12-22 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello Will, Sorry for keeping you waiting. I've got confirmation that the attribute you asked is not available at this moment. Please refer to the AdWords API blog and release notes

Re: Support of Universal App Campaigns

2015-12-22 Thread 정재엽
In addition, by using the AdWords API, Campaign category information (click value, impression value, etc ..) Can be mapped to the report category? 2015년 12월 23일 수요일 오후 12시 50분 59초 UTC+9, 정재엽 님의 말: > > Hi > > I have a trouble with Universal App Campaigns. I've just created a new one > through W

Does {keyword} in the final URL equal the keyword in the ad group or the keyword the user typed?

2015-12-22 Thread starrychloe S.
When you use keyword substitution and put {keyword} in the final URL, is the the value the user searched with or the keyword that triggered the ad? https://support.google.com/adwords/answer/2375447 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: http

Support of Universal App Campaigns

2015-12-22 Thread 정재엽
Hi I have a trouble with Universal App Campaigns. I've just created a new one through Web UI, but I can't see this item through API. Is this type of campaigns supported by API? Thanks. Jung. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://

Re: Is it possible to determine access level of google account through which my app connects to adwords?

2015-12-22 Thread Umesh Dengale
Hello, You could use the *validateOnly* header property for API call. If validateOnly property set to *true* then request is validated but not performed. Please check out the request headers section from th

Re: Refreshing a Token with php api

2015-12-22 Thread James Andrews
Doh! Thanks Yin. That’s what I get for copying code from another Google App. Thanks James > On Dec 23, 2015, at 5:39 AM, Yin Niu wrote: > > Hi James, > > This error means you are using a different client ID than the one that the > refresh token was generated with. > > > Thanks, >

Re: Distance segmentation using the API.

2015-12-22 Thread Anthony Madrigal
Hi, >From what I see, *Location Groups *will not show up on the map, whereas >*Radius targeting *will. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.co

Re: Refreshing a Token with php api

2015-12-22 Thread Yin Niu
Hi James, This error means you are using a different client ID than the one that the refresh token was generated with. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https

Refreshing a Token with php api

2015-12-22 Thread James Andrews
I've been poking through the API and have found various functions in different places that look like they are involved in refreshing tokens. Nothing I am doing is working. My code as follows // oauth 2 config $credentials= array( 'client_id' => $config['id

Is it possible to determine access level of google account through which my app connects to adwords?

2015-12-22 Thread istametau
I am trying to implement OfflineConversionTracking as follows: ConversionTrackerServiceInterface conversionTrackerService = new AdWordsServices().get(session, ConversionTrackerServiceInterface.class); ConversionTrackerOperation uploadConversionOperation = new ConversionTrackerOperation(); uplo

Re: Matching function in ad customizer is not working

2015-12-22 Thread Kainesh Patel
Thanks Josh for the quick resolution. On Tue, Dec 22, 2015 at 10:10 PM, Josh Radcliff (AdWords API Team) < adwordsapiadvisor+j...@google.com> wrote: > Hi Kainesh, > > First, I should correct my previous answer (sorry). You will not create > *CampaignFeeds* or *AdGroupFeeds* for ad customizers. H

Re: How do I get an access token for Adwords?

2015-12-22 Thread Yin Niu
Hello, It is best to use client library to generate refresh token once you have AdWords API setup. If you have trouble generating refresh token using client library, you could try OAuth 2.0 playground to manually generate refres

Re: Matching function in ad customizer is not working

2015-12-22 Thread Josh Radcliff (AdWords API Team)
Hi Kainesh, First, I should correct my previous answer (sorry). You will not create *CampaignFeeds* or *AdGroupFeeds* for ad customizers. However, you *must* create a *CustomerFeed* in order to enable customizers for your account -- see the second code block in this section of the guide

Re: Unexpected RateExceededError

2015-12-22 Thread Umesh Dengale
Hello, Could you please provide me privately your developer token? Just click *Reply privately to author* in the forum when responding. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blo

Re: Matching function in ad customizer is not working

2015-12-22 Thread Kainesh Patel
Hi Josh, Got it. Query 1: Lets have I have feed with 3 feedItems and none of targeting is set. I have attached feed with campaign which has multiple adgroups. Each adgroup has a customizable ad and default ad. Since, targeting is set as none at feed item level, my query is that only default(non c

Re: Matching function in ad customizer is not working

2015-12-22 Thread Josh Radcliff (AdWords API Team)
Hi Kainesh, One thing to keep in mind with ad customizers is that you *must* have at least one ad in the ad group that does *not* use customizers (see the note at the end of the Setting up an ad section of the guide

Re: Matching function in ad customizer is not working

2015-12-22 Thread Kainesh Patel
Hi Josh, By any chance, can we set using matching function? The issue is loop is getting generated:- 1. Create Campaign- >Adgroup 2. Then I need to attach adGroup to feedItem(ad customizer). 3. Then I need to create ad. If I merge step 1 and 3, then there would be chances of wrong ad be shown. F

Re: How to get the list (with names) seen on the "Where ads were shown" tab?

2015-12-22 Thread Josh Radcliff (AdWords API Team)
Hi Tiana, If none of *Domain, CriteriaParameters, DisplayName*, or *Url* returns the page title, then unfortunately I don't think it's retrievable via reports. Thanks, Josh, AdWords API Team On Tuesday, December 22, 2015 at 10:02:33 AM UTC-5, Tiana S. wrote: > > Hi Josh, > > Thank you! That see

Re: Matching function in ad customizer is not working

2015-12-22 Thread Josh Radcliff (AdWords API Team)
Hi Kainesh, Ad customizers are a bit different from feed-based extensions. For customizers, you don't want to set up *CustomerFeed/CampaignFeed/AdGroupFeed* objects with matching functions. Instead, you should set the campaignTargeting

Re: What is the expected method for sharing sitelinks across campaigns using the Campaign Extension Setting service?

2015-12-22 Thread Nadine Sundquist (AdWords API Team)
Hi Clément, Have you had a chance to check out our example on migrating to extension settings ? That example shows a process that will

Re: How to get the list (with names) seen on the "Where ads were shown" tab?

2015-12-22 Thread Tiana S.
Hi Josh, Thank you! That seems to be working at some degree, however I still don't get the name of e.g. the placement's video from there. I tried the DisplayName field, but that only returns a readable url. Is the video title/page header available to fetch from the API as well in some way? So,

Re: how to update text ads FinalUrls

2015-12-22 Thread Anthony Madrigal
Hi, The mutate function from the AdGroupAdService only works for updating the ad's status. You will not be able to update anything else including final Urls. Regards, Anthony AdWords API Team -- -- =

Re: shopping keywords + dest.urls

2015-12-22 Thread Anthony Madrigal
Hi Dennis, Unfortunately, there is no way for you to get the search terms as far as I know. However, you can use the Product Partition Report to get final Urls since the destination Urls are de

Unexpected RateExceededError

2015-12-22 Thread Дмитрий Борисов
Hello We have many accounts on one client center. We make few (5-10) requests for each every day on AdwordsApi::V201509::CampaignService. Requests change status of campaigns. Today we get RateExceededError for each account. AdwordsApi::V201509::CampaignService::ApiException: [RateExceededError ]

how to update text ads FinalUrls

2015-12-22 Thread 于慧彬
*I want to update ads finalUrls , Here is code : * *AdGroupAdServiceInterface adGroupAdService = adWordsServices.get(session, AdGroupAdServiceInterface.class);* *Ad ad = new Ad();* *ad.setId(adId);* *ad.setFinalUrls(new String[]{ http://www.example.com/ });* *AdGroupAd adGroupAd = new Ad

How do I get an access token for Adwords?

2015-12-22 Thread center . clients . flor
Hi, I have done the following: - Create a manager account , along with your AdWords account - Fill out AdWords API sign up form by going to your manager account's *Account settings -> AdWords API Center* - Create a cli

Re: What is the expected method for sharing sitelinks across campaigns using the Campaign Extension Setting service?

2015-12-22 Thread Clément Picou
> > Because of that, I'm under the impression that running the mutate "add" > operation on multiple campaigns *with the same SiteLinkFeedItems* (and > specifically, new ones, i.e. without ids) would attempt to re-create the > sitelinks, and I would either end up with duplicate copies of the sit

Re: Distance segmentation using the API.

2015-12-22 Thread Juanbcn
Thanks for reply, effectively, I've set a radius to my LocationExtensionOperand. I'm not sure I should see in the map because, as you can see in the image below (image from Ads Developer Blog, post: Check the Forward Compatibility Map before modifying LocationGroups in Campaign Criterion by Na