Get Website URL where my ad is displayed

2015-03-04 Thread MCC Test
Hello, I need to get the website URL where the ad was displayed and user clicked it.User clicks the ad and comes to destination landing page of the website and I want to know the name of website from where user clicked it.Is this possible to track via adwords api? Thanks, Ronak Shah -- --

Re: Unexpectedly getting error faultMessage=[RateExceededError

2015-03-04 Thread Jason Vander Zalm
Well like I said, I attempted to upload well under 100, and only did it a few times - so I'm certain it would have been under 500 requests in total, so I'm not sure why I was getting that error. I then waited 24 hrs and tried again, and was again able to upload less than 100 conversions before

Re: Unable to access some authorized clients

2015-03-04 Thread Josh Radcliff (AdWords API Team)
Hi, Are you specifying any additional predicates in your request? I ask because both of those accounts are regular (non-MCC) AdWords accounts, so if you have a predicate on *CanManageClients = true*, then the request will not return any *ManagedCustomer*s. Could you post your SOAP request

Re: Get Website URL where my ad is displayed

2015-03-04 Thread Josh Radcliff (AdWords API Team)
Hi Ronak, Yes, you can use the URL_PERFORMANCE_REPORT https://developers.google.com/adwords/api/docs/appendix/reports#url to get the URL where your ad was displayed. Thanks, Josh, AdWords API Team On Wednesday, March 4, 2015 at 12:30:22 PM UTC-5, MCC Test wrote: Hello, I need to get the

Re: Get Website URL where my ad is displayed

2015-03-04 Thread MCC Test
Hello Josh, Thats is correct that I can get the website name from URL_PERFORMANCE_REPORT, but I want to know that information via google click id and attach that information with lead generated.Lets say for example user clicked the ad from any third party website and came to actual landing

Re: Unexpectedly getting error faultMessage=[RateExceededError

2015-03-04 Thread Jason Vander Zalm
My last attempt was yesterday, so I tried again today and it let me upload 13 conversion before returning the error: RateExceededError rateName=BillingPerDay, rateKey=level1_plan, rateScope=DEVELOPER, retryAfterSeconds=86400 I then waited a minute and restarted the script. It then let me

Re: Get Website URL where my ad is displayed

2015-03-04 Thread Josh Radcliff (AdWords API Team)
Hi Ronak, For that use case, I'd recommend looking into ValueTrack parameters https://support.google.com/adwords/answer/2375447?hl=en. Specifically, the *{placement}* parameter seems like a good fit for your use case. Thanks, Josh, AdWords API Team On Wednesday, March 4, 2015 at 12:50:57 PM

Re: keyword match type change history question

2015-03-04 Thread Susie Zhao
Thanks Danial. On Wednesday, March 4, 2015 at 6:03:46 AM UTC-8, Danial Klimkin wrote: Hello Susie, Keywords are immutable, so you can't change the match type, you can only remove a keyword and add a new one. So this will be reflected as these two changes in the history. -Danial,

Re: Internal API error running GetCampaignsByLabel.php

2015-03-04 Thread Skyler Christensen
That was exactly the issue! Thanks! On Tuesday, March 3, 2015 at 3:41:52 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: Hi, I see you're trying to filter by label name. However, when using filters in predicates you need to use label IDs

Consistency of CLICK_PERFORMANCE_REPORT

2015-03-04 Thread Sam Ingrassia
Thanks for you answers in advance - We are seeing gclids pop into days that were previously aggregated, for example: pulled down data for 2015-02-01 on 2015-02-02, 1531 gclid count pulled down data for 2015-02-01 on 2015-02-03, 1575 gclid count That said, as far as setting expectations,

Invalid_grant exception while downloading reports

2015-03-04 Thread murali . pushgroup
Hi. I have been downloading reports for certain accounts in an MCC account. I am using PHP library. While downloading reports , an exception raised Report download failed. Underlying errors are Type = 'AuthorizationError.USER_PERMISSION_DENIED', Trigger = 'null', FieldPath = ''. and

Re: Get Website URL where my ad is displayed

2015-03-04 Thread MCC Test
Hello Josh, Thanks for getting back to me I would really want to add value track parameters. But I have one confusion regarding how to set, let's say my ad is displayed on www.example.com and the landing page is www.mydomain.com user clicks an ad from example.com and comes to mydomain.com then

Re: How to get reports adword with locale japanese using adword api?

2015-03-04 Thread Cuong Le
Could you share me where is adword wrote about that? Vào 21:04:19 UTC+7 Thứ Tư, ngày 04 tháng 3 năm 2015, Danial Klimkin đã viết: Hello, AdWords API reporting does not support locales. -Danial, AdWords API Team. On Wednesday, March 4, 2015 at 4:45:56 PM UTC+3, Cuong Le wrote: If you

Re: Get Keywords without rate exceeded error

2015-03-04 Thread prasanth . g
Hi, I'm using AdGroupCriterionService https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService to get the list of keywords. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: How to get reports adword with locale japanese using adword api?

2015-03-04 Thread Cuong Le
Thank you very much. It's very important information for me. Vào 21:04:19 UTC+7 Thứ Tư, ngày 04 tháng 3 năm 2015, Danial Klimkin đã viết: Hello, AdWords API reporting does not support locales. -Danial, AdWords API Team. On Wednesday, March 4, 2015 at 4:45:56 PM UTC+3, Cuong Le wrote:

Re: Получаю access_token из refresh_token, но дальнейшие запросы дают OAUTH_TOKEN_INVALID

2015-03-04 Thread sneustroev
access_token я получаю из refresh_token Проверил свой access_token таким образом: https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=YOUR_ACCESS_TOKEN В ответ получил: { issued_to: ххх.apps.googleusercontent.com, audience:

Bid simulator fields in the keywords performence report

2015-03-04 Thread Visar
Hi, There are bid simulator fields available in the columns you can select in the AdWords interface (e.g Est. add. clicks/wk (-50% bid)) when looking at keywords. However, these bid simulator fields are not available in the keywords performence report. Are they available in any other report?

How to get reports adword with locale japanese using adword api?

2015-03-04 Thread Cuong Le
If you know how to do that, please tell me. Thank you ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

getDimensions for ProductScope returns NULL :(

2015-03-04 Thread Михаил Бесчетнов
Hello! I'm using Google Adwords API via Java library 'com.google.api-ads:ads-lib:1.37.0' and 'com.google.api-ads:adwords-axis:1.3.7'. Adding new ProductScope for ShoppingCampaign works fine, but I have problem with reading existing ProductScope and modifying it. 1) So, there is shopping

Re: Issue on Conversion Time which getting an error OfflineConversionError.CONVERSION_PRECEDES_CLICK

2015-03-04 Thread Marlon Haniff
FIXED Conversions were reported back to my database with a time zone 3 hours behind me, hence the confusion of the click/conversion time span. BTW, I used the same format below by including the Region/City after the date. All the best, Marlon On Tuesday, March 3, 2015 at 7:35:25 PM

keyword match type change history question

2015-03-04 Thread Susie Zhao
Will the keyword_id change if the match type of the keyword changes? And does Google Maintain the keyword attribute changing history in AdGroupCriterion? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Получаю access_token из refresh_token, но дальнейшие запросы дают OAUTH_TOKEN_INVALID

2015-03-04 Thread Josh Radcliff (AdWords API Team)
Hi, The issue is that the scope of the access token is incorrect: Scope: https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile; Please use the scope specified in our OAuth guide

Re: Bid simulator fields in the keywords performence report

2015-03-04 Thread Josh Radcliff (AdWords API Team)
Hi Visar, Those fields are not available in API reports. However, you might want to try out DataService.getCriterionBidLandscape https://developers.google.com/adwords/api/docs/reference/v201409/DataService#getCriterionBidLandscape, which provides similar information. See our Bid Landscapes

Re: How to get reports adword with locale japanese using adword api?

2015-03-04 Thread Danial Klimkin
Hello, AdWords API reporting does not support locales. -Danial, AdWords API Team. On Wednesday, March 4, 2015 at 4:45:56 PM UTC+3, Cuong Le wrote: If you know how to do that, please tell me. Thank you ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: getDimensions for ProductScope returns NULL :(

2015-03-04 Thread Josh Radcliff (AdWords API Team)
Hi, Which fields are you including in your *Selector*? Specifically, are you including Dimensions as specified here https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201409-CampaignCriterionService ? If that doesn't resolve the issue, please provide your campaign ID so I

Re: [JAVA] Checksum validation failed

2015-03-04 Thread Josh Radcliff (AdWords API Team)
Hi Brandon, Did you try any of the suggestions in the following stackoverflow post? http://stackoverflow.com/questions/1765959/maven-checksum-failed Thanks, Josh, AdWords API Team On Tuesday, March 3, 2015 at 8:32:03 PM UTC-5, Brandon wrote: Hi, I'm using Maven. Recently, it kept

Re: C16. Requirement. Set ad device preference

2015-03-04 Thread Danial Klimkin
Hello Elena, This item is about setting devicePreference property on the ads: https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupAdService.Ad#devicePreference Correct, it's 30001 only. -Danial, AdWords API Team. On Wednesday, March 4, 2015 at 10:33:47 AM UTC+3, Лена

Re: keyword match type change history question

2015-03-04 Thread Danial Klimkin
Hello Susie, Keywords are immutable, so you can't change the match type, you can only remove a keyword and add a new one. So this will be reflected as these two changes in the history. -Danial, AdWords API Team. On Wednesday, March 4, 2015 at 4:46:08 PM UTC+3, Susie Zhao wrote: Will the

Re: Unable to access some authorized clients

2015-03-04 Thread do
Hi Josh, No, when i execute the script i just get the message, i've tried to execute the script with data from a client where it works, and i get this message: CustomerId, Name 6153306165, x i was sent another customerId which is having problems receiving data to adwords: 891-111-8334 is

Re: getDimensions for ProductScope returns NULL :(

2015-03-04 Thread Михаил Бесчетнов
Thank you! Reading documentation realy solved a issue. And some other issues... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts