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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c1712246-1e0f-44b5-a897-996a8d4dafe9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
I started getting the same error. Just let me know if there's any info you 
need from me in order to investigate.

Thanks,
Jason.

On Monday, March 2, 2015 at 4:17:59 AM UTC-8, Danial Klimkin wrote:

 Hello Jason,


 As per rate sheet, each object mutate is calculated as an operation:

   https://developers.google.com/adwords/api/docs/ratesheet

 for offline conversions, each conversion upload is an operation. So if you 
 upload 497 conversion, it's 497 operations consumed, regardless of success 
 or failure.

 If all of them fail and you keep re-trying, you'll exhaust your quota 
 after ~20 retries.


 -Danial, AdWords API Team.


 On Saturday, February 28, 2015 at 9:46:36 AM UTC+3, Jason Vander Zalm 
 wrote:

 I'm attempting to upload offline conversions using the API. Unfortunately 
 after a few attempts (well under 100) I'm now getting:

 [Feb 27 2015 22:12:51.00 - ERROR] effectiveUser=481-307-7667 
 service=OfflineConversionFeedService method=mutate operators={ADD: 497} 
 responseTime=42 requestId=0005101fe752ef600abfa104c7000f83 operations=497 
 units= server=adwords.google.com isFault=true 
 faultMessage=[RateExceededError rateName=BillingPerDay, 
 rateKey=level1_plan, rateScope=DEVELOPER, retryAfterSeconds=86400]

 According to the email I got when I signed up for the service, I'm 
 supposed to be able to process 10,000 transactions per day?:

 About Your Free API Operations:
 Your AdWords API usage will be free, but limited to 10,000 operations 
 per day. Each AdWords API operation such as a ‘get’ or ‘mutate’ is 
 counted as a separate operation. 10,000 operations per day is sufficient 
 for most developers and companies, however if at a later point you need 
 more than 10,000 operations per day, then you’ll need to apply for Standard 
 Access. Please do not apply for Standard Access if you do not require more 
 than 10,000 operations per day, as Standard access will only be approved if 
 your API usage reflects this need. For more information about operations 
 and how to apply for Standard Access, please visit:
 *https://developers.google.com/adwords/api/faq* 
 https://developers.google.com/adwords/api/faq.

 What's up?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d02a93cb-c980-4d5a-b8f0-5d64689fc299%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 (with sensitive information removed)? The 
Perl library logs requests to the *logs* directory under your home 
directory.

Thanks,
Josh, AdWords API Team

On Wednesday, March 4, 2015 at 9:07:22 AM UTC-5, d...@adservice.com wrote:

 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 there anything special with those accounts?

 On Monday, March 2, 2015 at 3:23:31 PM UTC+1, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi Daniel,

 Do you see any errors in your logs before the No serviced accounts were 
 found message?

 Thanks,
 Josh, AdWords API Team

 On Monday, March 2, 2015 at 6:46:11 AM UTC-5, d...@adservice.com wrote:

 sorry, the correct id is 542-285-9389

 On Thursday, February 26, 2015 at 11:45:23 PM UTC+1, Josh Radcliff 
 (AdWords API Team) wrote:

 Hi Daniel,

 I do not see any AdWords account with customer ID 542-288-9389. Please 
 confirm through the AdWords UI (or with your customer) that you have the 
 correct customer ID.

 Thanks,
 Josh, AdWords API Team

 On Thursday, February 26, 2015 at 8:40:38 AM UTC-5, d...@adservice.com 
 wrote:

 We are unable to access some of our clients who authorize us to manage 
 their account using the API, while others work perfectly well.
 We are mostly using the OfflineConversion API, but for testing a 
 specific client we are having troubles with I am executing 
 get_account_hierarchy.pl which returns No serviced accounts were 
 found.. We do have the required tokens. What does this error mean, and 
 how 
 do we fix it?
 The customerId of the example client we are having challenges with 
 getting to work is 5422889389.
 Our API clientId is 185707205179

 Kind regards,
 Daniel



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/892b9858-eda4-4584-8c47-a8f88d43ba1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1dd710c1-b442-42f8-9ff5-3c0e83c1d677%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 page, and I want to know that which lead came from which third 
party website from where lead actually clicked and came.Is this possible??

