Re: UAC & Re-engagement in the reporting API

2018-04-23 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Yuval, 

If you're referring to the Mobile App engagement Campaigns mentioned here 
,
 
you can track the performance 

 using 
the Campaign Performance Report. If you're having trouble pulling the 
metrics for these campaigns, could you please share the report definition 
and your client customer Id so I can take a look? You can reply back via *Reply 
privately to author *option. 

If you concern is different, could you share the AdWords UI screenshot or 
any document that you're referring to, so I can take a look? 

Thanks,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d12fe42b-3486-4937-b6d2-9f9aa5745d5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Issue with RateExceededError.RATE_EXCEEDED

2018-04-23 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

The "RateExceededError.RATE_EXCEEDED Trigger: Basic Access Daily Reporting 
Quota" error message that you are getting indicates that you may have 
downloaded more than the daily limit 
 for reports 
using a basic access level developerToken. The Basic access token allows 
you to execute 10,000 operations and download up to 1,000 reports per day. You 
can also take a look at this guide 
 for more 
information on access levels. It is currently not possible to keep a track 
of the total number of report downloads per day across all the account 
through the API. However, you can check the number of operations 

 count 
in the request header. You can keep a track of this count and see if you're 
reaching the daily limit. You can take a look at the rate sheet 
 on how the 
operations are counted towards daily limit. This limit is calculated based 
on the account time zone. 

If you're receiving this error, you could wait for the next day to run the 
reports. On a daily basis, if your use case requires to download beyond the 
specified limit, you can apply for Standard access. Standard access allows 
the developer token to execute an unlimited number of operations and report 
requests per day. You may use this form 
 to submit a 
Standard access application. 

Let me know if you have any other questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/27024d18-8346-473c-b33d-e43c417d7797%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: KEYWORD_TEXT return strange information

2018-04-23 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Xiaochao, 

When using test accounts, the TargetingIdeaService will return dummy data. 
You may refer to this guide 
 for 
more information. When retrieving targeting ideas against a Production 
account, you will be able to compare the results to those from the Keyword 
planner as mentioned here 

. 

Could you please share the complete SOAP logs for the second scenario along 
with the client Customer Id used, so I can take a look? You can reply back 
via *Reply privately to author* option. 

Thanks,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/88e0d24c-1c0a-4f1f-a2dd-b35160c3e440%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Billing and Account Spend Data

2018-04-20 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Prabu, 

On this forum, we address questions specific to AdWords API. Since your 
question is related to AdWords Scripts, I would suggest that you post it in 
the AdWords Scripts forum 
 as they are 
better equipped to address this issue. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2dc05c8c-948a-4f70-877e-947257c2e55f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error creating offline conversions

2018-04-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Thank you for sharing the logs. It looks like the UploadOperation is 
performed on a Conversion Tracker which does not exist. If you're looking 
to create a new conversion tracker and perform the upload operation, you 
will need to create an AdWordsConversionTracker 

 object 
and then upload conversions for offline conversion imports. Please find the 
attached SOAP logs as a reference. You can also take a look at the code 
sample in Java 
.
 
Code samples in other languages can be found here 
. 

Let me know if you have any other questions.

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4e7e9674-5ec1-4c45-a7fe-4aae859ab41a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Product group creation fails inside adgroup

2018-04-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

It looks like you're performing a Mutate() operation for the shopping 
campaigns. The CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE error 
indicates that the partial failure is not supported for shopping campaign 
mutate operations. 

Can you make sure that each subdivision is completely partitioned, so it 
must contain a unit type representing "Other". Please take a look at this 
guide 
 
and 
code sample in Java 

 as 
a reference. If you continue to have an issue with this, please share the 
complete SOAP request and response logs, so I can take a closer look. You 
can reply back via *Reply privately to author* option.
  
Thanks,
Bharani, AdWords API Team

