Re: Unable to add location extension via MutateJobService

2015-07-17 Thread siddharth . mehta
Please consider my requirement. I only want to add location extension at 
campaign level.

In the documentation it specifies under When are legacy feed services 
preferred? that adWords does not support location extension to be uploaded 
using CampaignExtensionService. That's why I am using CampaignAdExtension.

But I'm unable to add location extension using campaignAdExtension. This is 
my problem? Please suggest a way so that I can add location extension at 
Campaign level using the API.

On Friday, July 17, 2015 at 2:07:53 AM UTC+5:30, Umesh Dengale wrote:

 Hi Siddharth,

 I suggest you to use the Extension Setting Services 
 https://developers.google.com/adwords/api/docs/guides/extension-settings 
 for 
 adding/updating the ad extension instead of the MutateJobService. Please 
 check out how to add new ad extensions to a campaign 
 https://developers.google.com/adwords/api/docs/guides/extension-settings#add_ad_extensions
  and update the Ad extension 
 https://developers.google.com/adwords/api/docs/guides/extension-settings#update_ad_extensions
  using 
 the CampaignExtensionSettingService 
 https://developers.google.com/adwords/api/docs/reference/v201506/CampaignExtensionSettingService
 . 
 You can use the AdGroupExtensionSettingService 
 https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupExtensionSettingService
  to 
 manage extensions at the adgroup level, the 
 CampaignExtensionSettingService 
 https://developers.google.com/adwords/api/docs/reference/v201506/CampaignExtensionSettingService
  to 
 manage extensions at the campaign level, and the 
 CustomerExtensionSettingService 
 https://developers.google.com/adwords/api/docs/reference/v201506/CustomerExtensionSettingService
  to manage 
 extensions at the customer level.

 Regards,
 Umesh, AdWords API Team.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/15e0506f-a80a-48e9-a7cc-f24c9ff8f124%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


API call for segment / conversions / conversionname results

2015-07-17 Thread Robert Olsen
Hello Adwords forum.

Right now i'm pulling data from campaigns by searching on the labels. I get 
the total data i need, but i need to find more specific data about the 
conversions.
On the website you can use the segment, conversion and then conversion name 
to see where all the leads comes from.
Is there an existing API call which can draw this data out? didn't seem 
like campaign performance had anything.

So I have 26 total leads and i need to show where each leads originate from.

Thanks for your time.

Robert Olsen - Software dev. intern.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8d475166-ed65-4f83-85aa-43878d5d9586%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Ad name from adwords reports

2015-07-17 Thread Siva Arasu
Hi,


# Create report definition.
report = {
  'reportName': 'yesterday AD_PERFORMANCE_REPORT',
  'dateRangeType': 'YESTERDAY',
  'reportType': 'AD_PERFORMANCE_REPORT',
  'downloadFormat': 'CSV',
  'selector': {
  'fields': ['Date', 'Device', 'PromotionLine', 
'AdNetworkType1',
'CampaignName', 'Cost' ]
  },
  # Enable to get rows with zero impressions.
  'includeZeroImpressions': 'false'
}

Using adwords api version v201409 I was able to pull ad name from ad 
performance report under  field 'PromtionLine' .But after I upgraded to the 
latest version 'PromotionLine' field has been deprecated I guess.

I would like some help in finding  the correct field name for fetching ad 
name from adwords report types

Thanks for your help

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d2d17f30-f784-4781-9878-d547aab5e7be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error while trying to add a LogicalUserList

2015-07-17 Thread Josh Radcliff (AdWords API Team)
Hi Damien,

In the past, I've seen this error when the SOAP XML was malformed. Could 
you post your request XML with sensitive information removed (such as your 
developer token) so I can check it?

Thanks,
Josh, AdWords API Team