Thanks,
Ronak Shah



On Wednesday, March 4, 2015 at 11:13:07 PM UTC+5:30, Josh Radcliff (AdWords 
API Team) wrote:

 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 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



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/01779cf3-2aa3-45b4-94bc-56e1d1db270c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 upload 
another 7 before returning the same error. I then waited another minute and 
restarted the script, and it let me upload another 4.

I have hundreds of conversions to upload per day, so obviously uploading a 
few at a time isn't a workable solution here. 

Thanks,
Jason.


On Wednesday, March 4, 2015 at 9:18:04 AM UTC-8, Jason Vander Zalm wrote:

 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 
 I started getting the same error. Just let me know if there's any info you 
 need from me in order to investigate.

 Thanks,
 Jason.

 On Monday, March 2, 2015 at 4:17:59 AM UTC-8, Danial Klimkin wrote:

 Hello Jason,


 As per rate sheet, each object mutate is calculated as an operation:

   https://developers.google.com/adwords/api/docs/ratesheet

 for offline conversions, each conversion upload is an operation. So if 
 you upload 497 conversion, it's 497 operations consumed, regardless of 
 success or failure.

 If all of them fail and you keep re-trying, you'll exhaust your quota 
 after ~20 retries.


 -Danial, AdWords API Team.


 On Saturday, February 28, 2015 at 9:46:36 AM UTC+3, Jason Vander Zalm 
 wrote:

 I'm attempting to upload offline conversions using the API. 
 Unfortunately after a few attempts (well under 100) I'm now getting:

 [Feb 27 2015 22:12:51.00 - ERROR] effectiveUser=481-307-7667 
 service=OfflineConversionFeedService method=mutate operators={ADD: 497} 
 responseTime=42 requestId=0005101fe752ef600abfa104c7000f83 operations=497 
 units= server=adwords.google.com isFault=true 
 faultMessage=[RateExceededError rateName=BillingPerDay, 
 rateKey=level1_plan, rateScope=DEVELOPER, retryAfterSeconds=86400]

 According to the email I got when I signed up for the service, I'm 
 supposed to be able to process 10,000 transactions per day?:

 About Your Free API Operations:
 Your AdWords API usage will be free, but limited to 10,000 operations 
 per day. Each AdWords API operation such as a ‘get’ or ‘mutate’ is 
 counted as a separate operation. 10,000 operations per day is sufficient 
 for most developers and companies, however if at a later point you need 
 more than 10,000 operations per day, then you’ll need to apply for Standard 
 Access. Please do not apply for Standard Access if you do not require more 
 than 10,000 operations per day, as Standard access will only be approved if 
 your API usage reflects this need. For more information about 
 operations and how to apply for Standard Access, please visit:
 *https://developers.google.com/adwords/api/faq* 
 https://developers.google.com/adwords/api/faq.

 What's up?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e1e623cb-4a0b-45dc-8364-d2e8c3ba488f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 UTC-5, MCC Test wrote:

 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 page, and I want to know that which lead came from which third 
 party website from where lead actually clicked and came.Is this possible??

 Thanks,
 Ronak Shah



 On Wednesday, March 4, 2015 at 11:13:07 PM UTC+5:30, Josh Radcliff 
 (AdWords API Team) wrote:

 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 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



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fb0dc272-1e07-4d87-b47b-7eacf1ebeb7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, AdWords API Team.


 On Wednesday, March 4, 2015 at 4:46:08 PM UTC+3, Susie Zhao wrote:

 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/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6a34e381-b33a-4c99-b965-3f7cae5d9f2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
 https://developers.google.com/adwords/api/docs/guides/labels#use_your_labels_to_retrieve_objects.
  
 Please give that a try and let me know if you still encounter errors.

 Thanks,
 Josh, AdWords API Team

 On Tuesday, March 3, 2015 at 2:33:21 PM UTC-5, Skyler Christensen wrote:

 So I have successfully executed other operations such as GetCampaigns.php 
 and GetLabels.php, but when I run GetCampaignsByLabel.php I get an a 
 generic internal api error message. 

 My end goal is to simply get a list of the Campaigns that contain the 
 label Tog_Sav and pause/enable them.

 Thanks!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5dafd53d-9ee8-4f9a-8dce-d15f03155f69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, should we be continually pulling 