On Thursday, April 19, 2018 at 6:17:57 AM UTC-4, 
sandip.mukher...@visual-meta.com wrote:
>
> Hi API team,
> I am trying to create product groups inside an adGroup using 
> ProductPartitionTree of Adwords Java api.
> In the below example I try to partition the data based on brand value.
> My code is:
>
> AdWordsServicesInterface adWordsServices = AdWordsServices.getInstance
> ();
> AdWordsSession adWordsSession = adwordsClientUtil.
> buildAdWordsSession("accountId");
> adWordsSession.setPartialFailure(false);
> ProductPartitionTree productPartitionTree =
> ProductPartitionTree.createAdGroupTree(adWordsServices
> , adWordsSession,adGroupId);
>
> ProductPartitionNode rootNode = productPartitionTree.getRoot
> ();
>
> rootNode = rootNode.asSubdivision();
> rootNode.
> addChild(ProductDimensions.createBrand("brand_name"))
> .asBiddableUnit();
>
> rootNode.addChild(ProductDimensions.createBrand(null))
> .asExcludedUnit();
>
> List mutateOperations = 
> productPartitionTree.getMutateOperations();
>
> AdGroupCriterionServiceInterface adGroupCriterionService
> = adwordsClientUtil.getAdGroupCriterionService("
> accountId");
>
> AdGroupCriterionReturnValue adGroupCriterionResult =
> adGroupCriterionService.mutate(
> mutateOperations.toArray(new 
> AdGroupCriterionOperation[0]));
> LOGGER.info(adGroupCriterionResult.getValue()[0].toString());
>
>
> When I try to execute this code I get the following error for all mutate 
> operations.
>
> *CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE*
>
> I cannot figure out what is the actual error/failure reason.
> Could anyone from API team help me on this.
>
> Regards,
> Sandip
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5b5ab8d0-e5dc-4b0d-848c-c831dde909eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error creating offline conversions

2018-04-18 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Could you share the complete SOAP request and response logs along with the 
client customer Id, so I can take a look? You can use *Reply privately to 
author* to share the details privately.

Thanks,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ef4b7937-7e73-461b-b5b4-68cdf2af4318%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Showcase Ad Cost in Criteria Performance Report

2018-04-17 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

It is currently not possible to pull Cost information for Showcase Ads 
using Criteria Performance Report 
.
 
Please keep an eye out on our blog 
 for more 
information on upcoming releases.

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ba563d45-efc1-4255-b11c-fd25832111ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Steps to Create Dynamic Re-marketing Campaign and attach to feed

2018-04-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Dhruv, 

The Dynamic Re-marketing campaign needs to be created from the AdWords UI. 
Please refer to this guide 
 for 
more information on Re-marketing. Once the campaign is created, you may 
refer to this guide 
 which 
illustrates in detail about how to create a feed and how to associate this 
feed with a campaign. Code snippets in Java can be found here 
. 
You may refer to this code sample 

 in 
C#. 

Can you give this a try and let me know if you have any other questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6fb0b508-1353-4e5a-b8f4-02c007a66f59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to setting Dynamic Remarketing ad settings for Display campaign by adwords api?

2018-04-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Dhruv, 

I see that you opened a new forum thread 

 with 
a similar issue. Let's continue our discussion on that thread for better 
tracking.

Thanks,
Bharani, AdWords API Team

On Wednesday, April 4, 2018 at 6:46:18 AM UTC-4, jwlim@gmail.com wrote:
>
> How to setting Dynamic Remarketing ad settings for Display campaign by 
> adwords api?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7e189556-2723-436a-b18c-e8e5c9b147e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: What's the best way to setup multiple Criterion values for the same item?

2018-04-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Gary, 

You're right. You will need to have multiple operands for both Positive and 
Negative AdGroup criterion. You could use AdGroupCriterionService.mutate() 

 and 
select the AdGroupCriterion 

 as BiddableAdGroupCriterion 

 with 
Criterion as AgeRange 

 to 
include all positive criterion. To exclude a specific age group criterion, 
you can use NegativeAdGroupCriterion 
.
 
You may refer to this code sample in Java 

 as 
a reference. Code samples in other languages can be found here 
. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a77aab1a-1642-4a3a-bf53-1cb0d06ede48%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Intermittent QuotaCheckError.INVALID_TOKEN_HEADER / C# API / UserListService

2018-04-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello,

The issue has been resolved. Could you please try again and let us know if 
this still persists.

Best,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a3e297a7-7a57-446b-8b75-5d8fee768bd0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Report query result via API doesn't match with AdWords UI

2018-04-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

We were able to take a look at the discrepancy you mentioned. Please find 
my response below:

1. I was able to download a report for Apr 2,2018 - Apr 8, 2018. I see that 
the number of rows in API is 21978, and segmenting the exact same fields in 
the UI are 22032. The stats for all the segmented fields match in both the 
report types. However, I see that the number of rows in UI is greater than 
the ones in API. This is because of the AdWords Express Campaigns which are 
included in the UI Reports. These Campaigns can only appear in the Campaign 
Performance Report. Please refer to this blog post 

 for 
more information. If you're still experiencing the discrepancy, please 
share the complete reports along with the date range, so I can take a look. 

2. Please note the reports generated by AdWords API use the same naming 
convention as UI Reports. The number of rows and data collection techniques 
might be different for both UI and API. The stats pulled through API 
reports, however, should match the stats in the UI. The reports pulled 
through the API can be compared to the downloaded report from that view. 

Let me know if you have any other questions

Regards,
Bharani, AdWords API Team

On Thursday, April 12, 2018 at 6:09:11 AM UTC-4, Khoa Nguyen wrote:
>
> Hi AdWords API support team,
>
> It seems the result of report query by API and AdWords UI is different:
> - With the following report query: 
> SELECT Id, CampaignName, AdGroupName, Clicks, Impressions, Ctr, 
> AverageCpc, Cost, Conversions, ViewThroughConversions, CostPerConversion, 
> ConversionRate
> FROM AD_PERFORMANCE_REPORT DURING LAST_WEEK
>
> In the AdWords UI (I used predefined "Basic / Ad" report), it shows 21240 
> rows whereas the API returns 21972 rows. I found that there are some Ids in 
> the API result not found in the AdWords UI.
> - With this report query (add Year segment):
>
> SELECT Id, CampaignName, AdGroupName, Year, Clicks, Impressions, Ctr, 
> AverageCpc, Cost, Conversions, ViewThroughConversions, CostPerConversion, 
> ConversionRate
> FROM AD_PERFORMANCE_REPORT DURING LAST_WEEK
>
> In the AdWords UI, once I add "Year" to the row key, it shows 222 rows 
> whereas the API still returns 21972 rows and the "Year" column all contains 
> "2018" value
>
> Do you have any idea why it's like that?
>
> 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1290380b-237b-4583-9680-32821ddb798a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: empty report

2018-04-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Thank you for sharing the details. Since you're pulling the report for test 
accounts, please note that values for Impressions, Cost will be zero. So 
you will need to make sure that you set the includeZeroImpressions to true 
in the request header. When set to true, reports will not exclude any rows 
based on metric values, and will include those with zero impressions.

Can you try this setting and see if this resolves your issue? 

Regards,
Bharani, AdWords API Team

On Friday, April 13, 2018 at 6:46:06 AM UTC-4, apitest2mjhal...@gmail.com 
wrote:
>
> i'm using a DownloadCriteriaReportWithSelector or 
> DownloadCriteriaReportWithAwql from php-lib examples v201802 and i'm geting 
> csv without any values.
> log from console:
>
> with selector :
>  [2018-04-13 08:21:19] AW_REPORT_DOWNLOADER.INFO: 
> clientCustomerId=400-828-5039 test (AwApi-PHP, googleads-php-lib/34.0.0, 
> PHP/7.2.4, GuzzleHttp/6.3.2, curl/7.59.0) "POST 
> /api/adwords/reportdownload/v201802 HTTP/1.1" Status: 200
> Report with name 'Criteria performance report #5ad0687d8aa14' was 
> downloaded to 'C:\Users\MichalBoryczko\AppData\Local\Temp\cri5F3D.tmp.csv'.
>
> and csv 
>
> "Criteria performance report #5ad04f25546c6 (Apr 6, 2018-Apr 12, 2018)"
> Campaign ID,Ad group ID,Keyword ID,Keyword / Placement,Criteria 
> Type,Impressions,Clicks,Cost
> Total, --, --, --, --,0,0,0
>
> with awql
>
> [2018-04-13 08:29:27] AW_REPORT_DOWNLOADER.INFO: 
> clientCustomerId=400-828-5039 mjha (AwApi-PHP, 
> googleads-php-lib/34.0.0, PHP/7.2.4, GuzzleHttp/6.3.2, curl/7.59.0, 
> ReportQueryBuilder) "POST /api/adwords/reportdownload/v201802 HTTP/1.1" 
> Status: 200
> Report was downloaded and printed below:
> "CRITERIA_PERFORMANCE_REPORT (Apr 6, 2018-Apr 12, 2018)"
> Campaign ID,Campaign,Ad group ID,Keyword ID,Keyword / Placement,Criteria 
> Type,Impressions,Clicks,Cost
> Total, --, --, --, --, --,0,0,0
>
>
>
> i know i am using a test account so i don't have any data but i am 
> thinking i should got a campaign id 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/15b2252e-5d0f-4597-b45e-3cb1d08cfd34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Report query result via API doesn't match with AdWords UI

2018-04-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

I was able to take a look at the discrepancy you're noticing. The AdWords 
API have similar naming conventions as UI reports. However, the stats 
pulled through the API map to the corresponding Ads tab metrics in the UI. 
Please refer to this guide 
 on how 
API reports are mapped in the UI. 

Let me know if you have any other questions.

Thanks,
Bharani, AdWords API Team

On Thursday, April 12, 2018 at 6:09:11 AM UTC-4, Khoa Nguyen wrote:
>
> Hi AdWords API support team,
>
> It seems the result of report query by API and AdWords UI is different:
> - With the following report query: 
> SELECT Id, CampaignName, AdGroupName, Clicks, Impressions, Ctr, 
> AverageCpc, Cost, Conversions, ViewThroughConversions, CostPerConversion, 
> ConversionRate
> FROM AD_PERFORMANCE_REPORT DURING LAST_WEEK
>
> In the AdWords UI (I used predefined "Basic / Ad" report), it shows 21240 
> rows whereas the API returns 21972 rows. I found that there are some Ids in 
> the API result not found in the AdWords UI.
> - With this report query (add Year segment):
>
> SELECT Id, CampaignName, AdGroupName, Year, Clicks, Impressions, Ctr, 
> AverageCpc, Cost, Conversions, ViewThroughConversions, CostPerConversion, 
> ConversionRate
> FROM AD_PERFORMANCE_REPORT DURING LAST_WEEK
>
> In the AdWords UI, once I add "Year" to the row key, it shows 222 rows 
> whereas the API still returns 21972 rows and the "Year" column all contains 
> "2018" value
>
> Do you have any idea why it's like that?
>
> 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ea02771b-c75b-496b-9aa4-c18d87582170%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Changes to the AdWords API - Email notifications?

2018-04-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Anthony, 

The important API notifications are usually sent out to the email address 
provided in the AdWords API Center. Please ensure that this is a regularly 
monitored inbox. Please refer to this 

 API 
sunset and release schedule for more information. You can keep an eye out 
on our blog  
for 
more updates about upcoming releases or announcements. You can also join 
the API announcements forum 
 to keep you posted 
on any future updates. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2488ad5b-3870-4f52-9d93-500845a93770%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: api adwords - addresses

2018-04-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Are your referring to the Location Extensions? If yes, please refer to this 
guide 
 
for 
more information. The guide also has a code sample 

 which 
illustrates in detail on how to add a new location using the GMB API and 
associate that to AdWords entities. Code samples in Java can be found here 
.
 
Code samples in other languages are available here 
. 

If this is not what you're looking for, could you please share an AdWords 
UI screenshot which will help us understand the issue.

Thanks,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/42c0361d-6937-40f8-8d10-ac0b4855bb72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Parallel Reports error

2018-04-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

The Parallel Report Download report can be used to reports for all accounts 
directly under a manager account in multiple parallel threads. For this you 
will need to specify the MCC ID of the account for which you're looking to 
download the reports. As for the error you're receiving could you please 
share the python script which generated this error along with the MCC ID, 
so I can take a look? Please use *Reply privately to author* option to 
respond back.

Thanks,
Bharani, AdWords API Team 

On Thursday, April 12, 2018 at 6:09:11 AM UTC-4, 
gustavo.tronc...@projetoomni.com wrote:
>
> Hi all.
>
> I'm having some issues to do a parallel report download. I have a MCC with 
> two accounts in it and I want to get the same reports from both accounts. 
>
> First I have a question, which client_customer_id should I use for that? 
> My MCC one?
>
> Testing the example, I'm getting the "NotImplementedError". What does ir 
> means?
>
> The full error message is below.
>
> Thanks in advance.
>
> Traceback (most recent call last):
>   File "/Users/gustavotronchin/PycharmProjects/Performance 
> API/adwords_python2_examples_11.0.0/v201710/reporting/parallel_report_download.py",
>  
> line 230, in 
> main(adwords_client, REPORT_DOWNLOAD_DIRECTORY)
>   File "/Users/gustavotronchin/PycharmProjects/Performance 
> API/adwords_python2_examples_11.0.0/v201710/reporting/parallel_report_download.py",
>  
> line 73, in main
> queue_size = input_queue.qsize()
>   File 
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/queues.py",
>  
> line 143, in qsize
> return self._maxsize - self._sem._semlock._get_value()
> NotImplementedError
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/55df0e93-7c02-4f9a-995a-e05d044407f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get Top of page bid.

2018-04-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Tri, 

I understand you're looking for the TopOfPageCpc 

 estimates. 
It is currently not possible to use the TargetingIdeaService to retrieve 
this information. However, you can use AdGroupCriterionService 

 which 
will return the estimate of the cpc bid needed for your ad appear on the 
first page of Google search results when a query matches the keywords 
exactly. You can also use API reports  like Keyword Performance Report 

 and Criteria Performance Report 

 to 
pull this information. 

Thanks,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/744c9180-a762-48f6-a665-7046520b52ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Report query result via API doesn't match with AdWords UI

2018-04-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Could you share us the client Customer ID for the account where you're 
noticing the difference, so I can take a look? You can reply back via *Reply 
privately to author* option. 

Thanks,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c0e64c51-055b-4127-9f60-6b1da811f24f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: api adwords - addresses

2018-04-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

If you're looking to setup Ad Extensions through AdWords API, please refer 
to this guide 
 
which 
illustrates in detail on how to Add 

, Update 

 and Remove 

 Ad 
Extensions. You may refer to the code samples in Java here 
. 
Code samples in other languages can be found here 
.

If your concern is different, please share us the UI screenshot, so I can 
take a look.

Regards,
Bharani, AdWords API team

On Tuesday, April 10, 2018 at 5:09:25 AM UTC-4, Илья Бовбель wrote:
>
> Hello!
>
> Is there any api method to get address (street, house...) for client or 
> for campaign or for adgroup?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/109aa0da-79fd-4835-8fbe-48ef0952c5a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How through the adwords API Get the targeting reach impressions

2018-04-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

It looks like you're looking for the Targeting reach information through 
the API. It is currently not possible to retrieve this through AdWords API.
Let me know if you have any other questions.

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3668b2ff-0f4b-4052-8684-d9bc66aa8ca6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ads with non-zero impressions not entering enabled state with daily segmentation in AdPerformanceReport

2018-04-10 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Felix, 

The Status 

 field 
in the Ad Performance Report is of the type Attribute 

 which 
will return the current state state of the account, ignoring the timespan 
of the report. So pulling the API report to retrieve status based on date, 
will return the current status of the Ad. 

Let me know if you have any additonal questions.

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8c0147c3-ebc2-4435-a46b-67896b757894%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: api adwords - addresses

2018-04-10 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Could you elaborate on the specific address information that you're looking 
for? You will be able to add, retrieve and update the location targeting 
for your campaigns. You may refer to this guide 

 for 
more information. You can also take a look at our criteria usage table 
 on 
the location targeting options available for Campaigns and AdGroups for 
different campaigns. 

Let me know if you have any other questions. 

Regards,
Bharani, AdWords API Team

On Tuesday, April 10, 2018 at 5:09:25 AM UTC-4, Илья Бовбель wrote:
>
> Hello!
>
> Is there any api method to get address (street, house...) for client or 
> for campaign or for adgroup?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/34dbcc4c-3d00-467f-b91c-0778def96146%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Intermittent QuotaCheckError.INVALID_TOKEN_HEADER / C# API / UserListService

2018-04-10 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Robert, 

Our team is currently investigating the issue. I will keep you posted if I 
have any new updates to share. 

Thanks,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fbd2eb55-d6a5-4f00-bf88-2f6473e85e4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to check my adwords account is MCC or not MCC?

2018-04-10 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

You can perform a ManagedCustomerService.get() 

 operation 
and check for the canManageClients 

 value. 
If the value is true, it means that the account CID specified can manage 
other client accounts. 

As for your second concern, you could use the Account Hierarchy code sample 

 in 
Java, which will return the complete account hierarchy for the CID 
specified in the request header. Code samples in other languages can be 
found here . 
Could you please try this out and let me know if you have any other 
questions?

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6e55ceea-2f13-4a99-8399-21b0af75f9cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Customer email list loaded via CSV and API have different list sizes

2018-04-10 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Thao,

If you're facing an issue uploading the Customer email list using the 
AdWords API, could you please elaborate, so I can take a look? You may 
refer to the caveats guide 

 for 
better understanding. If you continue to have an issue with this, could you 
please share the complete SOAP request and response logs for the upload 
operation along with the clientCustomerId, so I can take a look? You can 
reply back via the *Reply privately to author* option. 

Thanks,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/32806da1-f9c6-4559-a111-c1c4a9d6ba0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API connection with analytics

2018-04-10 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

If you're using AdWords API, through the clientCustomer Id information, it 
is not possible to lookup if the account is linked to Google Analytics. You 
will need to log in to your AdWords accounts and check the Linked accounts 
by following the steps mentioned in this guide 
.

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1a568348-f499-476d-b85a-eacc29d62c5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Keywords updating using Keyword Planner Tool?

2018-04-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Mark, 

It is currently not possible to distinguish statistics for close variants 
using the TargetingIdeaService. The API will return same results for 
similar keywords. If you're using keyword planner from the UI to perform 
the search, it will return results in a single row for all the similar or 
identical variants. You may refer to this article 
 for 
additional reference.

Let me know if you have any other questions.

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0ec4b0ed-74c7-4e12-97d3-a91d67da111a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Customer email list loaded via CSV and API have different list sizes

2018-04-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Sailas, 

Usually, it takes 6 to 12 hours for a list to be populated with members. 
The caveats in this guide 

 should 
be helpful for better understanding. Can you make sure that the email 
addresses added are associated with a Google account? Could you please 
share the complete SOAP request and response logs for the upload operation 
along with the clientCustomerId, so I can take a look? You can reply back 
via the *Reply privately to author* option. 

Thanks,
Bharani, AdWords API Team

On Monday, April 9, 2018 at 5:53:31 AM UTC-4, ssreeku...@merkleinc.com 
wrote:
>
> Hi,
>
> I have loaded a customer email list directly via the web console and I am 
> able to see a log update of "10-50K email addresses added". I have loaded 
> the same list via an API call, however the log update states"<100 email 
> addresses added"
>
> Am I able to check why the emails did not get added to the list?
>
> I have removed whitespaces, converted to lowercase and SHA256 hashed the 
> email addresses before uploading them using the mutateMember method.
>
> Thanks,
>
> Sailas
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f16dee8a-8133-4216-91d6-849cec1d1b68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ads with non-zero impressions not entering enabled state with daily segmentation in AdPerformanceReport

2018-04-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Felix, 

Are you using AdWords API to generate these reports? The Ad Performance 
Report will generate stats at the ad level with one row per ad. Could you 
provide us the AdId and the AdGroup Id for the specific Ad that you're 
referring to for your experiment? If the specific Ad is not 
paused/enabled/disabled in the AdWords UI, the same status will be returned 
in the API reports. 

It is not possible to enable or disable ads based on the impressions, 
clicks or conversions count through the report stats. If your concern is 
different, could you elaborate the specific results you're looking for and 
share with us the complete report definition, so I can take a closer look? 
Please use *Reply privately to author* option to provide the details. 

Thanks,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/41b2d7ce-31bd-4b13-ae5c-22baf8d80318%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords Click Performance Report

2018-04-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Tony, 

To generate the Click Performance Report through the AdWords API, you can 
follow the steps below:

   - Firstly, signup for the API using the steps mentioned in this guide 
   . 
   - If you already have a production MCC account, you can apply for the 
   developer token by following the steps mentioned in this guide 
   
   . 
   - Once you receive the developer token with Basic access 
   , 
   you will be able to authorize the API calls through OAuth2. OAuth2 enables 
   your AdWords API app to access a user's AdWords account without having to 
   handle the user's login info. 
   - You can use one of the client libraries 
   , to 
   generate the API reports. You can take a look at our reporting basics 
   , build 
   a query to generate the Click Performance Report 
   

 using 
   different fields available in that report type. You may refer to the code 
   sample in Java here 
   .

Let me know if you have any difficulty with the steps mentioned above. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/70f14227-5a2e-4070-92de-4d76141a2309%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CampaignSharedSetOperation inconsistency

2018-04-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Jiri, 

Could you please confirm if you've populated any other negative keywords 
other than the SharedSet list? If yes, then it might be possible that you 
are reaching the Negative keyword limits for campaign as mentioned here 
. However, to 
verify this, could you share us the complete SOAP request and response logs 
along with the client Customer Id, so I can take a closer look? Please use 
*Reply 
privately to author* option to provide the details. 

Thanks,
Bharani, AdWords API Team

On Thursday, April 5, 2018 at 5:58:05 AM UTC-4, Jiri S wrote:
>
> Hi,
>
> I have created 3 negative keyword lists (SharedSets) in our MCC account 
> and now I'm trying to apply it to all campaigns in sub-accounts. Each 
> SharedSet has exactly one keyword in it at the moment. 
> After all operations succeeded I've noticed that SharedSets are applied to 
> different amount of campaigns with significant differences among those 
> SharedSets. There were not campaigns created 
> meanwhile. CampaignSharedSetOperations were sent in multiple batches, but 
> all batches succeeded.
>
> My question are
> - Is it possible that some SharedSets were not applied because we're 
> reaching limit 10.000 keywords per campaign?
> - Why I haven't received any errors back if some associations were not 
> successful?
>
> Cheers,
> Jiri 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/75957f91-74c8-432c-a673-da91896e7e98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ManagedCustomerService Returns Empty Result

2018-04-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Thank you for sharing the SOAP logs. It looks like if the client account is 
specified in the request header, it is not returning any results. I was 
able to replicate the issue with the latest version of the AdWords API 
while using the Python client library. I have shared this information with 
the team. I will keep you posted if I have any new information.

Regards,
Bharani, AdWords API Team

On Wednesday, April 4, 2018 at 1:36:00 PM UTC-4, Normunds Vilcins wrote:
>
> Hi!
>
>
> We are fetching the list of managed customers like this:
>
> managed_customer_service = self._client.GetService(
> 'ManagedCustomerService', version='v201708')
> selector = {
> "fields": ['Name', 'CustomerId', 'CanManageClients'],
> "paging": {
> "startIndex": "0", "numberResults": "100",
> }
> }
> more_pages = True
> while more_pages:
> page = managed_customer_service.get(selector)
> # .. process page ..
>
>
>
> This worked fine until recently. After looking into logs we saw this:
>
> Response summary - {'requestId': 0005690...9b06, 'responseTime': 187, 
> 'serviceName': CustomerService, 'methodName': getCustomers, 'operations': 
> 0, 'isFault': True, 'faultMessage': "[RequestError.UNSUPPORTED_VERSION @ 
> ; trigger:'You are accessing an AdWords API version v201708 that has been 
> discontinued. Calls to this version may fail. Please visit the AdWords API 
> blog for information on migration to the new AdWords API version.']"}
>
>
> So we tried upgrading the version. Now, however, the call simply returns 
> an empty result (no errors).
>
> > print(page)
> > {
> > 'totalNumEntries': 0,
> > 'Page.Type': 'ManagedCustomerPage',
> > 'entries': [],
> > 'links': []
> > }
>
> Tried with both "v201710" and "v201802".
>
>
> After turning on the soap interaction logs ( 
> https://github.com/googleads/googleads-python-lib#how-do-i-log-soap-interactions
>  )
>
> logging.basicConfig(level=logging.INFO, format=googleads.util.
> LOGGER_FORMAT)
> logging.getLogger('suds.transport').setLevel(logging.DEBUG)
>
> we only get this:
>
> [2018-04-04 17:09:36,525 - googleads.soap - INFO] Request made: Service: 
> "ManagedCustomerService" Method: "get" URL: "
> https://adwords.google.com/api/adwords/mcm/v201802/ManagedCustomerService;
>
>
> Shouldn't be an authentication related problem because (a) we don't get 
> any (including authentication related) errors, and (b) we get non-empty 
> results from other endpoints (e.g., CustomerService).
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/acd7536f-79d1-4c76-9f40-1c947c1fe551%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to setting Dynamic Remarketing ad settings for Display campaign by adwords api?

2018-04-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Thank you for sharing the screenshots. We usually handle concerns in 
English language. From what I understand, you're looking to setup the 
Display Network only campaigns, Marketing objectives through the API. If 
that's the case, it is not possible to do so through the API. You will have 
to setup them from the AdWords UI. 

Let me know if you have any other questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ac716b9c-2ce4-420d-9c6d-7a624512e364%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ManagedCustomerService Returns Empty Result

2018-04-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

To get the client accounts under a manager account, you will need to make 
sure that the client customer Id in the request header is set to the 
manager account. If this does not fix your issue, could you please enable 
logging by setting the level as 'DEBUG' and share the SOAP logs including 
the header so that I can take a look? You could use *reply privately to 
author *while sharing the logs. You may refer to this guide 

 on 
how the sample logs look like.

Regards,
Bharani, AdWords API Team

On Wednesday, April 4, 2018 at 1:36:00 PM UTC-4, Normunds Vilcins wrote:
>
> Hi!
>
>
> We are fetching the list of managed customers like this:
>
> managed_customer_service = self._client.GetService(
> 'ManagedCustomerService', version='v201708')
> selector = {
> "fields": ['Name', 'CustomerId', 'CanManageClients'],
> "paging": {
> "startIndex": "0", "numberResults": "100",
> }
> }
> more_pages = True
> while more_pages:
> page = managed_customer_service.get(selector)
> # .. process page ..
>
>
>
> This worked fine until recently. After looking into logs we saw this:
>
> Response summary - {'requestId': 0005690...9b06, 'responseTime': 187, 
> 'serviceName': CustomerService, 'methodName': getCustomers, 'operations': 
> 0, 'isFault': True, 'faultMessage': "[RequestError.UNSUPPORTED_VERSION @ 
> ; trigger:'You are accessing an AdWords API version v201708 that has been 
> discontinued. Calls to this version may fail. Please visit the AdWords API 
> blog for information on migration to the new AdWords API version.']"}
>
>
> So we tried upgrading the version. Now, however, the call simply returns 
> an empty result (no errors).
>
> > print(page)
> > {
> > 'totalNumEntries': 0,
> > 'Page.Type': 'ManagedCustomerPage',
> > 'entries': [],
> > 'links': []
> > }
>
> Tried with both "v201710" and "v201802".
>
>
> After turning on the soap interaction logs ( 
> https://github.com/googleads/googleads-python-lib#how-do-i-log-soap-interactions
>  )
>
> logging.basicConfig(level=logging.INFO, format=googleads.util.
> LOGGER_FORMAT)
> logging.getLogger('suds.transport').setLevel(logging.DEBUG)
>
> we only get this:
>
> [2018-04-04 17:09:36,525 - googleads.soap - INFO] Request made: Service: 
> "ManagedCustomerService" Method: "get" URL: "
> https://adwords.google.com/api/adwords/mcm/v201802/ManagedCustomerService;
>
>
> Shouldn't be an authentication related problem because (a) we don't get 
> any (including authentication related) errors, and (b) we get non-empty 
> results from other endpoints (e.g., CustomerService).
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/62bdce71-b032-40fc-962b-22a5817b9b68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to setting Dynamic Remarketing ad settings for Display campaign by adwords api?

2018-04-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Could you please elaborate on the specific settings that you're looking 
for? You may refer to this guide 
 for 
more information on Dynamic Remarketing for display ads using the AdWords 
API. You will be able to use the AdWords API to create a Feed, FeedMapping 
and FeedItems to use Dynamic Remarketing ads. You can also go through our 
code snippets in this guide 
 and 
our client libraries 
 for 
additional guidance. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a1344b97-d90c-40c5-b3dc-e24a5637a91f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't login

2018-04-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Stan, 

You may refer to this related post 

 which 
might be helpful. If you are still experiencing the issue via the AdWords 
UI, I would recommend that you post your concern on the AdWords Community 
Forum 
 
as 
they are more equipped to handle your concern. 

Regards,
Bharani, AdWords API Team

On Wednesday, April 4, 2018 at 5:46:34 AM UTC-4, ad...@smeadows.co.uk wrote:
>
> When I try to sign into Google Adwords I keep getting the message "refresh 
> the page and try again". Please help. There seems to be no way to email 
> Google direct.
>
> Stan
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4f8fd6e6-fc62-47e5-b104-6103128f220e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot create Test Account for Adwords API

2018-04-03 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

The DEVELOPER_TOKEN_NOT_APPROVED 

 error 
means that you're using an unapproved developer token to make calls against 
a production account. You will be able to create a Test Manager account 
directly by following this link 
. You 
may follow the steps mentioned in this guide 

 on 
how to create test accounts. In order to use the test access token to make 
API calls to Production accounts, you will need a Basic access which can be 
applied by submitting this form 
. If you're looking to test 
the API features using a test account, you may refer to this test account 
guide 

 for 
more information.

Regards,
Bharani, AdWords API Team

On Tuesday, April 3, 2018 at 5:34:24 AM UTC-4, grant.w...@hearst.com wrote:
>
> Hello, 
>
>  
>
> I am attempting to gain access to the Google Adwords API. And I am 
> following the documentation located at the following: 
>
>  
>
> https://developers.google.com/adwords/api/docs/guides/first-api-call
>
>  
>
> Unfortunately, I do not seem able to create a test manager account. And 
> there is no indication that the account is a test account except for the 
> following:
>
>  
>
>
> 
>
>  
>
>  
>
>  
>
>  
>
> Therefore, I used the Developer Token hidden above and proceeded with the 
> guide (we will, eventually, request Basic Access) 
>
>  
>
> When I ran the get_campaigns.py 
> 
>  
> code as indicated in the guide, I get the following erro
>
>  
>
> googleads.errors.GoogleAdsServerFault: 
> [QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED @ ; trigger:'']
>
>  
>
>  
>
> Looking at common errors on the API guide 
>
>  
>
>
> https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED
>
>  
>
> It informs me that an unapproved developer token can only make calls 
> against test AdWords accounts. I have tried making test Adwords accounts, 
> using many different emails and accounts to no avail. 
>
>  
>
> Best,
>
>
> Grant 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/05b10934-b00f-4a71-a3b3-e106b9dae731%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Audience delete not working

2018-04-02 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Could you share us the complete SOAP request and response logs along with 
the client customer Id so I can take a look? Please use *Reply privately to 
author* option to share the details. 

Regards,
Bharani, AdWords API Team

On Monday, April 2, 2018 at 9:58:23 AM UTC-4, dsolution manager wrote:
>
> Hi Team,
>
> When I delete an Audience from Google AdWords (https://adwords.google.com/) 
> UI, the audience gets deleted and can't be further searched on the UI, but 
> I can see that very audience being returned when I make an API call to 
> fetch all the audiences, the status of this audience is still OPEN.
>
> Please find the code below to fetch the audiences, I am using 3.10.0 
> version of adwords jars.
>
>   public static void main(String[] args) throws ValidationException, 
> OAuthException, RemoteException {
>
> Credential credential = new 
> OfflineCredentials.Builder().forApi(OfflineCredentials.Api.ADWORDS)
> .withClientSecrets("", "")
> .withRefreshToken("").build().generateCredential();
>
> AdWordsSession adWordsSession = new 
> AdWordsSession.Builder().withDeveloperToken("")
> 
> .withUserAgent("").withClientCustomerId("").withOAuth2Credential(credential).enablePartialFailure()
> .build();
>
> AdwordsUserListServiceInterface aa = new 
> AdWordsServices().get(adWordsSession, AdwordsUserListServiceInterface.class);
> SelectorBuilder builder = new SelectorBuilder();
> Selector selector = builder.fields("Id", "Name", "Size", 
> "SizeForSearch", "Status").equals("ListType", 
> UserListType._CRM_BASED).build();
>
> UserListPage userListPage = aa.get(selector);
> System.out.println(userListPage.getTotalNumEntries());
> for(UserList userList : userListPage.getEntries()){
>System.out.println(userList.getName() + 
> ","+userList.getId()+","+userList.getStatus());
> }
> }
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6a0472a2-2d4e-4416-a2d7-f7d145955772%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Structure Report for CustomerNegativeCriterion

2018-03-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

That's right. The CustomerNegativeCriterionService supports only the 
negative criteria mentioned in this guide 

 at 
the account level. You could consider taking a look at Shared sets 

 to 
manage negative keywords. Let me know if you have any other questions. 

Regards,
Bharani, AdWords API Team

On Monday, February 26, 2018 at 4:30:02 AM UTC-5, Dorian Kind wrote:
>
> Hi,
>
> since API version 201710 there is the possibility to add negative criteria 
> on the account level via the CustomerNegativeCriterionService. As there can 
> be up to 65,000 of these negative criteria, I was a bit surprised to find 
> that apparently there is no structure report that can be used to determine 
> which negative placements already are set on an account in order to not 
> upload these again.
>
> So it appears that we'll have to use the CustomerNegativeCriterionService 
> in order to retrieve the list of existing CustomerNegativeCriterion 
> instances, but this is not necessarily straightforward because of the page 
> size limit of 10'000 entries and the fact that there is no obvious way of 
> segmenting the result (you obviously cannot fetch them separately by 
> campaign or ad group ID, for example). Taking that into account, I was 
> wondering whether we should just upload our local list of negative criteria 
> without first checking if there are any criteria already present. Or is 
> there a better way of synchronizing account-level negative criteria?
>
> Thanks for any feedback and best regards,
> Dorian
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a9a65b0d-67c3-452c-a6a3-c4eb638c5611%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CampaignGroup ID scope of uniqueness

2018-03-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Marcel, 

The (Account ID, CampaignGroup ID) pair may or may not be globally unique. 
But the CampaignGroupId is unique at the account level. However, I have 
shared your feedback with the team. Let me know if you have any other 
questions.

Regards,
Bharani, AdWords API Team

On Monday, March 5, 2018 at 4:20:26 AM UTC-5, Marcel Zemp wrote:
>
> What is the scope of uniqueness of the CampaignGroup ID? Is the scope also 
> global, i.e. the CampaignGroup ID is globally unique?
>
> The documentation here 
> 
>  
> does unfortunately not specify it. This should probably be updated.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4339f2b3-6a19-4104-8080-7030e57b2fdb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Version 9.0.0 Migration guide etc.

2018-03-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

You can take a look at this blog post 

 for 
information on current version release and sunset schedule. You may also 
refer to this link 
 for the 
deprecation schedule and sunsets. Both AdWords API v201705 and v201708 will 
be sunset  on 
March 28, 2018. After this date, all v201705 and v201708 API requests will 
begin to fail. If you haven't already migrated to v201710, we recommend 
that you skip v201710 and migrate directly to v201802. Please migrate prior 
to March 28, 2018 to ensure your API access is unaffected. Here are the 
migration guides to migrate to v201710 and v201802:

   - v201802 migration guide 
   
   - v201710 migration guide 
   

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f4573022-ed0f-4dec-9ae7-d6d98d04ded2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Retrieving Adwords Ads Extension Data using API

2018-03-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Asad, 

There is no direct way to achieve this. As a workaround, you will be able 
to get the Extension name which is concatenation of the Structured Snippet 
Header 

 followed 
by the Structured Snippet feedItem values 
.
 
You could perform the CampaignExtensionSettingService.get() 

 and 
then modify the results locally to build the extension name. 

Thanks,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ddf71322-e26e-498e-9ba8-ba5a204b790e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CampaignGroup ID scope of uniqueness

2018-03-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Marcel, 

Some IDs are unique on a global level across all AdWords accounts while 
others are unique within the confined scope. CampaignGroupId 

 is 
unique to the account and is not globally available. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bb2ba279-02ec-4d6c-97f5-d87af4cf0214%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Retrieving Adwords Ads Extension Data using API

2018-03-02 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Asad, 

Thank you for sharing the screenshot. It is currently not possible to 
retrieve the Extension name pointed in the screenshot through the AdWords 
API. 

Let me know if you have any other questions.

Regards,
Bharani, AdWords API Team

On Wednesday, January 24, 2018 at 11:24:39 AM UTC-5, Asad Khan wrote:
>
> Hi,
> I am trying to download via API, the exact same data that you have in the 
> UI as "Extensions".
> In the UI, it is listed as "Ads & Extensions" > tab "Extensions" - see 
> screenshot attached.
>
> Which API should i use Placeholder Feed Item Report 
> 
>  or Placeholder Report 
> ,
>  
> Additionally I want to know, which field would give me *Extension Name 
> and Extension Type Name*
>
>
> 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0109744f-90e2-4e3e-9131-75e9dfdc6d84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Retrieving Adwords Ads Extension Data using API

2018-03-01 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Asad, 

If you're looking to get the placeholder type you could either use 
CampaignExtensionSetting by querying for the extensionType 

 attribute 
or use the FeedMappingService and query for the placeHolderType 

 attribute. 

If your concern is different, could you please enable logging and share us 
the complete SOAP request and response logs along with the client Customer 
Id, so I can take a look? You can reply back via *Reply privately to author*
 option. 

Thanks,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/065ce7e1-dbe2-4a20-8705-cabda33700a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Retrieving Adwords Ads Extension Data using API

2018-02-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Asad, 

It is currently not possible to get the Extension name using the Placeholder 
Feed Item Report 
.
 
You will be able to get all other data using this report type. You could 
use the FeedId 

 from 
this report and then do a FeedService.get(), by filtering based on the 
FeedId to get the Feed name.

If you're using the FeedService alone to retrieve the Extension name, you 
could query for the name 

 field 
and use FeedService.get(). Let me know if you have any other questions.

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7165eb39-2a48-402c-be21-feb6efc97f92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Structure Report for CustomerNegativeCriterion

2018-02-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Dorian, 

That's right, for account level negative criteria, the only option is to 
use CustomerNegativeCriterionService 

 to 
exclude specific criteria across all campaigns in your client account. You 
will be able to add your local list of negative criteria from the API. 
However, if the criteria already exists then it will not create a duplicate 
entry in the UI. 

If you're looking to create a central list of negative placements or 
keywords and add it to all your campaigns you can take a look at Shared 
sets at the campaign level. Let me know if you have any other questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6e4e0fdf-d72c-47eb-b760-a88576694795%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Criteria Performance Report - youtube campaings

2018-02-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Thank you for sharing the details privately. If you're trying to get the 
metrics for the Video campaigns, it is currently not supported using the 
AdWords API services. You will be able to use Criteria Performance Report 

, Campaign Performance Report 

 and Video Performance Report 

 to 
pull the metrics for these campaigns. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b4ca9fba-abe9-4a9e-b2cf-f62bb5052178%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ruby : How to apply UserList to a perticular campaign

2018-02-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

You will be able to create a user list with Mobile device ID by setting the 
user list member identifier to mobileId 
.
 
If the phone number is not correctly formatted before hashing, the API will 
still accept the hashed phone number, but the phone number will not be 
matched with a customer. You may refer to this code sample in Java here 

 as 
a reference. Code samples on other languages can be found here 
.

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5627c5ba-0fc2-438d-a414-61174c91d634%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords v201802

2018-02-26 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Shawn, 

We are currently not aware of any known issues using the v201708. If you're 
having any difficulty using this version or migrating from this version, 
please elaborate so I can take a look. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/253bfd50-ec00-4e36-849a-319298148be6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Discrepancies ad performance report/ criteria performance report

2018-02-26 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Andreas, 

The Ad Performance Report 

 includes 
statistics aggregated at the ad level, one row per ad. If you're pulling 
the cost, clicks information using this report type, it will return the 
amount spend for each ad. On the other hand, Criteria Performance Report 

 includes 
statistics aggregated at the ad group criteria level, one row per ad group 
and criteria combination.

Please find my response below for the scenarios mentioned:

A) Campaign types that have ads but no criteria (as in the criteria 
performance report):

 For the Mobile App Campaigns, you will be able to use the supported report 
types mentioned here 
.
 
Criteria Performance Report and Ad Performance Report are not supported for 
these campaigns and hence will not return any metrics. 

B) Campaign types that have criteria but no ads:

For the Shopping Campaigns, you could use Ad Performance Report by 
specifying the AdType 

 as 
SHOWCASE_AD for Shopping campaigns. You could also use one of the report 
types mentioned here 
. 
Additionally, Shopping campaigns do have ads called Shopping ads. Please 
refer to this guide 

 for 
more information. 

C) Campaign types that cannot be seen in the ad performance report and in 
the criteria performance report:

Currently, the Video campaigns and Mobile App Campaigns are not supported 
for these Report types.

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2fa7f99e-9c95-4048-92b0-f734fffe7756%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Structure Report for CustomerNegativeCriterion

2018-02-26 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Dorian, 

There are several report types that you could use to retrieve the campaign 
level negative criteria. You may use Campaign Negative Placements 
Performance Report 

, Campaign Negative Keywords Performance Report 

 and Campaign Negative Locations Report 

 to 
retrieve the excluded placement, keywords and locations information. 

To retrieve the account level negative criteria, it is currently not 
possible using API reports. You will need to use the 
CustomerNegativeCriterionService 

 or 
use Shared sets 

 to 
manage this criteria.

Let me know if you have any other questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/30076be0-1d16-41f0-b72f-c81dc7f20aad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to download AdWords CAMPAIGN_PERFORMANCE_REPORT on monthly basis

2018-02-26 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

The Campaign Performance Report 

 will 
return stats at the Campaign level with one row per campaign. Using this 
report type, you will be able to segment based on MonthOfYear 
,
 
at the campaign level. 

If you're looking to get the total cost per month, you could use the Account 
Performance Report 

 segmenting 
based on MonthOfYear 
.
 
This report type will return stats at account level, one row per account 
and their cost for a specific month. Let me know if you have any other 
questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c3a963e7-a030-4a62-8304-597792839539%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords v201802

2018-02-26 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Currently, we do not have any new updates from the team. Please refer to 
this 

 API 
sunset and release schedule for more information. You can also keep an eye 
out on our blog 
 for more 
updates about upcoming releases or announcements. You can also join the API 
announcements forum  to 
keep you posted on any future updates. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/36dd761c-54d8-4c0e-bb6a-49fb50c919a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Criteria Performance Report - youtube campaings

2018-02-22 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Thank you for sharing the code snippets. Could you share us your client 
customer Id privately, so I can take a look? Also, please note that 
currently video campaigns are supported only in reports. 

In addition to what Zweitze mentioned, you may also use Video Performance 
Report 

 to 
pull the stats for these campaigns.  

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8f16f06e-a2cb-4dbd-8438-22d5755b7071%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad Performance Report not including all CreativeFinalUrls

2018-02-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Adam, 

The Ad Performance Report will return stats at the ad level with one row 
per ad. The CreativeFinalUrls 

 gives 
you the list of final URLs of the ad and can be retrieved using the Ad 
Performance Report. It is currently not possible to pull these stats at the 
AdGroup level. However, to get the CreativeFinalUrls for a specific ad 
group, you could query for that specific ad group and it will return the 
urls for the ads in that ad group.  

Let me know if you have any other questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/71c572a3-ce96-4cef-9517-f5421ff70e21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Traffic Estimator Service API give not result properly as expected.

2018-02-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Could you share us the complete SOAP request and response logs along with 
the UI screenshot where you're noticing the discrepancy, so I can take a 
look? Please use Reply privately to author option to provide the details. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5d2771c7-e9be-43fc-b1ca-6ce6aa7e6821%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Criteria Performance Report - youtube campaings

2018-02-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Could you share us the complete report definition along with the client 
customer Id, so I can take a look? Please use *Reply privately to author* 
option 
to provide the details. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8e38f2f4-8aa7-41d3-b280-62a5c2b1582c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Remarketing audience user lists via API

2018-02-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Trinath, 

You can take a look at the API call example 

 which 
uses curl and SOAP XML to send a request to the CampaignService as a 
reference. You may also refer to this code snippet 

 on 
how to add customer emails to the user lists. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ebdb0a50-2d1e-4680-8401-66979ec881fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: offline conversions uploads

2018-02-20 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

You may refer to this guide 

 for 
some of the strategies to reduce the number of requests. This said, some of 
the account statistics are continuously evaluated and some of them are 
calculated once a day. The stats like conversions, clicks and impressions 
are usually delayed by three hours. You can take a look at this guide 
 for more 
information. 

Let me know if you have any other questions.

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0f76a348-da73-4c26-896a-79394443be6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Editing User List members

2018-02-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

It takes 6 to 12 hours for the list to be populated with members and the 
email addresses uploaded must be associated with a Google account. You may 
refer to this guide 

 for 
uploading the user list with email addresses. If you continue to have an 
issue with this, please provide us the complete SOAP request and response 
logs for the MUTATE and REMOVE operations, so I can take a look. Please use 
*Reply 
privately to author* to share the details.

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/245ccde5-06e6-4ba2-958c-4b49a484b51c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ConversionTrackerService doesn't respect select fields

2018-02-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Thank you for sharing the logs. There are certain fields in the API request 
that will be returned even when not in the selector request. The snippet 

 is 
auto-generated by the API, and will be ignored in mutate operands. This 
field will always be returned for conversion trackers that use snippets. If 
the other fields are not selected, the snippet will use default values for 
them. The mostRecentConversionDate will return the date of the most recent 
ad click that led to a conversion for this conversion type. 

Hope this addresses your concern. Let me know if you have any other 
questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/51b24d44-158d-448d-baa0-eb1c2be6e259%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ConversionTrackerService doesn't respect select fields

2018-02-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Could you share us the complete SOAP request and response logs along with 
the client customer Id, so I can take a look? Please use *Reply privately 
to author* option while responding with details. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/588bef25-58fb-4495-aee9-202cb1defbad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad group label filter for ad performance report

2018-02-15 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Harish, 

It is only possible to send the client customer Id at the runtime in the 
python file. You may refer to this guide 

 on 
how to do so. On the other hand, it is not possible to pass all the 
credentials mentioned in the googleads.yaml file to the python file. You 
will be able to cache 

 the 
authentication information. The library's LoadFromStorage methods default 
to looking for a file with this name in your home directory, but you can 
pass in a path to any file with the correct yaml contents. Let me know if 
you have any other questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1be8b865-9f89-4212-8618-0d08c7007cfb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I cannot create a campaign under test account

2018-02-15 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

I see that you're trying to create a campaign in a test manager account. 
>From the campaigns page of your manager account, you can create campaigns 
for the accounts that you manage. If you do not have any client accounts to 
manage, you can create one by following the steps mentioned here 
.
 
Once the client accounts are created, you can create campaigns to one of 
the accounts by following the steps mentioned in this guide 
.
 
It is directly not possible to create campaigns for a manager account. 

Let me know if you have any other questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5cd4dc11-7388-4b03-aefb-ba874a8d3b89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: offline conversions uploads

2018-02-15 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Gita, 

Could you share with us the complete SOAP logs along with the 
clientCustomer Id, so I can take a look? Please use *Reply privately to 
author* option to share these details. 

Thanks,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e0c37b44-7e34-4c53-980c-b094e75e49c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: offline conversions uploads

2018-02-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

We usually recommend that you wait 6 hours after creating the 
UploadConversion before uploading new conversions. When a conversion for 
the same google click ID, conversion name and conversion time is uploaded 
multiple times, the first one results in a conversion being recorded. The 
duplicates are ignored and reported as successes, to indicate that a 
conversion for this combination has already been recorded. Let me know if 
you have any other questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4ab7d071-b40c-4823-8dc8-338d728eae63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: search impression share and search click share in shopping performance report

2018-02-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Could you share us the complete report definition 
 along 
with the client customer Id, so I can take a look? You could respond via *Reply 
privately to author* option. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7e487126-3caa-41c8-a289-310527765ca5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting Total Cost and Cost/conv. for Filtered keywords via Adwords API

2018-02-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Vanja, 

The Account Performance Report 

 will 
return metrics at the account level, hence this is matching with the 
metrics on the Campaign tab in the UI. On the other hand, Keywords 
Performance Report 

 is 
generated at the keyword level with one row per keyword. The Cost in the 
Keywords Performance report will be the total cost for the keywords 
equivalent to the Cost in the Keywords tab. Hence Cost 

 in 
the Account Performance Report is not equivalent to the Cost 

 in 
the Keywords Performance Report. You may refer to this guide 
 on how total 
cost are calculated in the account. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e274c7ab-b1d0-4052-8c2a-502898cd8371%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Python SDK, Test Account: No campaigns were found

2018-02-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Here's a brief summary of the last discussion as this might help other 
forum users who might be facing a similar issue:

The user was using the MCC account ID to retrieve the campaigns. You will 
need to use the customer Id of the AdWords client account to make 
CampaignService.get() API request.

Feel free to open a new thread for any similar or new concerns. Our team 
will take a look and assist you further. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b161a337-870f-4c5d-bdba-a253a0eccebe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign Performance Report don't return one campaign

2018-02-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Here is brief summary of the discussion on the private thread, so it might 
help other forum users who are following this post:

The Campaign Performance Report will not return metrics if there is no data 
available for the specified date range when the includeZeroImpressions 
field is set to zero. On the other hand, if the campaign has metrics for 
that specific date range, this will return the data based on the request 
query and segmented fields in your reports.

Feel free to open a new thread for any new concerns, so our team can take a 
look. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/99aa301c-7ae8-4426-869a-225fd074b638%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GSP / Gmail Ad in AdGroupAdService

2018-02-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Here is brief summary of the issue that happened on the forum thread, so 
that other forum users can take a look:

The campaign under question is of the type* Display Network only - Gmail*. This 
indicates that the specific Campaign and Ad was most likely created from 
the new AdWords UI. I followed the steps corresponding to the new UI in this 
guide 

 and 
could see that the Gmail Ads created this way was not returned by the 
AdWords API (reports or service). The Ads created from the old UI was being 
returned by the reports and services as a template ad with id 464. The Ad 
type with Gmail Ad is not supported by the API yet and that is different 
from the Template Ad with Id 464. You will be able to track this data using 
the Ad Performance Report 

 where 
the AdType 

 for 
this specific ad will be returned as blank. Our team is currently working 
on this issue to return this field as UNKNOWN.

Feel free to open a new thread if you're facing a similar issue, so our 
team can assist you with this. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2390dd80-2d93-4e26-97a0-f70110828669%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to remove placement url's in ad group

2018-02-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Ken, 

The criterion ID 

 is 
required and should not be null when it is contained within Operators 

 : 
SET, REMOVE. Hence removing a Placement criteria only with placement Url 

 is 
currently not possible. Let me know if you have any other questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eb529719-391f-4541-95e1-6b51411f168d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: keyword performance report in PHP

2018-02-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

You may refer to our DownloadCriteriaReportWithSelector.php 

 and DownloadCriteriaReportWithAwql.php 

 reporting 
code samples which downloads the Criteria Performance Report for the 
specified client customer ID. You may replace the report fields 

 to 
build a query from the available fields in Keywords Performance Report 
.
 
This will generate a report at the keyword level with one row per keyword. 
You will be able to set the download format 

 and 
specify the file path 

 to 
save the downloaded report. Let me know if you have any other questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c7de40d7-de92-4807-987f-b286925ce61f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Some of the Location criteria Id can get but no location attached to same

2018-02-02 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Thank you for sharing the logs. You're right, we don't have the criterion 
Ids - location name mapping documented for those locations. The geotargeting 
table  
contains 
the criteria Ids of all locations that can be targeted using AdWords. Some 
countries/territories are not targetable in AdWords but may appear in 
reports/services based on the user's area of interest or physical 
location. These Ids could be associated with any of the 
countries/territories as specified here 

. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8e8325b4-8479-4fbe-8357-da06c4002dfb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting Total Cost and Cost/conv. for Filtered keywords via Adwords API

2018-02-01 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Vanja, 

Could you share us the client customer id along with the date range, so I 
can take a look at the discrepancy you're noticing and assist you further? 
You can respond back via Reply privately to author option. 

Regards,
Bharani, AdWords API Team

On Thursday, February 1, 2018 at 11:24:52 AM UTC-5, Vanja wrote:
>
> Hello!
>
> I'm trying to get Total cost, and Cost/conv. values that are displayed 
> inside Google Adwords Keywords Filter (see attachment; row Total: Filtered 
> Keywords, values marked in red).
>
> First we retreive *ACCOUNT_PERFORMANCE_REPORT* containing *Conversions*, 
> *Cost* and *CostPerConversion* fields.
> From this report we take Cost field as Total Account Cost and 
> CostPerConversion field as Total Account Cost Per Conversion.
> Total Account Cost - *196071207730* / *100* = *196071.21*
> Total Account Cost Per Conversion - *3384143* / *100* = *3.38*
> If we compare these results to results from Google AdWords account (marked 
> green in the screenshot) they seem to be correct.
>
> Next, we are requesting *KEYWORDS_PERFORMANCE_REPORT* containing 
> *Conversions*, *Cost* and *CostPerConversion* fields.
> From this report we are filtering only those keywords that meet *conversions 
> > 0.00* criteria
> After filtering we are summing Cost to get Total Filtered Keywords Cost 
> and summing CostPerConversion field and dividing by number of filtered 
> keywords.
> Total Filtered Keywords Cost - *14461970* / *100* = *144619.70*
> Total Filtered Keywords Cost Per Conversion - *911.2398789* / 
> *100* = *3.33*
> Comparing these results to results from Google AdWords account (marked red 
> in the screenshot) we see that those are not correct results.
>
> What we need is the information on which Report Type we need to fetch from 
> the API and how can we get those red marked results from the screenshot.
>
> Thank you in advance!
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/64d8fc81-6885-452d-b7eb-2738e368346f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Destination URL report returns no data

2018-02-01 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Eduard, 

The Destination URL Report 

 returns 
statistics at the destination URL level, one row per destination URL. I see 
that the destination URL is not defined for the ads in this account and 
hence the report is returning zero results. You will be able to look this 
up by downloading this report 
. You may refer to 
this 
guide 
 
for 
all the report types available for the specific fields.

Regards,
Bharani, AdWords API Team.

On Wednesday, January 31, 2018 at 5:49:05 AM UTC-5, 
samorodnyts...@crossmedia.de wrote:
>
> Hello,
>
> we are using currently Final URL report to get click-URLs and metrics. If 
> we request Destination URL report, no data returns. Why? The advantage of 
> Destinations URL report is, that it returns more metrics.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5b094c5d-d3dd-40f0-afdf-686190b28c91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Destination URL report returns no data

2018-01-31 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Could you share us the complete Report definition along with the 
clientCustomerId via the *Reply privately to author* option, so I can take 
a look? I see that there is another thread 

 open 
regarding the same issue. Could you please confirm if it's the same team? 
If yes, let's continue our discussion on any one of the threads to avoid 
duplicates. 

Thanks,
Bharani, AdWords API Team

On Wednesday, January 31, 2018 at 5:49:05 AM UTC-5, 
samorodnyts...@crossmedia.de wrote:
>
> Hello,
>
> we are using currently Final URL report to get click-URLs and metrics. If 
> we request Destination URL report, no data returns. Why? The advantage of 
> Destinations URL report is, that it returns more metrics.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e0726947-d771-404e-b6b6-71afdd28b4bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Destination URL Report returns no data

2018-01-31 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Christina, 

Could you share us the complete Report definition along with the 
clientCustomerId via the *Reply privately to author* option, so I can take 
a look? 

Thanks,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e9e0eea8-ab7e-4ece-a942-b33992bf06ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: is CampaignID unique crossaccount?

2018-01-31 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello David, 

Campaign ID is globally unique, which means that two different accounts 
cannot have the same Campaign ID. You may refer to this guide 
 for 
the scope of uniqueness for each Object ID within AdWords. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ec779e28-e2c4-4226-99e3-eee5be2b9122%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Retrieving Adwords Ads Extension Data using API

2018-01-24 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Asad, 

The Ad Extensions tab metrics in the UI can be retrieved using the Placeholder 
Feed Item Report 

 and Placeholder Report 
 
in 
the API. You could use the PlaceholderType 

 and ExtensionPlaceholderType 

 fields 
which can be filtered by the Placeholder Type ID 
 to 
get the extension type as in the UI. It is currently not possible to 
retrieve the Extension name through the API using these report types. You 
could use the FeedService.get() 

 to 
get the Extension name using the API services. Let me know if you have any 
other questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/41bcbce0-fa24-4689-b2c6-37f454642cc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords v201802

2018-01-24 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

We will not be able to provide an exact timeline of when v201802 will be 
released. It is scheduled to be released in Feb, 2018. Please refer to this 

 API 
sunset and release schedule for more information. You can also keep an eye 
out on our blog 
 for more 
updates about upcoming releases or announcements. You can also join the API 
announcements forum  to 
keep you posted on any future updates. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5b199a29-3c57-4055-9a12-e83b12481441%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Some Campaigns missing in using Google Adwords API

2018-01-24 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Raymond, 

Thank you for the details. I see that the client customer ID provided has 
only video campaigns. Video campaigns are currently not supported by the 
AdWords API Services. It could be the reason as to why you're noticing the 
discrepancy. Video campaigns are supported only in reports. You could get 
the details of these campaigns via the Campaign Performance report 

 and 
the Video Performance report 

. 

This said, there is not much difference between the C# and Java API client 
libraries. These libraries illustrate the AdWords API functionality, making 
it easier to develop apps quickly. You may refer to these links (Java 
, C# 
) for more information 
about the installation instructions and code examples. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2de5580b-51eb-4856-80e1-6b913212f0e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Some Campaigns missing in using Google Adwords API

2018-01-23 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Raymond, 

I see that you're querying for all the campaigns that are Enabled, Paused 
and Removed. This will return all the Campaign details with their status 
under the specific client account. Also, please note that video campaigns 
are currently not supported by the AdWords API Services. If you're still 
experiencing a discrepancy, could you share us the complete SOAP request 
and response logs along with the clientCustomerId, so I can take a look? 
Please use *Reply privately to author* option to share the details. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/aa6a68b5-e41a-4e4b-9218-da22e2344180%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot set Name to Image

2018-01-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

I was able to test uploading the an image with name on my end and attached 
the SOAP logs for the same. Please refer to this code sample 

 as 
a reference. If you continue to have an issue with this, could you share us 
details about the client library version used along with the complete logs 
which have the request Id? This information will help us with our 
investigation. Please use *Reply privately to author* option to share the 
details.

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cd730693-1482-4db4-a859-449645fbb5e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


SampleImageLogs.rtf
Description: RTF file


Re: CustomerService CUSTOMER_NOT_FOUND error

2018-01-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Okasana, 

The CUSTOMER_NOT_FOUND 

 error 
is received when the ID specified in the request header does not exist. I 
see that you're using the CustomerService.getCustomers() 
,
 
which will return all the customers directly accessible by the user 
authenticating the call. If the account specified is a new account, it is 
recommended that you wait a few minutes after the account is created before 
issuing requests against it. Could you please recheck the credentials used 
if they belong to the valid AdWords account user and try the request again? 
If you continue to have an issue with this, could you share us the email 
address used to authenticate the API call? Please use *Reply privately to 
author* option to provide the details. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6f2fb009-d064-4f4c-84c3-1e04b5986fbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CRITERIA_PERFORMANCE_REPORT: Why does DisplayName return the same as the Criteria?

2018-01-18 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Jason, 

That's right. The Criteria Performance Report currently does not support 
pulling the UserListName data. Please refer to this guide 

 for 
all the criteria prefixes that are supported. I have shared your feedback 
with the team. Please keep an eye out on our blog 
 for more 
information on upcoming releases or announcements.

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b0d61f4f-4da3-47cd-8fe8-efa662aa6503%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is there a way to do this? attached image

2018-01-18 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

I'm glad that your issue has been resolved. Feel free to write back to us 
if you have any other questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b1acf6b5-81a7-454c-9425-68bde0ddc345%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: single account listing in GetAccountHierarchy php

2018-01-17 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

The code sample linked will return the account hierarchy under the current 
account specified. Could you enable logging and share us the SOAP request 
and response logs along with the client customer id? Please use *Reply 
privately to author* option to provide the details. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0acc31bc-0359-4acc-829d-97960d2fe75d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Disable info SOAP logs

2018-01-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Vadim, 

As a correction to my previous response, you could include the SLF4J 
dependencies while working with the logging framework of your choice. You 
can then configure the relevant loggers in the config file. Please check 
here 

 for 
more details.

Let me know if you have any other questions. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2dbcadec-5b3d-474a-a58d-50817a9767fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting ManagedCustomerServiceError.NOT_AUTHORIZED while linking client account

2018-01-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

The NOT_AUTHORIZED 

 error 
occurs when the user authenticating the request is not authorized to 
perform this operation. Only users with Administrative access 
 can accept and reject 
manager account link requests. Could you check the access level of the 
email address used to generate the refresh token? If you still encounter 
the error with an administrative access, please enable logging and provide 
the SOAP request and response logs along with the email address used to 
generate the refresh token and I'll take a look. Please use *Reply 
privately to author* to share the details. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7677a5ad-c23e-44af-ae9d-93dbebfaad73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Difference in the data between API and Dashboard Interface

2018-01-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello James, 

Please find my response below: 

1. The AdWords API Conversion Value depends on the current Attribution 
model type in the AdWords UI. Please refer to this guide 

 for 
more information.

2. AdWords API stats will be returned based on the account time zone. This 
said, it takes up to 3 hours for the imported conversion statistics to 
appear in your account for Last-click attribution. For other search 
attribution models, it can take longer than 3 hours as mentioned in this 
guide 
.
 
Please refer to the data freshness article 
 on when these 
conversions will be updated every day.

Let me know if you have any other questions. 

Regards,
Bharani, AdWords API Team

On Wednesday, January 10, 2018 at 5:25:23 AM UTC-5, Pierre C wrote:
>
> Hello,
>
> I retrieve a set of statistics through CAMPAIGN_PERFORMANCE_REPORT.
>
> Here's what I do via c #:
>
> SELECT CampaignName, CampaignId, Cost, Impressions, Clicks
>>  FROM CAMPAIGN_PERFORMANCE_REPORT WHERE CampaignName = [CampaignName];
>
>
>  
> I noticed that I had differences between statistics that I retrieve via 
> this query and the classic dashboards that are displayed when we click on 
> the campaign or ad group (AdWords Interface). 
> I have the problem in the dashboards of the new and old interface of 
> Adwords.
>
> Regarding the API to retrieve my data, I use the latest version of the 
> AdWords API.
>
> Does anyone have an answer to that? In some cases, there are substantial 
> differences.
>  
>
> Thank you in advance for your answer.
>
> Pierre.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ef76be42-1180-4440-908c-186e191f9cb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords Api returns different values for search volumens than Keyword Planner?

2018-01-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Steffen, 

Thank you for sharing the details. Could you share us the SOAP request and 
response logs along with the clientCustomerId, so I can take a look at the 
specific location and language parameters, these are targeted to? It is 
possible that there is no STATS available for these search criteria. You 
may also refer to our code sample here 
,
 
as a reference. Additionally, if you're using test accounts, the 
TargetingIdeaService will return dummy data. Please use *Reply privately to 
author* to provide the details.

Regards,
Bharani, AdWords API Team

On Friday, January 12, 2018 at 4:09:24 AM UTC-5, Steffen Hansen wrote:
>
> Hi, i know this question have been raised in the past, but i could not 
> find a suitable answer.
>
> I've been working with a python script that should get, the search volumes 
> for a list of keywords. 
>
>
> 
>
>
> This is the output from the script. And i have used the "SEARCH_VOLUME" 
> from the api reference to get the volume. If i upload my my list to the 
> keyword planner the picture is a bit different.
>
>
> 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Since i am using python, here is the code of my selector:
>
> offset = 0
>
> selector = {
> 'searchParameters': [
>
> {
> 'xsi_type': 'RelatedToQuerySearchParameter',
> 'queries': keyword_list
> },
> {
> # Language setting (optional).
> # The ID can be found in the documentation:
> #  
> https://developers.google.com/adwords/api/docs/appendix/languagecodes
> 'xsi_type': 'LanguageSearchParameter',
> 'languages': [{'id': langID}]
> },
> {
> # Location setting (optional).
> # The ID can be found in the documenation:
> #  
> https://developers.google.com/adwords/api/docs/appendix/geotargeting
> # Country codes found by searching country name in name filter
> 'xsi_type': 'LocationSearchParameter',
> 'locations': [{'id': locID}]
> },
> {
> # Network search parameter (optional)
> 'xsi_type': 'NetworkSearchParameter',
> 'networkSetting': {
> 'targetGoogleSearch': True,
> 'targetSearchNetwork': False,
> 'targetContentNetwork': False,
> 'targetPartnerSearchNetwork': False
>
> }
> }
>
> ],
> 'ideaType': 'KEYWORD',
> 'requestType': 'STATS',
> 'requestedAttributeTypes': ['KEYWORD_TEXT', 'SEARCH_VOLUME', 
> 'COMPETITION'],
> 'paging': {
> 'startIndex': str(offset),
> 'numberResults': count
> }
> }
>
>
> I simply can't see what i am doing wrong. Any suggestions?
>
>
> Best Regards
>
> Steffen
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2283ea08-041f-41ff-9dfe-935ed1603300%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdGroupAdService mutate return NULL

2018-01-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

You code snippet looks fine. However, to investigate the issue further, 
could you enable logging and share us the complete SOAP request and 
response logs along with the clientCustomerId, so I can take a look? Please 
use *Reply privately to author* option to provide the details. You may also 
refer to this PHP code sample 

 as 
a reference. 

Regards,
Bharani, AdWords API Team

On Thursday, January 11, 2018 at 10:10:27 AM UTC-5, d...@ubc-corp.com wrote:
>
> Hi,
>
> Please, check out my code:
>
> $operations = [];
> $expandedTextAd = new ExpandedTextAd();
> $expandedTextAd->setHeadlinePart1($HeadlinePart1); 
> $expandedTextAd->setHeadlinePart2($HeadlinePart2); 
> $expandedTextAd->setDescription($Description); 
> $expandedTextAd->setFinalUrls([$FinalUrl]);
> $adGroupAd = new AdGroupAd();
> $adGroupAd->setAdGroupId($AdGroupId);
> $adGroupAd->setAd($expandedTextAd);
> $adGroupAd->setStatus(AdGroupAdStatus::PAUSED);
> $operation = new AdGroupAdOperation();
> $operation->setOperand($adGroupAd);
> $operation->setOperator(Operator::ADD);
> $operations[] = $operation;
> $result = $adGroupAdService->mutate($operations);
>
>
>
> But $result is NULL
>
>
> Why?
>
>
> 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d0e533b5-0e7a-44cb-ae27-d3065cce7e8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Difference in the data between API (CAMPAIGN_PERFORMANCE_REPORT) and Dashboard Interface

2018-01-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Pierre, 

Thank you for sharing the details. I was able to notice the issue you 
described. However, I was also able run reports for several other date 
ranges(LAST_MONTH and Yesterday) and the results matched with the UI. This 
indicates that the date range as All time, is not returning fresh stats. 
Some statistics that go into your reports may be calculated continuously, 
while others may be calculated once a day. In most of the cases, the clicks 
and impressions stats are usually delayed by less than three hours. Please 
refer to this guide  for 
more information on data freshness. 

Regards,
Bharani, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d42f4c36-3dd9-4779-9137-cfb4331ae812%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to use Template Ads to create video ads with youtube url

2018-01-10 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

The OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE 

 error 
is noticed when the operation is not permitted on the campaign type 
(DISPLAY). The TrueView in-search video template ads 

 with 
template ID: 231 will no longer accept new ads for that template, for 
display network campaigns. You may refer to this blog post 

 for 
more information. 

Regards,
Bharani, AdWords API Team

On Wednesday, January 10, 2018 at 4:07:09 AM UTC-5, Bruce Chiu wrote:
>
>
> Hi 
>
> I tried to use template ads create a video template ad service. 
> I referred the document,  but has some error message.
>
> my code:
>
> $adGroupAdService = $adWordsServices->get($session, AdGroupAdService::
> class);
> $operations = [];
> // Create a template ad.
> $youtubeAd = new TemplateAd();
> $youtubeAd->setName('TestAd');
>
> $youtubeAd->setTemplateId(*231*);
> $youtubeAd->setFinalUrls(['https://www.google.com']);
> $youtubeAd->setDisplayUrl('www.google.com');
>
> $headline = new TemplateElementField();
> $headline->setName('headline');
> $headline->setType(TemplateElementFieldType::TEXT);
> $headline->setFieldText('Enjoy');
>
> $videoId = new TemplateElementField();
> $videoId->setName('videoId');
> $videoId->setType(TemplateElementFieldType::VIDEO);
> $videoId->setFieldText('https://youtu.be/m6S4phxKEM8');
>
> $channel = new TemplateElementField();
> $channel->setName('channelName');
> $channel->setType(TemplateElementFieldType::TEXT);
> $channel->setFieldText('youtube.com/Google');
>
> $image = new TemplateElementField();
> $image->setName('imageUrl');
> $image->setType(TemplateElementFieldType::URL);
> $image->setFieldText('');
>
> $adData = new TemplateElement();
> $adData->setUniqueName('adData');
> $adData->setFields([$headline, $videoId, $channel, $image]);
>
> $youtubeAd->setTemplateElements([$adData]);
>
> // Create ad group ad.
> $adGroupAd = new AdGroupAd();
> $adGroupAd->setAdGroupId($adGroupId);
> $adGroupAd->setAd($youtubeAd);
> // Optional: Set additional settings.
> $adGroupAd->setStatus(AdGroupAdStatus::PAUSED);
>
>
> // Create ad group ad operation and add it to the list.
> $operation = new AdGroupAdOperation();
> $operation->setOperand($adGroupAd);
> $operation->setOperator(Operator::ADD);
> $operations[] = $operation;
>
> // Create the ad group ad on the server and print out some information
> // about it.
> $result = $adGroupAdService->mutate($operations);
> foreach ($result->getValue() as $adGroupAd) {
>   printf(
>   "New HTML5 ad with ID %d and display URL '%s' was created.\n",
>   $adGroupAd->getAd()->getId(),
>   $adGroupAd->getAd()->getDisplayUrl()
>   );
> }
>
> error msg:
>
> Fatal error: Uncaught Google\AdsApi\AdWords\v201710\cm\ApiException: [
> AdError.INVALID_YOUTUBE_DISPLAY_URL @ operations[0].operand.ad.displayUrl, 
> OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE @ 
> operations[0].operand.ad; trigger:'DISPLAY', AdError.EMPTY_FIELD @ 
> operations[0].operand.ad.templateElements[0].fields[1].fieldMedia; trigger
> :'', AdError.EMPTY_FIELD @ operations[0].operand.ad.templateElements
> [0].fields[3].fieldText; trigger:'', UrlError.INVALID_FINAL_URL @ 
> operations[0].operand.ad.finalUrls[0]; trigger:'https://www.google.com']
>
> How should I fix it?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a379cd64-5552-4646-b094-9f56189b4e64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Difference in the data between API (CAMPAIGN_PERFORMANCE_REPORT) and Dashboard Interface

2018-01-10 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Pierre, 

If the API report stats match with the old UI and you notice a discrepancy 
between the new UI and old UI metrics, it is more of a product related 
concern. I'd suggest that you post your question on Advertisers community 
forum 
 
and 
the product experts there will be able to take a look. If that's not the 
case, could you share us your clientCustomerId along with the dateRange, so 
I can take a look? Please use *Reply privately to author *to share the 
details. 

Regards,
Bharani, AdWords API Team 

On Wednesday, January 10, 2018 at 5:25:24 AM UTC-5, Pierre C wrote:
>
> Hello,
>
>
> I retrieve a set of statistics through CAMPAIGN_PERFORMANCE_REPORT.
>
> Here's what I do via c #:
>
>
> SELECT CampaignName, CampaignId, Cost, Impressions, Clicks
>  FROM CAMPAIGN_PERFORMANCE_REPORT WHERE CampaignName = [CampaignName];
>
>
> I noticed that I had differences between the statistic that I retrieve via 
> this query and the classic dashboards that are displayed when we click on 
> the campaign or ad group. 
> I said that I have the problem in the dashboards of the new and old 
> interface of Adwords.
>
> Regarding the API to retrieve my data, I use the latest version of the 
> AdWords API.
>
> Does anyone have an answer to that? In some cases, there are substantial 
> differences.
>
> Thank you in advance for your answer.
>
> Pierre C.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/921acca0-2769-4fc5-9d9a-4236eee5fe15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error when trying to set a Bid Modifier within an Ad Groups Age Range

2018-01-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Sean, 

I see that the ad group has no targeting criteria created. I'd suggest that 
you add targeting criteria using the AdGroupCriterionService 
,
 
ADD operation. Once the targeting criteria is created for this AdGroup, you 
will be able to perform a SET operation to set the bid adjustments. If you 
try to ADD a criterion that already exists, it will be treated as a SET 
operation on the existing criterion. Can you try the request again with 
this changes and let me know how it goes?

Regards,
Bharani, AdWords API Team

On Tuesday, January 9, 2018 at 12:49:45 PM UTC-5, Seán Hayes wrote:
>
> Hello,
>
> I am trying to SET a bid modifier depending on the Age Demographic through 
> the AdGroupCriterionService. i.e. 10% bid adjustment for 18-24, -10% for 
> 35-44.
> This is being done through a Python script and I know this is possible as 
> an example of such is outlined here 
> 
> .
>
> I am running into an issue though. When I try to set the bid adjustment, I 
> get an error saying the ID for the Age_Range entity is not valid:
>
> Response summary - {'requestId': 0005625b4bc9e9990a37f9116c0f224c, 
> 'responseTime': 134, 'serviceName': AdGroupCriterionService, 'methodName': 
> mutate, 'operations': 1, 'isFault': True, 'faultMessage': 
> "[EntityNotFound.INVALID_ID @ operations[0].operand.criterion.id; 
> trigger:'CriterionId{id=503002}']"}
>
> But I know from the documentation that the ID itself is valid.
>
> The operation sent through the mutate call is:
>
> {'operator': 'SET', 'operand': {'xsi_type': 'BiddableAdGroupCriterion', 
> 'adGroupId': 39878096063, 'criterion': {'xsi_type': 'AgeRange', 'id': 
> '503002'}, 'bidModifier': 0.9}}
>
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1235f608-a5c6-498b-bfe5-ec5e42d51d6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   3   >