Re: Exemption request via BatchJob?

2016-06-20 Thread Christian
Hi Swetha,

thanks for your answer. The problem is, we are doing it the way you 
describe it, but if we resend the AdGroup oder KeywordOperations with an 
ExemptionRequest the temporary IDs  are wrong. Here is a dump of the error:

object(MutateResult)#4184 (3) { ["result"]=> NULL ["errorList"]=> 
object(ErrorList)#4186 (1) { ["errors"]=> object(EntityNotFound)#4062 (6) { 
["reason"]=> string(10) "INVALID_ID" ["fieldPath"]=> string(31) 
"operations[1].operand.adGroupId" ["trigger"]=> string(16) "TempAdGroupId: 
3" ["errorString"]=> string(25) "EntityNotFound.INVALID_ID" 
["ApiErrorType"]=> string(14) "EntityNotFound" 
["_parameterMap":"ApiError":private]=> array(1) { ["ApiError.Type"]=> 
string(12) "ApiErrorType" } } } ["index"]=> int(1) } 

How do we handle it? Because we create everything with temporary IDs first 
(campaign, adgroup, adgroupad, keywords), and if there is an exemptable 
error (e.g. pharma), we want to resend the operation with the exemption 
request.

Thanks,

Christian



Am Montag, 20. Juni 2016 23:50:30 UTC+2 schrieb Shwetha Vastrad (AdWords 
API Team):
>
> Hi Christian,
>
> You can set the ExemptionRequest 
> 
>  of 
> the AdGroupAdOperation 
> 
>  just 
> like you would using a regular mutate operation. The results of the 
> BatchJobOperation 
> 
>  will 
> be available in the downloadUrl 
> 
>  of 
> the BatchJobResponse. You need to check for errors which are exemptable 
> 
>  and 
> add an exemptionRequest with the corresponding PolicyViolationKey 
> 
>  and 
> retry the operation. If you know that your Ad will result in an exemptable 
> policyViolationError ahead of time, you can add this exemptionRequest in 
> the first BatchJobOperation itself. 
>
> Regards,
> Shwetha, 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/06bb2f7a-a5e1-4aad-8a79-f713ed52e3c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do you find available customer IDs?

2016-06-20 Thread 'Joyce Lava' via AdWords API Forum
Hi,

You may use the manager account (MCC) ID as the clientCustomerId 

 
in the configuration file when running this example 
.
 
This will return all client accounts under the MCC ID. In addition, you may 
also login to AdWords UI using the MCC ID and in the upper left corner 
dropdown will show the client accounts.

If there is no client account created under the MCC ID yet, you may use 
this example 

 to 
create a client account. You need to set the MCC ID in the configuration 
file as the clientCustomerId when running this example. 

Best Regards,
Joyce, 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/6a521c40-889d-490e-abdc-5462d6632bac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Pause Campaign Criterion

2016-06-20 Thread nitzanmargalit
I'll look into Campaign Drafts and trials.
Thanks for your kind help, much appreciate!
Nitzan

On Monday, June 20, 2016 at 9:55:34 PM UTC+3, Shwetha Vastrad (AdWords API 
Team) wrote:
>
> Hi Nitzan,
>
> Unfortunately, CampaignCriterion does not have a PAUSED state. You would 
> need to use a SET operation to remove a CampaignCriterion 
> .
>  
> You could consider using Campaign Drafts and Trials 
> 
>  if 
> you are looking to test the performance of different types of criteria. 
>
> Regards,
> Shwetha, 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/6faf675c-d084-4ec3-9126-04d8a4fd83a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Shopping Ads On YouTube

2016-06-20 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Xiangdong,

If your shopping campaign has targetSearchNetwork 

 
as *true*, your ProductAd 

 
should be served on Youtube as well.
If you want to differentiate ads for Youtube and for Google Search, one way 
to do is to set up different campaigns, one with targetSearchNetwork as 
*true*, another with targetSearchNetwork as *false*.

Best,
Thanet, AdWords API Team

On Tuesday, June 21, 2016 at 7:00:52 AM UTC+9, xiangdong peng wrote:
>
> What's the process to set up "Shopping Ads On YouTube", is it available 
> for creating through API?
>
> What if we want to differentiate bid between Youtube and PLA on Google 
> search?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/eaf23a47-2aec-4d9f-9088-bbe6ec748272%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Differences between similar fields in UserList and CriterionUserList entities

2016-06-20 Thread 'Joyce Lava' via AdWords API Forum
Hi Al,

To answer your question above, what I am aware of is, 
userListEligibleForSearch in CriterionUserList is read only based on the 
documentation 
.
 
With that said, the value should be from AdwordsUserListService.UserList.
isEligibleForSearch 

. 

However, I tried creating a CrmBasedUserList using the 
AdwordsUserListService and sent the "isEligibleForSearch" as false but it 
seems that the field value is ignored. Let me check with my teammates more 
about AdwordsUserListService.UserList.isEligibleForSearch. 

Thanks and Regards,
Joyce, 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/f555f397-48d3-45c9-a530-4a6ec46f0e83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How long till I get a developer's token

2016-06-20 Thread 'Peter Oliquino' via AdWords API Forum
Hello Nhat,

After applying for a developer token, an email containing the follow up 
application form 

 will 
then be sent to the email address you specified in the AdWords API Center. 
You will then need to fill out this form and resubmit. AdWords will then 
get back to you after 2 business days. You may then follow the succeeding 
steps in the link to complete your setup.

I hope this helps.

Thanks,
Peter
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/c8b50027-5d7d-48d0-ba36-09c74ac31b6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How do you find available customer IDs?

2016-06-20 Thread tejas
What's the recommended approach to finding available customer IDs? I saw this 
example 
,
 