down CLICK_PERFORMANCE_REPORT on a rolling 90 days in order to close out 
a date and assume those are all the clicks we are going to see for that 
date?

Is the expectation that until a day falls out of the 90 day data 
availability of CLICK_PERFORMANCE_REPORT, the number of glclids the api 
returns is subject to change?

as a side question - is there a way to take glclids we have in our logs and 
feed them into the api to get the same data from the 
CLICK_PERFORMANCE_REPORT report?


Thanks!

Sam


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/55a8d9bd-bb20-4ed7-8bda-95e2b890a4c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 process exited.

   Again I have tried to download the reports, now exception is
 {
  error : invalid_grant
} .

I am not getting a log file even after giving $user - log_all();

Everything was working fine before . 

Please help me . Do I need to recreate a refresh token ?


Thank you in advance 

Murali

 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5ab1362d-ca35-4e69-b4a5-2e0f438f2137%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 how should I need 
to set value track parameters in destination URL.

Please help me.

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/56133e44-0750-4f8d-9e52-f197e5930a9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ac6617d3-f4fd-47a7-99a5-58b44cb23a6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4def8b03-7f52-47a7-b2b0-20444685f734%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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:

 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 received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/778fb133-d09d-4cab-8666-2766c6121bad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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: 
ххх.apps.googleusercontent.com,

 user_id: ,
 scope: https://www.googleapis.com/auth/userinfo.email 
https://www.googleapis.com/auth/userinfo.profile;,
 expires_in: 3587,
 email: sneustr...@treto.ru,
 verified_email: true,
 access_type: offline
}


У меня идет получение access_token  без проблем, а вот віполнение запроса к 
любму сервису с использованием полученного access_token сопровождается 
ошибкой: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'null']

среда, 4 марта 2015 г., 0:17:35 UTC+2 пользователь Josh Radcliff (AdWords 
API Team) написал:

 Hi,

 Sorry, I can only answer in English. That error indicates that the 
 *Authorization* header 
 https://developers.google.com/adwords/api/docs/guides/soap#http-headers in 
 your request does not contain a valid OAuth token. Please read through that 
 link and make sure that you are formatting the header as specified.

 Thanks,
 Josh, AdWords API Team

 On Tuesday, March 3, 2015 at 2:00:13 PM UTC-5, sneus...@treto.ru wrote:

 Доброго времени суток!
 Работаю с прямыми запросами к сервисам. Использовать клиентские 
 библиотеки нет возможности.
  У меня все работает для тестового аккаунта: я получил refresh_token и 
 генерирую из него access_token. Далее отправляю запрос к любому сервису 
 AdWords, получаю ответы.
 Теперь у меня задача все это делать на рабочем аккаунте. Делаю все 
 тоже:получил refresh_token и генерирую из него access_token, но вот при 
 отправке запросов к любому сервису получаю ошибку:  OAUTH_TOKEN_INVALID.

 В чем может быть проблема, уже все перерыл. Подскажите пожалуйста. 
 Спасибо!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/52c6d26f-bbf9-4f36-9fbb-164667006802%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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? 

Thanks
Visar

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a0e143f5-703f-49f8-87dc-caca205896d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e1f13bb6-51e0-4c9e-9dea-cc4c8744a441%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 campaign. I created product scope via google 
adwords web interface with one dimension (ProductBrand).

2) I try to read this scope with Java library:

CampaignCriterionServiceInterface campaignCriterionService = new 
AdWordsServices().get(adWordsSession, CampaignCriterionServiceInterface.
class);

