Re: CampaignService.get()

2015-05-14 Thread jonathan
A lot of thanks, now I'm able to get the customerClientId, thank you for your time El jueves, 14 de mayo de 2015, 16:34:56 (UTC-5), Anthony Madrigal escribió: > > Hello, > > When using the CID, you are going to want to use the one from the test > AdWords account, not the one from GTM-OAUTH2. > >

Re: CampaignService.get()

2015-05-14 Thread Anthony Madrigal
Hello, When using the CID, you are going to want to use the one from the test AdWords account, not the one from GTM-OAUTH2. The clientCustomerId header is optional when running CustomerService

Re: Upgraded URL value track parameter for placement Id

2015-05-14 Thread Santhosh Neyyar
Thanks Raghavendra. Since the {placement} returns the actual placement (or website) we have to do a lookup in database to associate with right records. I would be assume this is the best workaround available as of now and there is no parameter that returns the placementId regards Santhosh On

Re: Real Time Changing Of Ads

2015-05-14 Thread Nadine Sundquist (AdWords API Team)
Hi Mike, Check out Ad Customizers for your text ads. This is a cool feature that allows the substitution of text to provide real-time data such as a countdown timer, inventory quantities, and product names. Dynamic Remark

Re: Where is Network type - Criterion Type mapping table page ?

2015-05-14 Thread Anthony Madrigal
Hi, There isn't a module for checking the network type and criteria type but we have a great table which details the targeting and bidding options for each Criteria Type both on the Campaign and AdGroup level. Cheers, Anth

Re: change DAY to LIFETIME in FrequencyCap timeUnit

2015-05-14 Thread Anthony Madrigal
Hi, You could do this by creating an FrequencyCap object then setting their TimeUnit to *LIFETIME*. When

Re: Keyword Match Types

2015-05-14 Thread veselin . pesovski
That's it, that's what I was looking for. Thank you very much Nadine. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Waiver to scrape data

2015-05-14 Thread dan lawton
Hello Danial, We were in touch with Anash P. Oommen on a ticket [8-960106712] Third Party ads are not being returned from the AdGroupAdService. Anash stated there is nothing they can do on the API side to make that field available. However, if you could provide an alternative idea that do

Re: Upgraded URL value track parameter for placement Id

2015-05-14 Thread Raghavendra Soudala (AdWords API Team)
Hi Santhosh, You can use the *{placement} Value Track Parameter* to get the placement info. Please see the* "**Destination URLs, final URLs, tracking templates, or custom parameters**" *section in the below link. https://support.google.com/adwords/answer/2375447?hl=en Cheers, Raghavendra, Ad

Re: Offline Access AdWords Account Data for making Asp.Net Web Service

2015-05-14 Thread Anash P. Oommen (AdWords API Team)
Hi Pravin, I think the problem is with the way you designed your service. ASMX page (or rather a WebMethod) is the wrong place to send the user through a redirect. I'm assuming that you'd need to authenticate the user AND have a web service that you can call from other applications. If yes, -

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-05-14 Thread Josh Radcliff (AdWords API Team)
Hi Sany, You could add the *Date* field to that report (see the list of available fields for the KEYWORDS_PERFORMANCE_REPORT ). In addition, if you want to limit the report output to keywords and dates that actually have

Re: Frequent AdWords API errors

2015-05-14 Thread Josh Radcliff (AdWords API Team)
Hi Holly, I looked up all of the requests from the last 3 days that contained the IDs you sent me, and every one of them returned a successful response in less than one second. This suggests that there's an issue with timeouts on your side, rather than within the AdWords API. Have you made any

Re: Search Query Perf. Report missing FinalUrls

2015-05-14 Thread joel
Hello, I would like to raise this issue again. Destination Urls are going away soon but this report still does not have FinalUrls added. This is becoming a problem for us as we've switched to Upgraded Urls and now cannot access any of the parameters we store in the Url when parsing the report s

Re: CampaignService.get()

2015-05-14 Thread jonathan
I'm trying to get the campaign of the user that log in into the app, when I used the GTM-OAUTH2 i get a clientID, lets say "104122614809666770682", if a used this value http://schemas.xmlsoap.org/soap/envelope/"; xmlns:v20="https://adwords.google.com/api/adwords/cm/v201502";>

Re: CampaignService.get()

2015-05-14 Thread Anthony Madrigal
Hi Jonathan, You may have confused the client ID from the Developer's Console with the customer ID from AdWords. You will want to use your AdWords CID. You can use the *CustomerService.get()* without specifying the clientCustomerId

Re: Remarketing List created through Api is not growing

2015-05-14 Thread Josh Radcliff (AdWords API Team)
Hi Victor, My colleague just pointed out that the list created through the API is not using the proper parameter for the URL. In the API, you should use url__ for this parameter, as mentioned in the StringKey docs

Does Adword Dveloper Test Account has limited access to CustomerService and ManagedCustomerService ?

2015-05-14 Thread mcc
Dear All, I have successfully call some SOAP method of Adwords API, but failed for CustomerService and ManagedCustomerService. here s the successfully one: $ curl \ --header "Content-Type: application/soap+xml" \ --header "Authorization : Bearer Xxxx.xx_1234567890abcdefghijklmnopqr

change DAY to LIFETIME in FrequencyCap timeUnit

2015-05-14 Thread pavel
How do I change To display data is not per day, and for all time in FrequencyCap? I used CampaignService and method get. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelo

Re: Waiver to scrape data

2015-05-14 Thread Danial Klimkin
Hello Dan, We are unable to provide such a waiver. What is the data you are missing in the API? -Danial, AdWords API Team. On Wednesday, May 13, 2015 at 10:41:46 PM UTC+2, dan lawton wrote: > > Hello, we have an adwords API and the API does not have a required data > field available. The da