which seemed to do what I'm intending, but it keeps erroring 
"AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED", which sounds to me 
like the chicken-and-egg problem (e.g. how to find customer IDs without a 
customer ID to start)?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5379cede-c902-43bd-8b02-e6eb0b434771%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How long till I get a developer's token

2016-06-20 Thread Nhat Bui Minh
Hi all,

I just applied for a developer's token. Could anyone tell when I will get 
the approval and will it be sent through my email?

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/b92f9792-3fa9-4f4e-9f7f-4f6442b92dd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Shopping Ads On YouTube

2016-06-20 Thread xiangdong peng
What's the process to set up "Shopping Ads On YouTube", is it available for 
creating through API?

What if we want to differentiate bid between Youtube and PLA on Google 
search?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/aa5c384f-7830-4b68-9cb7-cdfed838543f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Exemption request via BatchJob?

2016-06-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Christian,

You can set the ExemptionRequest 

 of 
the AdGroupAdOperation 

 just 
like you would using a regular mutate operation. The results of the 
BatchJobOperation 

 will 
be available in the downloadUrl 

 of 
the BatchJobResponse. You need to check for errors which are exemptable 

 and 
add an exemptionRequest with the corresponding PolicyViolationKey 

 and 
retry the operation. If you know that your Ad will result in an exemptable 
policyViolationError ahead of time, you can add this exemptionRequest in 
the first BatchJobOperation itself. 

Regards,
Shwetha, 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/d35d5ffb-2abd-4c94-ac89-1ce48ef307d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Exact behavior of ConversionTypeName in reports

2016-06-20 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Dorian,

So, it looks like you caught an issue in our documentation. We'll be 
updating *ConversionCategoryName* to be listed as a segment. Thanks for 
catching that and telling us about it!

As for the answer to your second question, the *CostPerConversion* does not 
directly depend on *Cost*. That's why the two fields are compatible. As a 
follow-up to this, I have a question for you. You mentioned that adding 
*CostPerConversion* results in more lines. Is the same *CostPerConversion* 
returned for the same *ConversionTypeName*, or are they different? I just 
want to verify that everything is working as expected.

Thanks,
Nadine, AdWords API Team

On Monday, June 20, 2016 at 5:35:19 PM UTC-4, Nadine Sundquist (AdWords API 
Team) wrote:
>
> Hi Dorian,
>
> Thanks for checking in. Let me ping one of my teammates again because I 
> haven't gotten the answer back, yet. I've always found 
> *ConversionCategoryName* unique, and I just want to make sure I have it 
> right before giving you a definitive answer.
>
> Cheers,
> Nadine, AdWords API Team 
>
> On Monday, June 20, 2016 at 11:10:47 AM UTC-4, Dorian Kind wrote:
>>
>> Hi Nadine,
>>
>> any news on this subject? I just noticed that "ConversionCategoryName" 
>> actually is defined as having behavior "Segment", so it seems that 
>> "ConversionCategoryName" should be a segment, too.
>>
>> I would also be very interested in any feedback to the second part of my 
>> question, i.e. why "CostPerConversion" is compatible with 
>> "ConversionTypeName" while "Cost" is not. I have a feeling that all 
>> click-related metrics (impression-related, actually) should be incompatible 
>> with "ConversionTypeName" (and "ConversionCategoryName" for that matter) as 
>> a single click can lead to multiple conversions of different 
>> categories/types. But I could be wrong.
>>
>> Thanks and best regards,
>> Dorian
>>
>> On Friday, June 10, 2016 at 10:56:59 PM UTC+2, Nadine Sundquist (AdWords 
>> API Team) wrote:
>>>
>>> Hi Dorian,
>>>
>>> I've taken a look at this, and I thought for some reason it was a 
>>> segmenting field as well at some point. Perhaps, the documentation is out 
>>> of date or something has changed. Sometimes, we do have implicit 
>>> segmentation that happens, but I'm not sure if that is what is happening 
>>> here. Let me check with a couple of teammates here, and I'll get back to 
>>> you.
>>>
>>> Best,
>>> Nadine, AdWords API Team 
>>>
>>> On Friday, June 10, 2016 at 4:08:11 AM UTC-4, Dorian Kind wrote:

 Hi Umesh,

 thanks for your reply. I'm really not sure whether ConversionTypeName 
 is an attribute. As an example, for a given account and the following 
 report definition:

 https://adwords.google.com/api/adwords/cm/v201603";>
   
 CampaignId
 
   Conversions
   GREATER_THAN
   0
 
 
   20150126
   20150201
 
   
   Test Report
   CAMPAIGN_PERFORMANCE_REPORT
   CUSTOM_DATE
   CSV
 

 the returned report contains 99 lines. If I add ConversionTypeName:

 https://adwords.google.com/api/adwords/cm/v201603";>
   
 CampaignId
 ConversionTypeName
 
   Conversions
   GREATER_THAN
   0
 
 
   20150126
   20150201
 
   
   Test Report
   CAMPAIGN_PERFORMANCE_REPORT
   CUSTOM_DATE
   CSV
 

 I get back 110 lines. The additional lines are from campaigns that had 
 conversions of multiple types during the reporting period. This seems 
 consistent with the hypothesis that ConversionTypeName is a segmenting 
 field.

 About the zero-conversion lines, I realized that these only show up if 
 you add certain other fields. If you take the last example, remove the 
 predicate and add 'CostPerConversion':

 https://adwords.google.com/api/adwords/cm/v201603";>
   
 CampaignId
 ConversionTypeName
 CostPerConversion
 
   20150126
   20150201
 
   
   Test Report
   CAMPAIGN_PERFORMANCE_REPORT
   CUSTOM_DATE
   CSV
 

 Now 226 lines are returned. The additional lines are all for conversion 
 type "Other" and have zero conversions.
 It's a bit strange that this field is compatible with the 
 "ConversionTypeName" field anyway, because the "Cost" field (which seems 
 to 
 be required to be able to calculate cost per conversion) is *not* 
 compatible 
 with "ConversionTypeName".

 To summarize:
 1. Would you agree that "ConversionTypeName" is a segmenting field? (If 
 so, the documentation should be updated.)
 2. Why is "CostPerConversion" compatible with "ConversionTypeName" when 
 "Cost" is not? And why does adding the "CostPerConversion" field result in 
 the returned report having more lines (namely the "Other" ones

Re: Exact behavior of ConversionTypeName in reports

2016-06-20 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Dorian,

Thanks for checking in. Let me ping one of my teammates again because I 
haven't gotten the answer back, yet. I've always found 
*ConversionCategoryName* unique, and I just want to make sure I have it 
right before giving you a definitive answer.

Cheers,
Nadine, AdWords API Team 

On Monday, June 20, 2016 at 11:10:47 AM UTC-4, Dorian Kind wrote:
>
> Hi Nadine,
>
> any news on this subject? I just noticed that "ConversionCategoryName" 
> actually is defined as having behavior "Segment", so it seems that 
> "ConversionCategoryName" should be a segment, too.
>
> I would also be very interested in any feedback to the second part of my 
> question, i.e. why "CostPerConversion" is compatible with 
> "ConversionTypeName" while "Cost" is not. I have a feeling that all 
> click-related metrics (impression-related, actually) should be incompatible 
> with "ConversionTypeName" (and "ConversionCategoryName" for that matter) as 
> a single click can lead to multiple conversions of different 
> categories/types. But I could be wrong.
>
> Thanks and best regards,
> Dorian
>
> On Friday, June 10, 2016 at 10:56:59 PM UTC+2, Nadine Sundquist (AdWords 
> API Team) wrote:
>>
>> Hi Dorian,
>>
>> I've taken a look at this, and I thought for some reason it was a 
>> segmenting field as well at some point. Perhaps, the documentation is out 
>> of date or something has changed. Sometimes, we do have implicit 
>> segmentation that happens, but I'm not sure if that is what is happening 
>> here. Let me check with a couple of teammates here, and I'll get back to 
>> you.
>>
>> Best,
>> Nadine, AdWords API Team 
>>
>> On Friday, June 10, 2016 at 4:08:11 AM UTC-4, Dorian Kind wrote:
>>>
>>> Hi Umesh,
>>>
>>> thanks for your reply. I'm really not sure whether ConversionTypeName is 
>>> an attribute. As an example, for a given account and the following 
>>> report definition:
>>>
>>> https://adwords.google.com/api/adwords/cm/v201603";>
>>>   
>>> CampaignId
>>> 
>>>   Conversions
>>>   GREATER_THAN
>>>   0
>>> 
>>> 
>>>   20150126
>>>   20150201
>>> 
>>>   
>>>   Test Report
>>>   CAMPAIGN_PERFORMANCE_REPORT
>>>   CUSTOM_DATE
>>>   CSV
>>> 
>>>
>>> the returned report contains 99 lines. If I add ConversionTypeName:
>>>
>>> https://adwords.google.com/api/adwords/cm/v201603";>
>>>   
>>> CampaignId
>>> ConversionTypeName
>>> 
>>>   Conversions
>>>   GREATER_THAN
>>>   0
>>> 
>>> 
>>>   20150126
>>>   20150201
>>> 
>>>   
>>>   Test Report
>>>   CAMPAIGN_PERFORMANCE_REPORT
>>>   CUSTOM_DATE
>>>   CSV
>>> 
>>>
>>> I get back 110 lines. The additional lines are from campaigns that had 
>>> conversions of multiple types during the reporting period. This seems 
>>> consistent with the hypothesis that ConversionTypeName is a segmenting 
>>> field.
>>>
>>> About the zero-conversion lines, I realized that these only show up if 
>>> you add certain other fields. If you take the last example, remove the 
>>> predicate and add 'CostPerConversion':
>>>
>>> https://adwords.google.com/api/adwords/cm/v201603";>
>>>   
>>> CampaignId
>>> ConversionTypeName
>>> CostPerConversion
>>> 
>>>   20150126
>>>   20150201
>>> 
>>>   
>>>   Test Report
>>>   CAMPAIGN_PERFORMANCE_REPORT
>>>   CUSTOM_DATE
>>>   CSV
>>> 
>>>
>>> Now 226 lines are returned. The additional lines are all for conversion 
>>> type "Other" and have zero conversions.
>>> It's a bit strange that this field is compatible with the 
>>> "ConversionTypeName" field anyway, because the "Cost" field (which seems to 
>>> be required to be able to calculate cost per conversion) is *not* 
>>> compatible 
>>> with "ConversionTypeName".
>>>
>>> To summarize:
>>> 1. Would you agree that "ConversionTypeName" is a segmenting field? (If 
>>> so, the documentation should be updated.)
>>> 2. Why is "CostPerConversion" compatible with "ConversionTypeName" when 
>>> "Cost" is not? And why does adding the "CostPerConversion" field result in 
>>> the returned report having more lines (namely the "Other" ones)?
>>>
>>> Thanks and cheers,
>>> Dorian
>>>
>>> On Thursday, June 9, 2016 at 7:12:05 PM UTC+2, Umesh Dengale wrote:

 Hi Dorian,

 The ConversionTypeName 
 
  field prevents 
 zero-conversions rows from being returned as you mentioned above. The 
 ConversionTypeName is field of type *attribute* and not a *segment* type. 
 It may happen that you might be using some other segment field in the 
 report selector. If you getting records for ConversionCategoryName 
 
  (Other) 
 for zero conversions then provide me *privately* the report query and 
 clientCustomerId. Just click *Reply privately to author* in the for

Re: Link client to Mcc Account

2016-06-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

The NOT_AUTHORIZED 

 error 
indicates that the account whose OAuth credentials are used to make this 
request is not authorized to perform this operation. You would need to have 
either Administrative or Managed-Standard access to link accounts to a 
manager account. Please see this document 
 for more 
information on different access levels for manager account users.

Regards,
Shwetha, 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/b80ccbfc-02dd-4fc9-a9be-2316f90dbe37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Adwords Api

2016-06-20 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Piotr,

Christan is correct, indeed!

v201506 was sunset on April 11th 2016. Please refer to this blog post 

 for 
more details. 
We recommend that you move to the latest version of the API, i.e. v201605 

. 

Regards,
Vishal, 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/c0c73cfe-4941-4942-961c-e0cfd2258c72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Adwords Api

2016-06-20 Thread Christian
Yes, it is deprecated!

http://googleadsdeveloper.blogspot.de/2016/03/adwords-api-v201506-sunset-reminder.html

Migrate to 201605 instead

Am Montag, 20. Juni 2016 19:08:37 UTC+2 schrieb Euroflorist Sverige:
>
>
> Hello,
> at 19th April my solution has stopped working  . I use 
>  Google.Api.Ads.AdWords.v201506;
> Is this libraries are deprecated ?
> I have tried refresh tokens but no luck.
> regards
> Piotr
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7c080e7d-5a29-447d-b9d0-b2530c57a143%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Pause Campaign Criterion

2016-06-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Nitzan,

Unfortunately, CampaignCriterion does not have a PAUSED state. You would 
need to use a SET operation to remove a CampaignCriterion 
.
 
You could consider using Campaign Drafts and Trials 

 if 
you are looking to test the performance of different types of criteria. 

Regards,
Shwetha, 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/8110e7a2-5e39-4c48-ae29-ff11f10fd5b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-06-20 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Igor,

There is currently no timetable as to when these campaigns will be 
supported via other reports. 

Regards,
Anthony
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Differences between similar fields in UserList and CriterionUserList entities

2016-06-20 Thread adivenuti
Hello Joyce,

Thank you for your  detailed response.  The explanations you provide are 
very clear and make sense, but they do not quite fully answer my inquiry.

I probably did not phrase my inquiry in the most direct way in my initial 
posting, so let me try another way of posing the question.

a) Let's say I have created an instance of an 
*AdwordsUserListService.UserList* and it has an *id* field value of 1234 
and an *isEligibleForSearch* field value of "true".
b) Let's say that I have an instance of an 
*AdGroupCriterionService.AdGroupCriterion* entity whose *criterion* field 
is  an instance of *CriterionUserList*
c) Let's say that the particular *CriterionUserList* set for the 
"criterion" has a *userListId* value of 1234 that references the 
*AdwordsUserListService.UserList* instance from "a".

So now my question becomes...

Would the *userListEligibleForSearch* value for the *criterion* described 
in "c" be determined by the value of the i*sEligibleForSearch* field for 
the referenced *UserList*?  If not, what factors would determine the value 
of the *userListEligibleForSearch* value of this *criterion* - keeping in 
mind that the value of the *userListEligibleForSearch* field is not, 
itself, settable via the AdWords API?

Thanks again!
-Al

On Thursday, June 16, 2016 at 2:30:21 AM UTC-4, Joyce Lava wrote:
>
> Hi Al,
>
> Please see below differences for each field in each service:
>
> *CampaignCriterionService.CriterionUserList 
> .userListEligibleForSearch*
>  - 
> is used to manage campaign-level criteria*. *This is used when the 
> campaign targets a group of people who visited the campaign on Google 
> Search. You need to set the CampaignCriterion with criterion 
> 
>  as CriterionUserList 
> 
> . CampaignCriterionService.CriterionUserList.userListEligibleForDisplay 
> on the other hand is used to target people who visited the website on 
> Google Display Network.
>
> *AdGroupCriterionService.CriterionUserList 
> .userListEligibleForSearch*
>  - 
> is used to manage criteria such as keywords or placements. This is used 
> when the keyword bids for people who recently visited the website on Google 
> Search. You need to set BiddableAdGroupCriterion with criterion 
> 
>  as CriterionUserList 
> 
> . AdGroupCriterionService.CriterionUserList.userListEligibleForDisplay on 
> the other hand is used to target people who visit Google Display Network.
>
> *UserList 
> .isEligibleForSearch
>  *- 
> is used to manage the user lists. This is the list of users that an account 
> may target. With the list of users that has been created using the 
> AdWordsUserListService 
> ,
>  
> you may then use this user list to target on the campaign level(
> *CampaignCriterionService.CriterionUserList*) or on keywords or 
> placements(*AdGroupCriterionService.CriterionUserList*).
>
> With the explanation above on the differences, what I am aware of is you 
> should only use the CriterionUserList.userListEligibleForSearch and 
> CriterionUserList.userListEligibleForDisplay for validation as they are 
> read-only fields in the CampaignCriterionService and 
> AdGroupCriterionService.
>
> Hope it helps.
>
> Thanks and Regards,
> Joyce, 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://gr

Re: Is the Auction Insights data available via API?

2016-06-20 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Akiko,

This report is still not available through the API. 

In the future, please create a new thread when posting questions.

Thanks,
Anthony
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Google Adwords Api

2016-06-20 Thread Euroflorist Sverige

Hello,
at 19th April my solution has stopped working  . I use 
 Google.Api.Ads.AdWords.v201506;
Is this libraries are deprecated ?
I have tried refresh tokens but no luck.
regards
Piotr

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/11f1b9f2-d21b-424d-992c-fb09a58ce8c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthorizationError.USER_PERMISSION_DENIED

2016-06-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

The USER_PERMISSION_DENIED 

 error 
occurs when there is no link between the manager account authenticated in 
the request and the client account specified in the request header. You 
would need to use the email address used to create the test manager account 
to create OAuth credentials to make a call to a test account. You cannot 
use the email address used to create the production manager account to make 
API calls to a test account. Could you check if the OAuth 2.0 credentials 
being used belong to one of the users of the AdWords account specified in 
the request?

Regards,
Shwetha, 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/dbe70d74-3cce-4c63-8778-afa60078911f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UI -> API: Video targeting -> Placements -> Where ads were shown

2016-06-20 Thread Mark Rogoyski
You want to use the URL_PERFORMANCE_REPORT.

On Monday, June 20, 2016 at 4:31:13 AM UTC-7, Леонид Дудин wrote:
>
> I'm trying with PLACEMENT_PERFORMANCE_REPORT, but API returns empty list
>
>
> 
> CampaignIdDisplayNameImpressionsCampaignIdIN447494050Report
>  
> #5767d35e08809PLACEMENT_PERFORMANCE_REPORTLAST_7_DAYSCSV
>
>
> client_customer_id = '416-974-8301'
>
>
>
> понедельник, 20 июня 2016 г., 14:19:34 UTC+3 пользователь Леонид Дудин 
> написал:
>>
>>
>> Hello
>>
>> Who knows what API report is represent UI?
>>
>> Video targeting -> Placements -> Where ads were shown
>>
>> (see screenshot)
>>
>>
>>
>>
>> 
>>
>>
>> 
>> 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/452ac1ff-0431-466f-aee5-2917c8b6faa6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get custom data in response when calling mutate()

2016-06-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David,

All of the operations will be returned in the response in the same order as 
you passed them to the server. 

Regards,
Shwetha, 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/82082ddd-85b3-44be-a874-88e07e179c1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Exact behavior of ConversionTypeName in reports

2016-06-20 Thread Dorian Kind
Hi Nadine,

any news on this subject? I just noticed that "ConversionCategoryName" 
actually is defined as having behavior "Segment", so it seems that 
"ConversionCategoryName" should be a segment, too.

I would also be very interested in any feedback to the second part of my 
question, i.e. why "CostPerConversion" is compatible with 
"ConversionTypeName" while "Cost" is not. I have a feeling that all 
click-related metrics (impression-related, actually) should be incompatible 
with "ConversionTypeName" (and "ConversionCategoryName" for that matter) as 
a single click can lead to multiple conversions of different 
categories/types. But I could be wrong.

Thanks and best regards,
Dorian

On Friday, June 10, 2016 at 10:56:59 PM UTC+2, Nadine Sundquist (AdWords 
API Team) wrote:
>
> Hi Dorian,
>
> I've taken a look at this, and I thought for some reason it was a 
> segmenting field as well at some point. Perhaps, the documentation is out 
> of date or something has changed. Sometimes, we do have implicit 
> segmentation that happens, but I'm not sure if that is what is happening 
> here. Let me check with a couple of teammates here, and I'll get back to 
> you.
>
> Best,
> Nadine, AdWords API Team 
>
> On Friday, June 10, 2016 at 4:08:11 AM UTC-4, Dorian Kind wrote:
>>
>> Hi Umesh,
>>
>> thanks for your reply. I'm really not sure whether ConversionTypeName is 
>> an attribute. As an example, for a given account and the following 
>> report definition:
>>
>> https://adwords.google.com/api/adwords/cm/v201603";>
>>   
>> CampaignId
>> 
>>   Conversions
>>   GREATER_THAN
>>   0
>> 
>> 
>>   20150126
>>   20150201
>> 
>>   
>>   Test Report
>>   CAMPAIGN_PERFORMANCE_REPORT
>>   CUSTOM_DATE
>>   CSV
>> 
>>
>> the returned report contains 99 lines. If I add ConversionTypeName:
>>
>> https://adwords.google.com/api/adwords/cm/v201603";>
>>   
>> CampaignId
>> ConversionTypeName
>> 
>>   Conversions
>>   GREATER_THAN
>>   0
>> 
>> 
>>   20150126
>>   20150201
>> 
>>   
>>   Test Report
>>   CAMPAIGN_PERFORMANCE_REPORT
>>   CUSTOM_DATE
>>   CSV
>> 
>>
>> I get back 110 lines. The additional lines are from campaigns that had 
>> conversions of multiple types during the reporting period. This seems 
>> consistent with the hypothesis that ConversionTypeName is a segmenting 
>> field.
>>
>> About the zero-conversion lines, I realized that these only show up if 
>> you add certain other fields. If you take the last example, remove the 
>> predicate and add 'CostPerConversion':
>>
>> https://adwords.google.com/api/adwords/cm/v201603";>
>>   
>> CampaignId
>> ConversionTypeName
>> CostPerConversion
>> 
>>   20150126
>>   20150201
>> 
>>   
>>   Test Report
>>   CAMPAIGN_PERFORMANCE_REPORT
>>   CUSTOM_DATE
>>   CSV
>> 
>>
>> Now 226 lines are returned. The additional lines are all for conversion 
>> type "Other" and have zero conversions.
>> It's a bit strange that this field is compatible with the 
>> "ConversionTypeName" field anyway, because the "Cost" field (which seems to 
>> be required to be able to calculate cost per conversion) is *not* compatible 
>> with "ConversionTypeName".
>>
>> To summarize:
>> 1. Would you agree that "ConversionTypeName" is a segmenting field? (If 
>> so, the documentation should be updated.)
>> 2. Why is "CostPerConversion" compatible with "ConversionTypeName" when 
>> "Cost" is not? And why does adding the "CostPerConversion" field result in 
>> the returned report having more lines (namely the "Other" ones)?
>>
>> Thanks and cheers,
>> Dorian
>>
>> On Thursday, June 9, 2016 at 7:12:05 PM UTC+2, Umesh Dengale wrote:
>>>
>>> Hi Dorian,
>>>
>>> The ConversionTypeName 
>>> 
>>>  field prevents 
>>> zero-conversions rows from being returned as you mentioned above. The 
>>> ConversionTypeName is field of type *attribute* and not a *segment* type. 
>>> It may happen that you might be using some other segment field in the 
>>> report selector. If you getting records for ConversionCategoryName 
>>> 
>>>  (Other) 
>>> for zero conversions then provide me *privately* the report query and 
>>> clientCustomerId. Just click *Reply privately to author* in the forum 
>>> when responding.
>>>
>>> Thanks,
>>> Umesh, AdWords API Team.
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send em

Re: +10.000 adgroups in a campaign, API won't load any more adgroups

2016-06-20 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Jam,

When you remove/delete an adgroup, it's status 

 is 
changed to 'REMOVED'  (although, the adgroup still exists).

Hugo, can you please share the soap request/response logs (i.e. when you 
try to add more adgroups in your campaign)? Please click *Reply privately 
to author* when responding.  

Regards,
Vishal, 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/66170ad6-6c92-4309-9f5e-642e6c6819be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-06-20 Thread Igor Selitsky
Hi, do you plan to add UAC to other reports (most interesting for us: 
criteria performance report, click performance report, ad performance 
report)?
If yes, when?

On Wednesday, April 27, 2016 at 4:19:00 PM UTC+3, Anthony Madrigal wrote:
>
> Hi Igor,
>
> The Campaign Performance Report is currently the only report that supports 
> UAC.
>
> Please follow our blog 
>  regarding 
> any updates to this feature.
>
> Regards,
> Anthony
> AdWords API Team
>

-- 
__
CONFIDENTIALITY NOTICE: The information contained in the present message 
(including any information contained in attachments herein) may be 
confidential and privileged. It may be read, copied and used only by the 
intended recipient. If you have received it in error please contact the 
sender (by return e-mail) immediately and delete this message. Any 
unauthorized use or dissemination of this message in whole or in parts is 
strictly prohibited. Print this message only if sharp necessary.
УВЕДОМЛЕНИЕ О КОНФИДЕНЦИАЛЬНОСТИ: Информация, содержащаяся в настоящем 
сообщении (включая любое вложение) может быть конфиденциальной и охраняться 
действующим законодательством. Сообщение может быть прочитано, скопировано 
и использовано исключительно лицом, которому сообщение предназначается. 
Если Вы получили настоящее сообщение по ошибке, пожалуйста, незамедлительно 
сообщите об этом отправителю (ответным письмом по электронной почте). Любое 
несанкционированное использование или распространение информации, 
содержащейся в настоящем сообщении в целом или в части, строго запрещены. 
Не распечатывайте настоящее сообщение, если в этом нет крайней 
необходимости.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d2d9cd4e-b560-4d4d-872d-d3d4cba2822d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Exemption request via BatchJob?

2016-06-20 Thread Christian
Hi guys,

we are creating campaigns with adgroups, ads and keywords via the 
BatchJob-Service with API-Version 2016/05  and I'm wondering how we can 
handle PolicyViolationErrors with the BatchJob-Service.

Reallife example:
We need to create a new campaign for an online pharmacy for the keyword 
"Aspirin". We get an "PolicyViolationError" (Pharma) from the API. I want 
to update the operation with an ExemptionRequest and resend it to the 
BatchJob-Service.
How can this be done? (Since the mutate-Service should'nt be used anymore).

The library-examples are using the mutate-service, which are deprecated...
How do I do it with the BatchJobService?

Thanks in advance,

Christian

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3fc8b8c9-e2b5-4b31-996c-36dd21c8fdb2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AuthorizationError.USER_PERMISSION_DENIED

2016-06-20 Thread tfgmanagertorres
Hello, I have an account MCC with this email, and I have a MCC test account 
with a test client too with a different email. I have my token from my MCC 
then I go to API center with the same email so I have my client ID and my 
secret client ID,then I have a refresh token with my test account's email, 
but now I try to use getCampaings.java and this is my problem:

Can somebody help me? I'm begginer and I need this for my end-of-degree 
project.
Thanks, and sorry for my english

[20 Jun 2016 13:46:52,067-requestInfoLogger:INFO:main] Request made: 
Service: "CampaignServiceInterfacePort" Method: "get" URL: 
"https://adwords.google.com/api/adwords/cm/v201605/CampaignService"; Request 
ID: "000535b442a306990a0ded85050b3115"
[20 Jun 2016 13:46:52,123-soapXmlLogger:WARN:main] SOAP Request:

http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

https://adwords.google.com/api/adwords/cm/v201605"; 
soapenv:mustUnderstand="0">
968-655-5552
REDACTED
TFG (AwApi-Java, AdWords-Axis/2.16.0, 
Common-Java/2.16.0, Axis/1.4, Java/1.8.0_91, maven, SelectorBuilder, 
SelectorField)
false
false



https://adwords.google.com/api/adwords/cm/v201605";>

Id
Name

Name
ASCENDING


0
100






[20 Jun 2016 13:46:52,124-soapXmlLogger:WARN:main] SOAP Response:

http://schemas.xmlsoap.org/soap/envelope/";>

https://adwords.google.com/api/adwords/cm/v201605";>
000535b442a306990a0ded85050b3115
CampaignService
get
1
42




soap:Server
[AuthorizationError.USER_PERMISSION_DENIED @ ; 
trigger:'']

https://adwords.google.com/api/adwords/cm/v201605";>
[AuthorizationError.USER_PERMISSION_DENIED @ ; 
trigger:'']

ApiException
http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AuthorizationError">



AuthorizationError.USER_PERMISSION_DENIED
AuthorizationError
USER_PERMISSION_DENIED







Exception in thread "main" AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 faultSubcode: 
 faultString: [AuthorizationError.USER_PERMISSION_DENIED @ ; 
trigger:'']
 faultActor: 
 faultNode: 
 faultDetail: 
{https://adwords.google.com/api/adwords/cm/v201605}ApiExceptionFault:[AuthorizationError.USER_PERMISSION_DENIED
 
@ ; 
trigger:'']ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AuthorizationError">AuthorizationError.USER_PERMISSION_DENIEDAuthorizationErrorUSER_PERMISSION_DENIED

[AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at 
org.apache.axis.encoding.ser.BeanDeserializer.(BeanDeserializer.java:104)
at 
org.apache.axis.encoding.ser.BeanDeserializer.(BeanDeserializer.java:90)
at 
com.google.api.ads.adwords.axis.v201605.cm.ApiException.getDeserializer(ApiException.java:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:154)
at 
org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:84)
at 
org.apache.axis.encoding.DeserializationContext.getDeserializer(DeserializationContext.java:464)
at 
org.apache.axis.encoding.DeserializationContext.getDeserializerForType(DeserializationContext.java:547)
at 
org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:157)
at 
org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)
at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509)
at 
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:380)
at 
com.sun.org.apach