On Thursday, July 16, 2015 at 8:56:54 AM UTC-4, Damien wrote:

 Hi,

 I am currently working on creating Remarketing lists. I am using the 
 Google AdWords API's Python libraries.

 I needed to create a LogicalUserList combining two ExpressionRuleUserList. 
 This is the error I got:
 suds.WebFault: Server raised fault: 'Cannot construct an instance of 
 com.google.ads.api.services.datax.userlists.LogicalUserListOperand because 
 it is abstract.  You are probably missing an @Uses annotation while 
 invoking public abstract 
 com.google.ads.api.services.datax.userlists.UserListReturnValue 
 com.google.ads.api.services.datax.adwordsuserlist.AdwordsUserListService.mutate(java.util.List)
  
 throws com.google.ads.api.services.common.error.ApiException with params 
 [[com.google.ads.api.services.datax.adwordsuserlist.v201502.jaxbgen.UserListOperation@16687106]].'

 My source code:
 #!/usr/bin/python
 #coding=UTF-8

 from datetime import date
 from datetime import datetime
 from datetime import timedelta
 from googleads import adwords

 (...)

 def createNewList(client, list_a, list_b):
   # Initialize appropriate service.
   adwords_user_list_service = client.GetService(
   'AdwordsUserListService', version='v201502')


   rules = [
   {
   'ruleOperands': [list_a],
   'operator': 'ALL'
   },
   {
   'ruleOperands': [list_b],
   'operator': 'NONE'
   }
   ]


   # Create the user list with no restrictions on site visit date.
   combination_user_list = {
   'xsi_type': 'LogicalUserList',
   'name': 'Bouncers list created at %s'
   % datetime.today().strftime('%Y%m%d %H:%M:%S'),
   'description': 'Users who visited list A but not B',
   'rules': rules
   #'startDate': today.strftime('%Y%m%d'),
   #'endDate': end_date.strftime('%Y%m%d')
   }


   # Create operations to add the user lists.
   operations = [
   {
   'operand': user_list,
   'operator': 'ADD',
   } for user_list in [combination_user_list]
   ]


   # Submit the operations.
   user_lists = adwords_user_list_service.mutate(operations)


   # Display results.
   for user_list in user_lists['value']:
 print (('User list added with ID %d, name %s, status %s, list 
 type'
 ' %s, accountUserListStatus %s, description %s.') %
(user_list['id'], user_list['name'],
 user_list['status'], user_list['listType'],
 user_list['accountUserListStatus'], user_list['description']))



 adwords_client = adwords.AdWordsClient.LoadFromStorage()

 createNewList(adwords_client, list_a, list_b)

 With list_a and list_b being lists I previously created.

 Can anybody tell me what's wrong?

 Alternatively, how is it possible to reproduce the Visitors of a page 
 who did not visit another page behaviour with the API? The only way 
 seemed to used combination lists but even is failing (see the error 
 above)...


 Thanks for your help,

 Damien


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e3172f1a-7b61-425e-8e10-54b67065dfe6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Product Partition Issue when when migrated from adspygoogle (v201409) to googleads (201502)

2015-07-17 Thread Josh Radcliff (AdWords API Team)
Hi,

I don't see any changes over recent months that would modify the behavior 
for escaped vs. unescaped strings in the AdWords API. It may be that some 
of the encoding issues recently resolved in the Python library also removed 
the need to add escaping.

Thanks,
Josh, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/157c7305-e4fc-4425-9dd0-37c6e3194a2d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Creating TrueView Template Ad

2015-07-17 Thread Josh Radcliff (AdWords API Team)
Hi Richard,

I spoke with our resident *MediaService* expert, and here are the key 
points:

   1. The comment on MediaService.upload 
   
https://developers.google.com/adwords/api/docs/reference/v201506/MediaService#upload
 regarding 
   images is correct. You can only *upload* images through the API. 
   However, if you uploaded Audio or Video media objects *through the user 
   interface*, you'll be able to retrieve them via MediaService.get 
   
https://developers.google.com/adwords/api/docs/reference/v201506/MediaService#get
and MediaService.query 
   
https://developers.google.com/adwords/api/docs/reference/v201506/MediaService#query
   .
   2. When creating a TrueView template ad 
   