CampaignCriterionPage campaignCriterionPage = 
campaignCriterionService.get(selector);
//Output number of entries
System.out.println( + campaignCriterionPage.getTotalNumEntries());
ProductScope ps = null;
for (CampaignCriterion cc: campaignCriterionPage.getEntries()) {
   //Searching for ProductScope
   if (cc.getCriterion().getCriterionType().equals(ProductScope)) {
  System.out.println(cc.getCriterion().getType().getValue());
  //Cast Criterion
  ps = (ProductScope)cc.getCriterion();
  //Get dimensions
  System.out.println(ps.getDimensions());
   }
}


The output is:

4
PRODUCT_SCOPE
NULL

getDimensions returns NULL, but i know, that it realy containts one 
dimension at least. :(

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c18c5330-33fa-4648-9956-0fdd3f4958d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 UTC-5, Marlon Haniff wrote:

 Hi Josh,

 We are using a Ruby script and getting the following with API 
 version v201409:

 AdwordsApi::V201409::OfflineConversionFeedService::ApiException - 
 [OfflineConversionError.CONVERSION_PRECEDES_CLICK @ operations[0].operand]

 Our DATETIME_FORMAT = %Y%m%d %H%M%S America/New_York - is this correct?

 Also, we have only one conversion to report in the database which was 
 generated a couple weeks ago.  Over the last week of we have refreshed 
 tokens etc - could this be the reason?

 Thanks,
 Marlon


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a5a67914-2ddf-4e24-bb08-ddfba3a875b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bddde80e-4913-4ce8-b9a9-0a7ad705587d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
https://developers.google.com/adwords/api/docs/guides/authentication#scope
: https://www.googleapis.com/auth/adwords

Cheers,
Josh, AdWords API Team

On Wednesday, March 4, 2015 at 3:13:08 AM UTC-5, sneus...@treto.ru wrote:

 access_token я получаю из refresh_token
 Проверил свой access_token таким образом:


 https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=YOUR_ACCESS_TOKEN

 В ответ получил:

 {
  issued_to: 
 ххх.apps.googleusercontent.com 
 http://xn--u1aaa.apps.googleusercontent.com,
  audience: 
 ххх.apps.googleusercontent.com,

  user_id: ,
  scope: https://www.googleapis.com/auth/userinfo.email 
 https://www.googleapis.com/auth/userinfo.profile;,
  expires_in: 3587,
  email: sneustr...@treto.ru,
  verified_email: true,
  access_type: offline
 }


 У меня идет получение access_token  без проблем, а вот віполнение запроса 
 к любму сервису с использованием полученного access_token сопровождается 
 ошибкой: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'null']

 среда, 4 марта 2015 г., 0:17:35 UTC+2 пользователь Josh Radcliff (AdWords 
 API Team) написал:

 Hi,

 Sorry, I can only answer in English. That error indicates that the 
 *Authorization* header 
 https://developers.google.com/adwords/api/docs/guides/soap#http-headers in 
 your request does not contain a valid OAuth token. Please read through that 
 link and make sure that you are formatting the header as specified.

 Thanks,
 Josh, AdWords API Team

 On Tuesday, March 3, 2015 at 2:00:13 PM UTC-5, sneus...@treto.ru wrote:

 Доброго времени суток!
 Работаю с прямыми запросами к сервисам. Использовать клиентские 
 библиотеки нет возможности.
  У меня все работает для тестового аккаунта: я получил refresh_token и 
 генерирую из него access_token. Далее отправляю запрос к любому сервису 
 AdWords, получаю ответы.
 Теперь у меня задача все это делать на рабочем аккаунте. Делаю все 
 тоже:получил refresh_token и генерирую из него access_token, но вот при 
 отправке запросов к любому сервису получаю ошибку:  OAUTH_TOKEN_INVALID.

 В чем может быть проблема, уже все перерыл. Подскажите пожалуйста. 
 Спасибо!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8b698116-9f9c-4752-b59c-2760978690d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 guide 
https://developers.google.com/adwords/api/docs/guides/bid-landscapes for 
details.

Thanks,
Josh, AdWords API Team

On Wednesday, March 4, 2015 at 4:09:00 AM UTC-5, Visar wrote:

 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? 

 Thanks
 Visar


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/23033f07-c65a-4e91-8f68-8e0e379148ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/711fc6ff-cb47-4424-b93e-891c350f5f75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 can 
investigate further.