AuthorizationError.USER_PERMISSION_DENIED

2016-06-20 Thread tfgmanagertorres
Hello I'm begginer and I need help.
I have a MCC account with an email and I have a Test MCC account with a 
different email, I create a test client too. I have a dev token in my MCC 
account, then I register my Oauth too with the same email. Now I have a 
refresh token with test account's email, but when I try to run 
getCampaigns.java I get this error:

THANKS!!!

[20 Jun 2016 13:46:52,067-requestInfoLogger:INFO:main] Request made: 
Service: "CampaignServiceInterfacePort" Method: "get" URL: 
"https://adwords.google.com/api/adwords/cm/v201605/CampaignService"; Request 
ID: "000535b442a306990a0ded85050b3115"
[20 Jun 2016 13:46:52,123-soapXmlLogger:WARN:main] SOAP Request:

http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

https://adwords.google.com/api/adwords/cm/v201605"; 
soapenv:mustUnderstand="0">
968-655-5552
REDACTED
TFG (AwApi-Java, AdWords-Axis/2.16.0, 
Common-Java/2.16.0, Axis/1.4, Java/1.8.0_91, maven, SelectorBuilder, 
SelectorField)
false
false



https://adwords.google.com/api/adwords/cm/v201605";>

Id
Name

Name
ASCENDING


0
100






[20 Jun 2016 13:46:52,124-soapXmlLogger:WARN:main] SOAP Response:

http://schemas.xmlsoap.org/soap/envelope/";>

https://adwords.google.com/api/adwords/cm/v201605";>
000535b442a306990a0ded85050b3115
CampaignService
get
1
42




soap:Server
[AuthorizationError.USER_PERMISSION_DENIED @ ; 
trigger:'']

https://adwords.google.com/api/adwords/cm/v201605";>
[AuthorizationError.USER_PERMISSION_DENIED @ ; 
trigger:'']

ApiException
http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AuthorizationError">



AuthorizationError.USER_PERMISSION_DENIED
AuthorizationError
USER_PERMISSION_DENIED







Exception in thread "main" AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 faultSubcode: 
 faultString: [AuthorizationError.USER_PERMISSION_DENIED @ ; 
trigger:'']
 faultActor: 
 faultNode: 
 faultDetail: 
{https://adwords.google.com/api/adwords/cm/v201605}ApiExceptionFault:[AuthorizationError.USER_PERMISSION_DENIED
 
@ ; 
trigger:'']ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AuthorizationError">AuthorizationError.USER_PERMISSION_DENIEDAuthorizationErrorUSER_PERMISSION_DENIED

[AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at 
org.apache.axis.encoding.ser.BeanDeserializer.(BeanDeserializer.java:104)
at 
org.apache.axis.encoding.ser.BeanDeserializer.(BeanDeserializer.java:90)
at 
com.google.api.ads.adwords.axis.v201605.cm.ApiException.getDeserializer(ApiException.java:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:154)
at 
org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:84)
at 
org.apache.axis.encoding.DeserializationContext.getDeserializer(DeserializationContext.java:464)
at 
org.apache.axis.encoding.DeserializationContext.getDeserializerForType(DeserializationContext.java:547)
at 
org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:157)
at 
org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)
at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509)
at 
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:380)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.jav

Re: UI -> API: Video targeting -> Placements -> Where ads were shown

2016-06-20 Thread Леонид Дудин
I'm trying with PLACEMENT_PERFORMANCE_REPORT, but API returns empty list



CampaignIdDisplayNameImpressionsCampaignIdIN447494050Report
 
#5767d35e08809PLACEMENT_PERFORMANCE_REPORTLAST_7_DAYSCSV


client_customer_id = '416-974-8301'