https://developers.google.com/adwords/api/docs/appendix/templateads#pyv_ad_on_search,
 
   you should specify the YouTube video ID for the *videoId* field (without 
   the URL -- just the ID).
   3. We're not sure if linking your YouTube and AdWords accounts is 
   required for the TrueView template. I'd recommend just giving it a try 
   without linking to see if you encounter any issues.

Hope that helps!

Cheers,
Josh, AdWords API Team

On Thursday, July 16, 2015 at 7:13:36 PM UTC-4, Richard Biffin wrote:

 Hi Josh, are you saying that video uploading is supported? I don't really 
 want to upload I just want to link a YouTube video.

 I haven't tried yet because not sure how to do it, with an image you can 
 base64 encode and use the data property of the media object but according 
 to the videos docs there is no data property. How do I tell the 
 MediaService which video to upload or which YouTube video to use.

 This is what I currently have but doesn't work and wouldn't really expect 
 it to but not sure what else to try.

 service = $api.service(:MediaService, $version)
 
 video = {
 type: 'VIDEO',
 you_tube_video_id_string: params[:video_id],
 streaming_url: 
 http://youtube.com/get_video?video_id=#{params[:video_id]};
 }

 service.upload([video])

 This creates an UnexpectedParametersError: [:you_tube_video_id_string, 
 :streaming_url])

 I am looking to create just a regular Adwords campaign with the ad based 
 on the TrueView template (template id 231). Based on the template docs all 
 I need to do is give it a YouTube videoId and an optional videoThumbnail 
 and destinationPage


 https://developers.google.com/adwords/api/docs/appendix/templateads#pyv_ad_on_search

 but this doesn't work, if I leave out the field_media, it starts 
 complaining about required field. So I add in field_media with appropriate 
 properties but it requires a media_id which I can only get from the 
 MediaService, either by uploading (which doesn't work for videos) or 
 creating an ad through the web interface, selecting a YouTube video from 
 the ad gallery TrueView template, in fact you don't have to create the ad, 
 all you have to do is select the YouTube video when starting to create your 
 ad, which looks like it essentially associates the YouTube video to the 
 Adwords account, this video is then part of the MediaService .get 
 collection via the API.

 Thanks
 Richard












 On Friday, 17 July 2015 08:36:45 UTC+12, Josh Radcliff (AdWords API Team) 
 wrote:

 Hi Richard,

 It may be that the documentation on *MediaService* is outdated. Have you 
 tried uploading your video via that service and it failed?

 Also, are you looking to set up these ads for an AdWords for Video 
 campaign or a regular AdWords campaign? I ask because the AdWords API does 
 not currently support managing AdWords for Video campaigns.

 Thanks,
 Josh, AdWords API Team

 On Wednesday, July 15, 2015 at 6:25:51 PM UTC-4, Richard Biffin wrote:

 Ok thanks for this. I was hoping to just link a YouTube video as the 
 media, not have to upload the video again. I see that the MediaService has 
 an upload function which currently only supports images, is there any plan 
 to allow uploading of videos in the near future?

 Thanks
 Richard

 On Thursday, 16 July 2015 04:38:28 UTC+12, Anthony Madrigal wrote:

 Hi Richard,

 When creating video template ads 
 https://developers.google.com/adwords/api/docs/guides/template-ads#video_ads,
  
 you will need to use a video that is uploaded through the AdWords UI 
 (since 
 it is not supported through API). You are required to do so since the 
 media 
 ID is used to create the video ad and is used to retrieve video ads 
 through 
 the *MediaService.*

 Regards,
 Anthony
 AdWords API Team



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

How to get CPL Leads columns it's values

2015-07-17 Thread Pravin Yadav
Hi,

 I had taken all reports  services using v201502 API, 

 but i am not getting *CPL* and *Leads* columns in any single report or 
service.

 so please tell how i will get it.

  please reply the same.

Thanks  Regards,

 Pravin Y. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bdfca3f0-b549-4c57-909c-a44a844a0e5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: got access token, didn't get refresh token.

2015-07-17 Thread cisclicks
Josh - I went through that form already... I assume that I am in the queue 
and am waiting for a response. Thanks


On Thursday, July 16, 2015 at 3:46:03 PM UTC-7, Josh Radcliff (AdWords API 
Team) wrote:

 Hi Andy,

 You can use the link I provided in my previous email:

 https://services.google.com/fb/forms/newtoken/

 Thanks,
 Josh, AdWords API Team



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/afb05144-3994-42b0-acec-b5fc64656656%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdWords test account setup

2015-07-17 Thread cisclicks
I'm trying to set up a test account to use while my AdWords Developer token 
is awaiting approval. The documentation says that I need to request a 
refresh token specifically for my test account... but the normal process I 
used to get a refresh token is to go through the same OAuth process I used 
for my production account - do the approval web flow. Which requires 
client_id. My test account Account settings does not have the AdWords 
API Center - how can I get a client_id for my test account? I just used my 
own personal Google account for a test account - do I need to create 
another completely new, fresh account to use for a test account?

I tried using the GetRefreshToken.php example, but that requires a 
client_id, and also a code..


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/96319b71-a053-47e5-873c-56432b4b400f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: getting costs per keyword

2015-07-17 Thread Tim Swetonic
Hi again. I tried your suggestions. Now I get the proper costs (according 
to the adwords UI) for Total - Search and Total - Shopping. However, Total 
- Display Network doesn't match. 

I'm using awql like this

SELECT 
AdGroupId,AdGroupName,CampaignId,CampaignName,Device,Clicks,Cost,Date FROM 
DISPLAY_KEYWORD_PERFORMANCE_REPORT WHERE AdNetworkType1='CONTENT' DURING 
20150601,20150601

The cost I get is $106.54 when the adwords UI says $2,764.24. Clicks are 
way off too, 208 vs 3969.

Something must be missing in my query - any ideas?

On Wednesday, July 15, 2015 at 1:09:10 PM UTC-7, Anthony Madrigal wrote:

 Hi Tim,

 It seems like the screenshot you sent me was from the Campaigns tab. You 
 should be comparing the costs here with the Campaign Performance Report 
 https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report,
  
 not the *Keywords Performance Report *since that will not show 
 impressions that are not based on your keyword criteria such as Shopping 
 Campaigns.

 Ideally, you could compare results from the *Keywords Performance Report 
 *with 
 the Keywords tab in the UI. However, *Total - all account *will *not *be 
 able to compare it with the report since Total - all account includes 
 metrics such as impressions that are not attributable to keywords.

 As a workaround:

- Run a *Keywords Performance Report *where *AdNetworkType1 = SEARCH *and 
compare that with *Total - Search *in the UI
- Run a Display Keyword Performance Report 

 https://developers.google.com/adwords/api/docs/appendix/reports/display-keyword-performance-report
  where 
*AdNetworkType1 = CONTENT *and compare that with *Total - Display 
Network *in the UI

 Cheers,
 Anthony
 AdWords API Team


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/761aa5c6-c198-43a2-b74f-2580e49163cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error while trying to add a LogicalUserList

2015-07-17 Thread Damien
Hi Josh,

Here is the Python logger output, you can find the XML request below (all 
sensitive information replaced by [removed]):

DEBUG:suds.transport.http:opening (https:
//adwords.google.com/api/adwords/rm/v201502/AdwordsUserListService?wsdl)
DEBUG:suds.transport.http:sending:
URL: https:
//adwords.google.com/api/adwords/rm/v201502/AdwordsUserListService
HEADERS: {'Content-Type': 'text/xml; charset=utf-8', 'Authorization': 'Bearer 
[removed]', 'SOAPAction': b'', 'Content-type': 'text/xml; charset=utf-8', 
'Soapaction': b''}
MESSAGE:
b'?xml version=1.0 encoding=UTF-8?SOAP-ENV:Envelope 
xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:tns=https://adwords.google.com/api/adwords/rm/v201502; 
xmlns:ns2=https://adwords.google.com/api/adwords/cm/v201502; 
xmlns:ns0=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:ns1=https://adwords.google.com/api/adwords/rm/v201502; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;SOAP-ENV:Headertns:RequestHeadertns:clientCustomerId
 
xmlns:tns=https://adwords.google.com/api/adwords/cm/v201502;[removed]/tns:clientCustomerIdtns:developerToken
 
xmlns:tns=https://adwords.google.com/api/adwords/cm/v201502;[removed]/tns:developerTokentns:userAgent
 
xmlns:tns=https://adwords.google.com/api/adwords/cm/v201502;[removed] 
(AwApi-Python, googleads/3.5.0, 
Python/3.4.3)/tns:userAgenttns:validateOnly 
xmlns:tns=https://adwords.google.com/api/adwords/cm/v201502;false/tns:validateOnlytns:partialFailure
 
xmlns:tns=https://adwords.google.com/api/adwords/cm/v201502;false/tns:partialFailure/tns:RequestHeader/SOAP-ENV:Headerns0:Bodyns1:mutatens1:operationsns2:operatorADD/ns2:operatorns1:operand
 
xsi:type=ns1:LogicalUserListns1:name[removed] list created at 20150717 
14:18:00/ns1:namens1:descriptionUsers who visited list A but not B, C 
and 
D/ns1:descriptionns1:UserList.TypeLogicalUserList/ns1:UserList.Typens1:rulesns1:operatorALL/ns1:operatorns1:ruleOperands
 
xsi:type=ns1:ExpressionRuleUserListns1:id102489659/ns1:idns1:isReadOnlyfalse/ns1:isReadOnlyns1:nameList
 
A created at 20150717 14:17:57/ns1:namens1:descriptionUsers who visited 
a page where URL contains 
[removed]/ns1:descriptionns1:statusOPEN/ns1:statusns1:accessReasonOWNED/ns1:accessReasonns1:accountUserListStatusACTIVE/ns1:accountUserListStatusns1:membershipLifeSpan30/ns1:membershipLifeSpanns1:listTypeRULE_BASED/ns1:listTypens1:UserList.TypeExpressionRuleUserList/ns1:UserList.Typens1:rulens1:groupsns1:itemsns1:StringRuleItemns1:keyns1:nameurl__/ns1:name/ns1:keyns1:opCONTAINS/ns1:opns1:value[removed]/ns1:value/ns1:StringRuleItem/ns1:items/ns1:groups/ns1:rule/ns1:ruleOperands/ns1:rulesns1:rulesns1:operatorNONE/ns1:operatorns1:ruleOperands
 
xsi:type=ns1:ExpressionRuleUserListns1:id102489779/ns1:idns1:isReadOnlyfalse/ns1:isReadOnlyns1:nameList
 
B created at 20150717 14:17:58/ns1:namens1:descriptionUsers who visited 
a page where URL contains 
[removed]/ns1:descriptionns1:statusOPEN/ns1:statusns1:accessReasonOWNED/ns1:accessReasonns1:accountUserListStatusACTIVE/ns1:accountUserListStatusns1:membershipLifeSpan30/ns1:membershipLifeSpanns1:listTypeRULE_BASED/ns1:listTypens1:UserList.TypeExpressionRuleUserList/ns1:UserList.Typens1:rulens1:groupsns1:itemsns1:StringRuleItemns1:keyns1:nameurl__/ns1:name/ns1:keyns1:opCONTAINS/ns1:opns1:value[removed]/ns1:value/ns1:StringRuleItem/ns1:items/ns1:groups/ns1:rule/ns1:ruleOperandsns1:ruleOperands
 
xsi:type=ns1:ExpressionRuleUserListns1:id102489899/ns1:idns1:isReadOnlyfalse/ns1:isReadOnlyns1:nameList
 
C created at 20150717 14:17:58/ns1:namens1:descriptionUsers who visited 
a page where URL contains 
[removed]/ns1:descriptionns1:statusOPEN/ns1:statusns1:accessReasonOWNED/ns1:accessReasonns1:accountUserListStatusACTIVE/ns1:accountUserListStatusns1:membershipLifeSpan30/ns1:membershipLifeSpanns1:listTypeRULE_BASED/ns1:listTypens1:UserList.TypeExpressionRuleUserList/ns1:UserList.Typens1:rulens1:groupsns1:itemsns1:StringRuleItemns1:keyns1:nameurl__/ns1:name/ns1:keyns1:opCONTAINS/ns1:opns1:value[removed]/ns1:value/ns1:StringRuleItem/ns1:items/ns1:groups/ns1:rule/ns1:ruleOperandsns1:ruleOperands
 
xsi:type=ns1:ExpressionRuleUserListns1:id102490019/ns1:idns1:isReadOnlyfalse/ns1:isReadOnlyns1:nameList
 
D created at 20150717 14:17:59/ns1:namens1:descriptionUsers who visited 
a page where URL contains 
[removed]/ns1:descriptionns1:statusOPEN/ns1:statusns1:accessReasonOWNED/ns1:accessReasonns1:accountUserListStatusACTIVE/ns1:accountUserListStatusns1:membershipLifeSpan30/ns1:membershipLifeSpanns1:listTypeRULE_BASED/ns1:listTypens1:UserList.TypeExpressionRuleUserList/ns1:UserList.Typens1:rulens1:groupsns1:itemsns1:StringRuleItemns1:keyns1:nameurl__/ns1:name/ns1:keyns1:opCONTAINS/ns1:opns1:value[removed]/ns1:value/ns1:StringRuleItem/ns1:items/ns1:groups/ns1:rule/ns1:ruleOperands/ns1:rules/ns1:operand/ns1:operations/ns1:mutate/ns0:Body/SOAP-ENV:Envelope'
ERROR:suds.client:suds.sax.document.Document object at 0x10b29f4e0

Thank you for your help,

Damien

On Friday, July 17, 2015 at 9:26

Re: Ad name from adwords reports

2015-07-17 Thread Anthony Madrigal
Hi Siva,

In AdWords API v201506, the equivalent field for PromotionLine in the *Ad 
Performance Report *is headline 
https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#headline
.

Cheers,
Anthony
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/766587ff-6f0a-4260-91f2-c316ab1319ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Failing to Download reports using v201406

2015-07-17 Thread Vandita Chhabaria
I needed to refresh my OAuth token and replace report variable names as per 
v201506.

Thanks for your support ! :)

On Thursday, July 16, 2015 at 10:13:48 PM UTC+5:30, Anthony Madrigal wrote:

 Hi Vandita,

 It appears your *client_id *was not filled, which is why the placeholder 
 INSERT_OAUTH2_CLIENT_ID_HERE is set as the value. You will need to modify 
 your App.config 
 https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/App.config
  file 
 with your Credentials such as *client_id.*

 Regards,
 Anthony
 AdWords API Team



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/402acc56-f318-4680-929d-636131a8d753%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: getting costs per keyword

2015-07-17 Thread Anthony Madrigal
Hi Tim, 

The stats for the *Display Keyword Performance Report *should be compared 
to the display keywords'  *Total - keywords* row found in the *Display 
Network  Display keywords *tab. Also, in your report, I think you may have 
added the value of the Total row in when calculating the total cost. Once 
you exclude that value, then your Total Cost for both the UI and report 
should be $53.27.

Cheers,
Anthony
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/aeeced2c-4889-44ec-8b59-f23a94baa86e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: i am having issues accessing API

2015-07-17 Thread Gilberto Galvez @ Healthcare
Hi Anthony,
Thanks for your response again from last week about our AdWords API 
reporting issue. Based on your response, I think you're saying that the 
email account associated with the Google Developers Console that is used to 
generate the refresh token MUST have access to the MCC account that we're 
seeking reporting on.
That wasn't the case with us, and perhaps that is the reason we're getting 
the error when trying to pull data on the 120-xxx-xxx account.  
The first refresh token was generated using the account: 
automat...@healthcare.com, which does not have MCC access.  Perhaps it had 
access to one of the AdWords accounts directly, but not to the MCC.
Is what you're saying that we need to open up a Developers Console account 
using an email address that already has AdWords MCC access, and then we 
should be able to pull data from both AdWords accounts under the MCC?

*howardyeh https://healthcareinc.slack.com/team/howardyeh**[3:43 PM]*We're 
going about this already, but would like to confirm with you that we're on 
the right track. Thanks.


On Thursday, July 9, 2015 at 10:35:30 AM UTC-6, Anthony Madrigal wrote:

 Hi Gilberto,

 Could you please *Reply privately to author* the SOAP request and 
 response in which you are getting this error?

 Thanks,
 Anthony
 AdWords API Team


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1f24e867-586d-4453-babf-20b89ff11ab4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords test account setup

2015-07-17 Thread cisclicks
Thanks, Anthony... 

But I guess I'm having a little trouble understanding the relationships. I 
want to be able to run a report across all the accounts underneath my MCC 
account... is that possible? When I manually run reports from the MCC 
window, that's how it seems to work if I don't specify an account. Seems 
like, if I have to specify an account to run a report with the API, I'm 
going to have to make a LOT of API calls (our production MCC account 
currently has 26 AdWords accounts under it, and we're always trying to add 
more). 

andy

On Friday, July 17, 2015 at 1:43:27 PM UTC-7, Anthony Madrigal wrote:

 Hey Andy,

 The CUSTOMER_SERVING_TYPE_REPORT_MISMATCH 
 https://developers.google.com/adwords/api/docs/common-errors#ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH
  means 
 that you are trying to run a report under your MCC account. You will need 
 to modify your clientCustomerId in your properties file so that it is the 
 ID of your AdWords (client) account *not *the MCC account.

 Hope this helps!

 Regards,
 Anthony
 AdWords API Team


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8857618e-ee7a-4ec9-b93b-b1b0d088c4b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to remove custom parameter

2015-07-17 Thread road11
I've got to programmatically remove custom parameters from all keywords in 
one campaign. I can remove the tracking template by setting it to 
String.Empty in C#. But nothing I try seems to remove the custom 
parameters. I've tried setting the key and value to String.Empty, but then 
I get a TOO SHORT error. How do I remove custom parameters through the API.

This doesn't work...

CustomParameter mParam = new CustomParameter();
mParam.key = String.Empty;
mParam.value = String.Empty;

biddableAdGroupCriterion.urlCustomParameters.parameters =
new CustomParameter[] { mParam };


Eric

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/61a08fee-eebc-459b-9feb-1d6293aac5a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords test account setup

2015-07-17 Thread cisclicks
I do have a developer token, I'm awaiting it's approval, so am trying to 
work with a test account, as directed by the documentation. My question is 
specifically about the RefreshToken, as described on this page:

https://developers.google.com/adwords/api/docs/test-accounts

Specifically:
OAuth 2.0 and the test account user

In order to access the test account using OAuth 2.0, you will need to have 
the test MCC account user grant permission to your client application. 
Hence, when requesting a refresh token, please make sure you are logged in 
as the test MCC account user rather than the production MCC account user

Ok, so I did the following: 
Generated a new client_id/secret for my main MCC account.
Used that to get a new access_token/refresh token, logging into my test 
account in the process


So now I have a refresh token, an access token, and the (unapproved) 
developer token, and am trying to run the sample report from 
DownloadCriteriaReport.php. And I get the CUSTOMER_SERVING_TYPE_REPORT_MISMATCH 
error. Dangit.

andy


On Friday, July 17, 2015 at 1:20:12 PM UTC-7, Anthony Madrigal wrote:

 Hello,

 In order to make API requests from a test account, you will need to have 
 a developer token http:/// (either pending or approved). Once you do, 
 navigate to the Developer Console to create a project 
 https://developers.google.com/adwords/api/docs/guides/authentication#getting_started_with_oauth_20_and_the_adwords_api,
  
 which should give you the *client_id.*

 Regards,
 Anthony
 AdWords API Team


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f22ac1e6-eda2-4cbc-ba10-3db76a4cdd3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: getting costs per keyword

2015-07-17 Thread Tim Swetonic
Thanks. Is it possible to get this - on the Campaigns tab, for June 1 2015, 
Total 
- Display Network equals $2,764.24. Is it possible to get that total cost 
from the API somehow? You mentioned impressions earlier, maybe that's the 
piece I'm missing.

Tim



On Friday, July 17, 2015 at 12:55:08 PM UTC-7, Anthony Madrigal wrote:

 Hi Tim, 

 The stats for the *Display Keyword Performance Report *should be compared 
 to the display keywords'  *Total - keywords* row found in the *Display 
 Network  Display keywords *tab. Also, in your report, I think you may 
 have added the value of the Total row in when calculating the total cost. 
 Once you exclude that value, then your Total Cost for both the UI and 
 report should be $53.27.

 Cheers,
 Anthony
 AdWords API Team


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7ed47f89-6782-4126-88dc-c8d2ea6b89e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API call for segment / conversions / conversionname results

2015-07-17 Thread Umesh Dengale
Hello,

The campaign performance report 
https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report
 has 
the ConversionTypeName 
https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#conversiontypename
 filed 
which gives information about conversion name. This field is not compatible 
with non-conversion stats (AverageCpc, Clicks, etc).

Regards,
Umesh, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f33eb394-8d1a-41b9-bd38-cc605ab1aeb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: getting costs per keyword

2015-07-17 Thread Anthony Madrigal
Hey Tim,

You may be able to get the stats from the Campaign tabs by running a *Campaign 
Performance Report *and including *WHERE AdNetworkType = 'CONTENT'. *This 
may not include all the cost because some of the impressions came from the 
Display Network tab I mentioned previously.

Regards,
Anthony
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2b3ee8c8-b9f5-41ec-8dc3-945a7bce975e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords test account setup

2015-07-17 Thread Anthony Madrigal
Hey Andy,

The CUSTOMER_SERVING_TYPE_REPORT_MISMATCH 
https://developers.google.com/adwords/api/docs/common-errors#ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH
 means 
that you are trying to run a report under your MCC account. You will need 
to modify your clientCustomerId in your properties file so that it is the 
ID of your AdWords (client) account *not *the MCC account.

Hope this helps!

Regards,
Anthony
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c95d1d6c-3838-461d-82a2-482f0f2a567d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords test account setup

2015-07-17 Thread cisclicks
I guess I'm more than a little what IS my client account? Is that an 
account I create under my MCC account in the accounts page (New AdWords 
account), wherein I have campaigns and such? But for the purposes of my 
app, I want to be able to generate reports across all of those, preferably 
without having to get a list and iterate over that, making report calls for 
each one.

On Friday, July 17, 2015 at 1:43:27 PM UTC-7, Anthony Madrigal wrote:

 Hey Andy,

 The CUSTOMER_SERVING_TYPE_REPORT_MISMATCH 
 https://developers.google.com/adwords/api/docs/common-errors#ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH
  means 
 that you are trying to run a report under your MCC account. You will need 
 to modify your clientCustomerId in your properties file so that it is the 
 ID of your AdWords (client) account *not *the MCC account.

 Hope this helps!

 Regards,
 Anthony
 AdWords API Team


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/efa66413-351b-4daa-94e0-621395fe5852%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get CPL Leads columns it's values

2015-07-17 Thread Umesh Dengale
Hi Pravin,

The AdWords API reports does not have *CPL* and *Leads* fields you 
mentioned above. Are you looking for *conversion name* to see where the 
leads come from? If YES, then The campaign performance report 
https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report
 has 
the ConversionTypeName 
https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#conversiontypename
 filed 
which gives information about conversion name. Otherwise please provide 
more information(screen shot) about CPL and Leads on the AdWords product 
side.

Regards,
Umesh, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0b136a52-97db-4db1-b85f-542301651ed0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords test account setup

2015-07-17 Thread Anthony Madrigal
Hello,

In order to make API requests from a test account, you will need to have a 
developer token / (either pending or approved). Once you do, navigate to 
the Developer Console to create a project 
https://developers.google.com/adwords/api/docs/guides/authentication#getting_started_with_oauth_20_and_the_adwords_api,
 
which should give you the *client_id.*

Regards,
Anthony
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/93df2aa5-ecce-4ed2-8011-1104be39eec8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.