Thanks,
Josh, AdWords API Team

On Wednesday, March 4, 2015 at 8:43:10 AM UTC-5, Михаил Бесчетнов wrote:

 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 campaign. I created product scope via google 
 adwords web interface with one dimension (ProductBrand).

 2) I try to read this scope with Java library:

 CampaignCriterionServiceInterface campaignCriterionService = new 
 AdWordsServices().get(adWordsSession, CampaignCriterionServiceInterface.
 class);

 CampaignCriterionPage campaignCriterionPage = 
 campaignCriterionService.get(selector);
 //Output number of entries
 System.out.println( + campaignCriterionPage.getTotalNumEntries());
 ProductScope ps = null;
 for (CampaignCriterion cc: campaignCriterionPage.getEntries()) {
//Searching for ProductScope
if (cc.getCriterion().getCriterionType().equals(ProductScope)) {
   System.out.println(cc.getCriterion().getType().getValue());
   //Cast Criterion
   ps = (ProductScope)cc.getCriterion();
   //Get dimensions
   System.out.println(ps.getDimensions());
}
 }


 The output is:

 4
 PRODUCT_SCOPE
 NULL

 getDimensions returns NULL, but i know, that it realy containts one 
 dimension at least. :(


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2063835c-c73c-487b-85c2-326e6dd9a697%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 printing warning messages every time I built my project.

 Everything goes fine, just a little bit annoying.

 The error messages are as follows:

 [WARNING] Checksum validation failed, expected 
 1499efa512d74d675dfc5cd9e9635799eb742aed but is 
 852c0ecde1c2383b35f8c2b13db66ed891ac4625 for 
 https://repo.maven.apache.org/maven2/com/google/api-ads/ads-lib/maven-metadata.xml

 [WARNING] Checksum validation failed, expected 
 cb148cfc547966f71893653cdc92396962d86d31 but is 
 ba81d771811f223823b1f6f3f5de083dd9b3296e for 
 https://repo.maven.apache.org/maven2/com/google/api-ads/adwords-axis/maven-metadata.xml

 I've deleted my repository and rebuilt it again but it still printed these 
 messages.

 Is there anything I can do to fix this problem?

 Thanks,
 Brandon


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/20c4607c-df28-4938-870d-748d5f9fad9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, Лена Про wrote:

 Just wanted to clarify that I am talking about these requirements
 https://developers.google.com/adwords/api/docs/requirements


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d147866b-aba1-492e-9694-d0b52656b370%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/470e3b0a-166d-4303-a833-ae63ba70b2cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 there anything special with those accounts?

On Monday, March 2, 2015 at 3:23:31 PM UTC+1, Josh Radcliff (AdWords API 
Team) wrote:

 Hi Daniel,

 Do you see any errors in your logs before the No serviced accounts were 
 found message?

 Thanks,
 Josh, AdWords API Team

 On Monday, March 2, 2015 at 6:46:11 AM UTC-5, d...@adservice.com wrote:

 sorry, the correct id is 542-285-9389

 On Thursday, February 26, 2015 at 11:45:23 PM UTC+1, Josh Radcliff 
 (AdWords API Team) wrote:

 Hi Daniel,

 I do not see any AdWords account with customer ID 542-288-9389. Please 
 confirm through the AdWords UI (or with your customer) that you have the 
 correct customer ID.

 Thanks,
 Josh, AdWords API Team

 On Thursday, February 26, 2015 at 8:40:38 AM UTC-5, d...@adservice.com 
 wrote:

 We are unable to access some of our clients who authorize us to manage 
 their account using the API, while others work perfectly well.
 We are mostly using the OfflineConversion API, but for testing a 
 specific client we are having troubles with I am executing 
 get_account_hierarchy.pl which returns No serviced accounts were 
 found.. We do have the required tokens. What does this error mean, and 
 how 
 do we fix it?
 The customerId of the example client we are having challenges with 
 getting to work is 5422889389.
 Our API clientId is 185707205179

 Kind regards,
 Daniel



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/71eacea3-f791-458b-9098-340fc5ae3282%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c29a610d-dbc8-4110-a707-8f253106d4f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.