понедельник, 20 июня 2016 г., 14:19:34 UTC+3 пользователь Леонид Дудин 
написал:
>
>
> Hello
>
> Who knows what API report is represent UI?
>
> Video targeting -> Placements -> Where ads were shown
>
> (see screenshot)
>
>
>
>
> 
>
>
> 
> 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/378eae3b-a413-438d-a722-32795eb5f7a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


UI -> API: Video targeting -> Placements -> Where ads were shown

2016-06-20 Thread Леонид Дудин



Hello

Who knows what API report is represent UI?

Video targeting -> Placements -> Where ads were shown

(see screenshot)






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/65ac3fa1-e765-4496-8617-339e7688d34f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: +10.000 adgroups in a campaign, API won't load any more adgroups

2016-06-20 Thread Pearl Jam

Hi,

in our experience it works. We delete old adgroups an upload new ones. Up 
to 2 adgroups (active and paused) fits in one campaign, 60 fits in 
an account.

Regards 
Jam

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1eca1cb7-2cfc-4699-af61-ee673e678ffd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Function] Permanently Deleting Sitelinks

2016-06-20 Thread 'Peter Oliquino' via AdWords API Forum
Hi Doug,

The proper way to delete a FeedItem is to pass it in a REMOVE operation to 
FeedItemService.mutate 

 and 
although BatchJobService supports FeedItem operations 
,
 
it does not support the REMOVE operator 
.
 
So unfortunately, you will need to delete the siteLinks using only 
FeedItemService and will have to keep in mind the limits 
 of each 
operation.

Thanks,
Peter
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/09dba35b-63be-46bf-b306-f031cff86440%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Environment 'PRODUCTION' does not support version 'v201603'

2016-06-20 Thread 'Joyce Lava' via AdWords API Forum
Hi Sachin, 

Could you please *reply privately to author* the SOAP request and response 
to further investigate the case?

Thanks,
Joyce, 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/62432bf1-0977-4749-b695-a9cabaebcfac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Link client to Mcc Account

2016-06-20 Thread asma batool
Hi,

I am trying to Link a google use account to Mcc acount 

this is my code 

$user = new AdWordsUser();
//$user->SetDeveloperToken($developerToken);
$user->SetOAuth2Info(array(
"client_id" => $clientId,
"client_secret" => $clientSecret
));
 
$code = $_REQUEST["code"];
$oAuth2Handler = $user->getOAuth2Handler();
  // echo $oAuth2Handler->GetOAuth2AccessToken($authCode, 
$callbackUrl);
 $user_info =$user->SetOAuth2Info(
$oAuth2Handler->GetAccessToken($user->GetOAuth2Info(), 
$code, $callbackUrl));
 
 $oauthInfo = $user->GetOAuth2Info();
 $customerService = $user->GetService("CustomerService");
$customer = $customerService->get();
   // echo $customer->customerId; exit;
 $user->SetClientCustomerId($customer->customerId);
 $managedCustomerService =
$user->GetService('ManagedCustomerService', 'v201603');

// Create customer.
$customer = new ManagedCustomer();
$customer->name = 'Account #' . uniqid();
$customer->currencyCode = 'EUR';
$customer->dateTimeZone = 'Europe/London';
//$customer->email

// Create operation.
$operation = new ManagedCustomerOperation();
$operation->operator = 'ADD';
$operation->operand = $customer;

$operations = array($operation);

// Make the mutate request.
$result = $managedCustomerService->mutate($operations);
//print '';
   $customer = $result->value[0];

But this error is getting 

ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0]


Please help me 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0390ed53-db9d-4dc7-9a78-47ae38a7fff7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Environment 'PRODUCTION' does not support version 'v201603'

2016-06-20 Thread Sachin Wagh
Getting error "Environment 'PRODUCTION' does not support version 'v201603' 
" during Adwords Api Version Migration. Updated to latest version of gem 
still same error. HOw to solve 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/28f9eafa-2022-45cf-945a-5c19046fbb8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Function] Permanently Deleting Sitelinks

2016-06-20 Thread 'Doug Silkstone' via AdWords API Forum
Morning guys

Migrating to a new site and looking to delete every single (10k+) sitelink 
we've created previously. (Campaign Level, mostly. Affiliate. Don't ask.)

Looking at what's available, it doesn't look possible. Anyone able to 
confirm my fears?

If so, does anyone have any ideas on making things a little easier to 
handle mass updating of links?




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/35361fe7-3163-4080-8bce-e6c4de3872dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Keyword Status of "Below first page bid estimate" or "Rarely shown due to low quality score" in Performance Reports via API

2016-06-20 Thread 'Peter Oliquino' via AdWords API Forum
Hello Akiko,

I am not entirely sure that those statuses are supported in the AdWords 
API. Although, if you wish to see or gauge keyword performance, you could 
use TrafficEstimatorService 

 and 
refer to this example 

 as 
to how, in order to predict the stats/performance of your keywords. 
Examples in other languages are also available in the link. 

I hope this helps and please let us know if you are still facing any issues.

Thanks,
Peter
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/26d775a5-533d-448f-8947-1ead13b4e61e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Keyword Status of "Below first page bid estimate" or "Rarely shown due to low quality score" in Performance Reports via API

2016-06-20 Thread Akiko Matsuzawa
Hi all,

We can see some keyword status on AWUI as the following page.
https://support.google.com/adwords/answer/2453978?hl=en

How can we get these keyword status?
For example "Below first page bid estimate" , "Rarely shown due to low 
quality score".

"SystemServingStatus" from Keywords Performance Report is stated that it 
only returns "eligible" and "low search volume" according to the following 
page.
https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report#systemservingstatus

How about another status?

Regard 

Akiko Matsuzawa

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f36bb897-1442-4614-8484-64688482014b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.