Re: Missing values from CRITERIA_PERFORMANCE_REPORT

2018-06-28 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jonathan,

My apologies as we do not have the answer of what business logic is applied 
for single attribution reports in choosing the criteria. if you want, you 
could ask the Advertiser's Community Forum 
 
as 
the product owner's might be of better assistance in answering your concern.

Regards,
Dannison
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/5aaa9b97-5dc0-4dc7-9907-8d74eaaa50dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CustomerService, getCustomers: QuotaCheckError.INVALID_TOKEN_HEADER

2018-06-28 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Giacomo,

Could you clarify if you are using the AdWords API 
 or the Google 
Ads API ? Cause in 
this step "*1. I've went to the Google API dashboard and enabled the Google 
Ads API from the library*" is for Google Ads API only. However, your logs 
seems from the AdWords API service.

Moving forward, the QuotaCheckError.INVALID_TOKEN_HEADER 

 error 
you encountered means that the developer token was not set on the request 
or it contains a typo or the namespace of the headers in the request might 
not be correct. Could you clarify if your developer token is correct? You 
can login to your AdWords MCC Account, go to *Account Settings -> AdWords 
API Center, *to verify the correct developer token. 

With regards to your RequestHeader, I'm not sure how you get the "
https://adwords.google.com/api/adwords/mcm/v201806"; RequestHeader as it 
should be "https://adwords.google.com/api/adwords/cm/v201806"; only. If you 
could confirm that your developer token is correct and the error still 
persist, I would suggest to post your issue here 
 as the PHP client library 
owners are better equipped to assist you here.

Thanks and regards,
Luis
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/676676c4-685d-4e76-a1e0-8fe303688a02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: INVALID_BILLING_ACCOUNT when trying to add budget order to a new managed account

2018-06-28 Thread Eugene Zinin
Hello,

As you can see in my code, I'm using a billing account just from output of 
budgetOrderService.getBillingAccounts.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/7211f6e9-bb80-436d-ab37-84210d9f6a46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How i can download or get Budget Performance Report using http request

2018-06-28 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rajkumar,

You could pattern your report on this sample code 

 provided 
in the documentation that is also available in the Java client library. You 
just have to make the necessary adjustments on the code to cater the 
BUDGET_PERFORMANCE_REPORT 
.
 
You could also see the fields that are supported for that report in the 
link provided. 

For HTTP POST requests, you may refer to this guide 

 on 
how to do this when downloading reports.

Let me know if you have further clarifications.

Regards,
Dannison
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/abf64228-8086-4d52-b5d9-39a29a55f32c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Add a User / Invite Management Access

2018-06-28 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alec,

The process you mentioned is correct and there had been no changes as to 
how the email access can be granted. As for your questions, the #1 item 
should not be possible since the email sent to the other AdWords account is 
just an invitation to link (MCC to client account) 

 the 
said accounts. Invitations to emails for accessing/modifying AdWords 
accounts via the AdWords UI 
 can 
only be sent via the UI.

For the email accounts to send invites to, they don't necessarily need to 
be associated to a google account, and yes, you should be able to invite 
non-google or gmail email accounts to manage your account(s) without a need 
for them to setup a separate google or gmail email account.

I hope this helps.

Thanks and regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/de343583-7c8e-42f8-97f8-9c341bce72c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-06-28 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

According to your logs, you are encountering the error 
RequiredError.REQUIRED 
,
 
which means that you have a missing entity that the service you are using 
needs before it executes. Another error you are encountering is the 
PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE 

 error 
which is encountered when your subdivision does not have an "others" case. 
Upon investigation of your code, after you have created your root 
subdivision, you immediately added it on your BiddableAdGroupCriterion. 
This is the reason you are encountering the error, you should associate 
your ProductPartition *Root* to your "Other" case first before adding it in 
your BiddableAdGroupCriterion.

Let me know how this goes.

Regards,
Dannison
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/50143e40-f0e2-4bfc-974e-2c7cc72ed793%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Add location extension to My Google Business have error

2018-06-28 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Phu,

To better investigate your concern, could you provide your clientCustomerId 
and the complete SOAP request and response that was generated when this 
error occurred? You may reply to me using the *Reply privately to author*
 option.

Thanks and regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/11656e94-6243-4c97-9413-b940b1f9de7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to enable SOAP logging in Laravel 5.5?

2018-06-28 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kenn,

I seems like your concern is more on the logging of your PHP client library 
rather than the AdWords API. I would suggest to post your issue here 
 as the PHP client 
library owners are better equipped to assist you.

Thanks and regards,
Luis
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/9f2a3b7a-e594-4ce1-ba78-e750bfb4007f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CustomerService, getCustomers: QuotaCheckError.INVALID_TOKEN_HEADER

2018-06-28 Thread Giacomo Furlan
Hello Luis,

updates here. I've learnt that the developer key is not actually an API 
key, but an AdWords developer key (from the AdWords API Centre section of 
an administrative AdWords account). As per the first point thus it's not 
inherent anymore. I've created a MCC account now and applied for a basic 
developer token.

As per the request header, I think it's correct as per documentation: 
https://developers.google.com/adwords/api/docs/reference/v201806/CustomerService?hl=lb
 
- not sure though if the common errors section is updated, or if I need 
special permissions.

Thanks :)

Giacomo

Il giorno giovedì 28 giugno 2018 09:13:56 UTC+2, Luis Xander Talag (AdWords 
API Team) ha scritto:
>
> Hi Giacomo,
>
> Could you clarify if you are using the AdWords API 
>  or the Google 
> Ads API ? Cause 
> in this step "*1. I've went to the Google API dashboard and enabled the 
> Google Ads API from the library*" is for Google Ads API only. However, 
> your logs seems from the AdWords API service.
>
> Moving forward, the QuotaCheckError.INVALID_TOKEN_HEADER 
> 
>  error 
> you encountered means that the developer token was not set on the request 
> or it contains a typo or the namespace of the headers in the request might 
> not be correct. Could you clarify if your developer token is correct? You 
> can login to your AdWords MCC Account, go to *Account Settings -> AdWords 
> API Center, *to verify the correct developer token. 
>
> With regards to your RequestHeader, I'm not sure how you get the "
> https://adwords.google.com/api/adwords/mcm/v201806"; RequestHeader as it 
> should be "https://adwords.google.com/api/adwords/cm/v201806"; only. If 
> you could confirm that your developer token is correct and the error still 
> persist, I would suggest to post your issue here 
>  as the PHP client 
> library owners are better equipped to assist you here.
>
> Thanks and regards,
> Luis
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/cec216ac-3108-4225-be72-7b0217e713a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: INVALID_BILLING_ACCOUNT when trying to add budget order to a new managed account

2018-06-28 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Eugene,

To further investigate this, could you provide your complete SOAP request 
and response logs that was generated when the error was encountered along 
with your clientCustomerId via *Reply privately to author*?

Regards,
Dannison
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/707375a1-5cf7-4842-b06f-11f4a38af935%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


URL_PERFORMANCE_REPORT not all urls listed

2018-06-28 Thread Mihail Ma

Hi!
I have VideoAd, and when i see dispayed urls in Web Interface of AdWords - 
there are above 4000 youtube channels, but when I get it 
from URL_PERFORMANCE_REPORT by script - there only 183 URLs. Why??

My script:
var period = '20180625, 20180625';
function main() {
 var videoIdList = [];


  var report = AdWordsApp.report(
 'SELECT CampaignName, Url, AdGroupName ' +
'FROM  URL_PERFORMANCE_REPORT ' +
'WHERE CampaignId = 1177713739 ' +
  //   'AND AdNetworkType1 IN [YOUTUBE_SEARCH, YOUTUBE_WATCH] ' +
'DURING ' + period, { includeZeroImpressions : true });


  var rows = report.rows();


  while (rows.hasNext()) {
var row = rows.next();
var videoId = row['Url'];
videoIdList.push(videoId);
  Logger.log(row['CampaignName'] + " - " + row['AdGroupName'] + " - " + row[
'Url']);
   }
Logger.log("Total Rows - " + videoIdList.length);
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/53a0c541-f063-4cbd-9d4c-1cbebcd7184c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Best way to get catalog information

2018-06-28 Thread Heber Rodriguez
Hello everyone,

I'm dealing with having to download the criteria and ad catalogs and as I 
can see it can be done via services like the AdGroupAdService for 
downloading the ads information for example or it can be done via the Ad 
Performance Report, taking only information from the Ad and not any metric.

By using the service first I have to get the Ad Groups per account and then 
download the information from the Ads or Criteria.

By using the Ad Performance Report, I choose the fields that correspond to 
the Ads or Criteria and download it without dates restrictions, this way 
with one call I can download all the Ads or Criteria of a given account.

What would be the best approach and why?

Thanks.

Regards.

Heber.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/e1ff3c42-6af4-4305-8194-2816a912d4a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Url Performance Report displays not all URLs

2018-06-28 Thread Mihail Ma
Hi all! 
I need to get all URLs by company, where my videoAd had been displayed. If 
I see it from AdWords web interface - for example for 25.06.2018 - there is 
about 4000 youtube channels, where AD been displayed. But if I get it 
from Url Performance Report by script - there only 180 urls((( WHY?

There is my script:

var period = '20180625, 20180625';
function main() {
 var videoIdList = [];

  var report = AdWordsApp.report(
 'SELECT CampaignName, Url, AdGroupName ' +
'FROM  URL_PERFORMANCE_REPORT ' +
'WHERE CampaignId = 1177713739 ' +
  //   'AND AdNetworkType1 IN [YOUTUBE_SEARCH, YOUTUBE_WATCH] ' +
'DURING ' + period, { includeZeroImpressions : true });

  var rows = report.rows();

  while (rows.hasNext()) {
var row = rows.next();
var videoId = row['Url'];
videoIdList.push(videoId);
  Logger.log(row['CampaignName'] + " - " + row['AdGroupName'] + " - " + 
row['Url']);
   }
Logger.log("Total Rows - " + videoIdList.length);
}


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/f0018c72-928e-4c2c-aeed-91f9fd6cd43e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CustomerService, getCustomers: QuotaCheckError.INVALID_TOKEN_HEADER

2018-06-28 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Giacomo,

I'm glad it works on your end. Seems the problem itself was in the 
developer token rather than the RequestHeader. I believe the documentation 
for QuotaCheckError.INVALID_TOKEN_HEADER 

 is 
still updated since as per the common cause of the issue is either the 
developer token is not set on the request or it contains a typo or the 
namespace of the headers in the request is not correct. Feel free to write 
back if you have further clarifications.

Regards,
Luis
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/0cc24bfb-e4b2-44b6-b824-efd1b11fb070%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Cannot add beta API to Google Developer Console project

2018-06-28 Thread Zweitze
Hi all,

Finally I've got a chance to look at the Ads API beta. However, I cannot 
activate this API in Google Developer Console?!

When I run the .NET test program, I get an error message like this:
Message: Status(StatusCode=PermissionDenied, Detail="Google Ads API has not 
been used in project 466194048264 before or it is disabled. Enable it by 
visiting 
https://console.developers.google.com/apis/api/googleads.googleapis.com/overview?project=466...264
 
then retry. If you enabled this API recently, wait a few minutes for the 
action to propagate to our systems and retry.")
Failure:
Request ID:

When I go to that link I see the text:
The API "googleads.googleapis.com" doesn't exist or you don't have 
permission to access it 

Tracking Number: 1416600505784978195 

I think this is weird: when I applied for the beta I had to pass the MCC id 
of the developer token, not a project in Google Developer Console.

How do I solve this?
(Access to the beta was granted on May 21, to a slightly different email 
address then I am posting here)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/5fedcd63-d654-4fe6-8987-e01f91cc56b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


demographics targeting in adgroup

2018-06-28 Thread V54328u
I am able to create campaign successfully and  adgroup.

i have added code for demographics targeting : age, gender and parental 
status.

Suppose a user has selected age range "18-24"

next i am using 
AgeRange newAge = new AgeRange();
newAge.setId("id as per google api");

BiddableAdGroupCriterion biddableAdGroupCriterion = new 
BiddableAdGroupCriterion();
biddableAdGroupCriterion.setAdGroupId(adGroup.getId());
biddableAdGroupCriterion.setCriterion(newAge);
AdGroupCriterionOperation genderAdGroupCriterionOperation = new 
AdGroupCriterionOperation();
genderAdGroupCriterionOperation.setOperand(biddableAdGroupCriterion);
genderAdGroupCriterionOperation.setOperator(Operator.ADD);

// i am adding all "AdGroupCriterionOperation" to an array "adGrpOperations
".
adGrpOperations.add(genderAdGroupCriterionOperation);

AdGroupCriterionReturnValue adGrpresult = 
adGroupCriterionService.mutate(adGrpOperations.toArray(new 
AdGroupCriterionOperation[adGrpOperations.size()]));

this code is working fine, i do not get any error.. my campaign and adgroup 
is created. but when i check in google , all age range are targeted... for 
not including the other age range, do i need to use NegativeAdGroupCriterion? 

am i doing something wrong in this?..please help


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/dbacc0dc-50d6-488a-b905-b414164a26dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-06-28 Thread Константин Латыпов
Hi,

I think that I dont understand this: "you should associate your 
ProductPartition *Root* to your "Other" case first before adding it in your 
BiddableAdGroupCriterion".
I thought that this is association code: 
productNode.setParentCriterionId(rootPartition.getId());

But it still not working:

operations.addAll(adGroupOperations);
operations.addAll(buildPartitions(adGroupOperations));

// Use a BatchJobHelper to upload all operations.
BatchJobHelper batchJobHelper = adWordsServices
.getUtility(authService.getSession(), BatchJobHelper.class);
batchJobHelper.uploadBatchJobOperations(operations, 
batchJob.getUploadUrl().getUrl());

 -

/**
 * Create Product Partition Operations for provided AdGroupOperations
 *
 * @param adGroupOperations
 * @return
 */
private List 
buildPartitions(List adGroupOperations) {
List adGroupCriterionOperations = new 
LinkedList<>();
adGroupOperations.forEach(adGroupOperation -> {
AdGroup adGroup = adGroupOperation.getOperand();

if (AdGroupStatus.REMOVED.equals(adGroup.getStatus())) {
return;
}

// --- Create Product Dimensions --
ProductOfferId dimensionType = 
ProductDimensions.createOfferId(adGroup.getName());
ProductOfferId emptyDimensionType = new ProductOfferId();

// --- Create Root Subdivision --
// Create AdGroupCriterionOperation.
ProductPartition rootPartition = new ProductPartition();

rootPartition.setPartitionType(ProductPartitionType.SUBDIVISION);
rootPartition.setId(adGroup.getId());

// --- Create Product ID UNIT --
ProductPartition productNode = new ProductPartition();
productNode.setPartitionType(ProductPartitionType.UNIT);
productNode.setCaseValue(dimensionType);
productNode.setParentCriterionId(rootPartition.getId());
productNode.setId(adGroup.getId() * 10 - 1);

// --- Create Others UNIT --
ProductPartition emptyNode = new ProductPartition();
emptyNode.setPartitionType(ProductPartitionType.UNIT);
emptyNode.setCaseValue(emptyDimensionType);
emptyNode.setParentCriterionId(rootPartition.getId());
emptyNode.setId(adGroup.getId() * 10 - 2);

// Create BiddableAdGroupCriterion.
BiddableAdGroupCriterion productAdGroupCriterion = new 
BiddableAdGroupCriterion();
productAdGroupCriterion.setAdGroupId(adGroup.getId());
productAdGroupCriterion.setCriterion(productNode);

// Create AdGroupCriterionOperation.
AdGroupCriterionOperation productOperation = new 
AdGroupCriterionOperation();
productOperation.setOperand(productAdGroupCriterion);
productOperation.setOperator(Operator.ADD);

// Create BiddableAdGroupCriterion.
BiddableAdGroupCriterion emptyAdGroupCriterion = new 
BiddableAdGroupCriterion();
emptyAdGroupCriterion.setAdGroupId(adGroup.getId());
emptyAdGroupCriterion.setCriterion(emptyNode);

// Create AdGroupCriterionOperation.
AdGroupCriterionOperation emptyOperation = new 
AdGroupCriterionOperation();
emptyOperation.setOperand(emptyAdGroupCriterion);
emptyOperation.setOperator(Operator.ADD);

// Create BiddableAdGroupCriterion.
BiddableAdGroupCriterion biddableAdGroupCriterion = new 
BiddableAdGroupCriterion();
biddableAdGroupCriterion.setAdGroupId(adGroup.getId());
biddableAdGroupCriterion.setCriterion(rootPartition);

// Create AdGroupCriterionOperation.
AdGroupCriterionOperation rootOperation = new 
AdGroupCriterionOperation();
rootOperation.setOperand(biddableAdGroupCriterion);
rootOperation.setOperator(Operator.ADD);

// Add to list.
adGroupCriterionOperations.add(productOperation);
adGroupCriterionOperations.add(emptyOperation);
adGroupCriterionOperations.add(rootOperation);
});
return adGroupCriterionOperations;
}



Best regards


четверг, 28 июня 2018 г., 11:43:51 UTC+3 пользователь Dannison Yao (AdWords 
API Team) написал:
>
> Hi,
>
> According to your logs, you are encountering the error 
> RequiredError.REQUIRED 
> ,
>  
> which means that you have a missing entity that the service you are using 
> needs before it executes. Another error you are encountering is the 
> PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE 
> 

Re: How to get cost from each account for this month without using Account Performance Report in Python

2018-06-28 Thread Eugene Reznichenko
Actually, my script works much faster when I run it after 11 pm EST

On Wednesday, June 27, 2018 at 11:11:42 AM UTC-4, Milind Sankeshware 
(AdWords API Team) wrote:
>
> Hi Eugene,
>
> I am afraid that we don't have any direct method to get cost of all 
> accounts under the manager account. However, you could use 
> parallel_report_download.py  
> to
>  
> get cost data via Account Performance Report for all accounts directly 
> under a manager account in multiple parallel threads. This example extract 
> the data for AdGroup Performance Report, you can modify it according to 
> Account Performance Report. The report download request may time out on 
> extremely large data sets. For more information please refer to this guide 
> .  
> I hope this will help you. Let me know if you have any further questions. 
>
> Thanks,
> Milind, AdWords API Team.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/9a8701e9-4479-4002-b2f1-fadffa4813a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


UNEXPECTED_INTERNAL_API_ERROR

2018-06-28 Thread Get Work
Hi there,

We're experiencing the following API error, just wondered if this was a 
temporary error, or when it would be fixed.

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/98d0ad37-f522-4a4f-a4eb-0d1e3efe6596%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empty MultiAssetResponsiveDisplayAd fields in AD_PERFORMANCE REPORT for smart display campaigns

2018-06-28 Thread Holger Tschense
Hi,

I'm frequently running ad performance reports using AWQL queries like this:

SELECT Id, AdGroupId, AdGroupName, Description, [...] FROM 
AD_PERFORMANCE_REPORT

Everything works like expected.

Now I tried this for smart display campaigns using 
the MultiAssetResponsiveDisplayAd fields like :

SELECT Id, AdGroupId, AdGroupName, MultiAssetResponsiveDisplayAdDescriptions
,  [...] FROM AD_PERFORMANCE_REPORT

In these reports the MultiAssetResponsiveDisplayAd fields are always empty 
(" --"). According to the docs there should be a list with the ads assets.

Am I missing something, or is this an API issue?

I'm using AW API v201806.

Thanks,

Holger

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/487bc610-3682-4d8c-8079-d64ae8ed4301%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How can I whitelist an external Google ID for specific period?

2018-06-28 Thread Rosa den Bakker
Together with an external party, I'm launching an AdWords campaign, but I 
need to whitelist the external ID only for specific weeks, how can I 
whitelist the ID for 6 weeks?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/0f754187-73ab-4bfc-9cbc-adda771a2978%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Expression Rule User List Error

2018-06-28 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Danny,

My apologies for the delay. At first it looked like in your post that you 
had solved the issue. I just re-read it, and I can see that you're still 
trying to get this figured out. So, I searched through our logs for your 
request and your response. I found the reason why you're having a failure 
by finding your request and response in our logs.

If you look at your response, you'll see that you're getting back an error 
that says *OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE 
@ operations[0].operand.criterion; trigger:'SEARCH*. You can't use this 
type of criterion for search campaigns. It's only meant for display 
campaigns. You can read more about the types of campaigns where you can use 
audiences in the AdWords Help Center's article on audience targeting 
. Once you try 
this same code on a display campaign, then this should work.

Best,
Nadine, AdWords API Team


On Tuesday, June 26, 2018 at 5:28:01 PM UTC-4, danny+awt...@pdffiller.com 
wrote:
>
> I also added next value:
>
> $userListCriterion->setCriterionType(CriterionType::CUSTOM_INTENT);
>
>
> so now I have:
>
> $userListCriterion = new CriterionCustomIntent();
> $userListCriterion->setCustomIntentId($item['CustomIntentId']);
>
> $userListCriterion->setCriterionType(CriterionType::CUSTOM_INTENT);
>
>
> And switched BiddableAdGroupCriterion to AdGroupCriterion()
>
> But nothing changed.
>
> Danny.
>
> On Tuesday, June 26, 2018 at 6:42:56 PM UTC+3, Nadine Sundquist (AdWords 
> API Team) wrote:
>>
>> Hello Danny,
>>
>> That first error that you have with the REQUIRED is actually coming from 
>> CustomAffinityService. This is when you are creating your audience. It's 
>> saying that a name 
>> 
>>  is 
>> required. So, it looks like that call to create your custom affinity 
>> audience failed due to that. Please make sure to specify a name.
>>
>> The reason the second may be empty is because it looks like your first 
>> call to make the audience failed. Could you double-check to make sure that 
>> your first call really is successful and then try the second one again?
>>
>> Thanks,
>> Nadine, AdWords API Team
>>
>> On Tuesday, June 26, 2018 at 9:23:51 AM UTC-4, danny+...@pdffiller.com 
>> wrote:
>>>
>>> Hi Nadine!
>>>
>>> Thank you, I successfully created Custom Intent due to your manual, but 
>>> now have trouble how to link Intent to AdGroup if I have IntentID and 
>>> AdGroup ID?
>>>
>>> My way with error:
>>>
>>> $operations = [];
>>>
>>> foreach ($data as $item) {
>>> if (!isset($item['AdGroupId'])) {
>>> throw new AdWordsClientException('AdGroupId is not set');
>>> }
>>> if (!isset($item['CustomIntentId'])) {
>>> throw new AdWordsClientException('CustomIntentId is not set');
>>> }
>>>
>>> $userListCriterion = new CriterionCustomIntent();
>>> $userListCriterion->setCustomIntentId($item['CustomIntentId']);
>>>
>>> $adGroupCriterion = new BiddableAdGroupCriterion();
>>> $adGroupCriterion->setAdGroupId($item['AdGroupId']);
>>> $adGroupCriterion->setCriterion($userListCriterion);
>>>
>>> $operations[] = new CustomAffinityOperation(Operator::ADD, null, 
>>> $adGroupCriterion);
>>> }
>>>
>>> return $this->mutateOperations($operations);
>>>
>>>
>>> Produces error:
>>>
>>> >> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>>>  
>>> xmlns:ns2="https://adwords.google.com/api/adwords/rm/v201806"; xmlns="
>>> https://adwords.google.com/api/adwords/cm/v201806";>00056f8b200ebf800a81ed01ae020b82CustomAffinityServicemutate1586soap:Client[RequiredError.REQUIRED
>>>  
>>> @ operations[0].operand.name]>> xmlns="https://adwords.google.com/api/adwords/cm/v201806"; xmlns:ns2="
>>> https://adwords.google.com/api/adwords/rm/v201806";>[RequiredError.REQUIRED
>>>  
>>> @ 
>>> operations[0].operand.name]ApiException>>  
>>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
>>> xsi:type="RequiredError">operations[0].operand.name
>>> operations0operandnameRequiredError.REQUIREDRequiredErrorREQUIRED
>>>
>>> But sent SOAP looks little bit strange with no data except operation 
>>> type:
>>>
>>> 
>>>
>>> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="
>>> https://adwords.google.com/api/adwords/cm/v201806"; xmlns:ns2="
>>> https://adwords.google.com/api/adwords/rm/v201806";>***REDACTEDunknown
>>>  
>>> (AwApi-PHP, googleads-php-lib/35.2.0, PHP/5.6.31-1~ubuntu14.04.1+
>>> deb.sury.org
>>> +1)falsefalseADD
>>>
>>> On Tuesday, June 26, 2018 at 12:43:23 AM UTC+3, Nadine Sundquist 
>>> (AdWords API Team) wrote:

 Hello Danny,

 There was a new service introduced in v201806 called 
 CustomAffinityService 
 .
  
 If you already have custom audiences in your account, then you'll see them 
 t

Re: Cannot add beta API to Google Developer Console project

2018-06-28 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Zweitze,

Could you try to enable the Google Ads API using the incognito mode of 
Google Chrome and use the credentials that the project was created with 
while logging into developer's console? If the issue persists, could you 
please provide your MCC ID and the email address you are using while 
enabling the Google Ads API in developer's console to investigate further? 
You could *reply privately to the author* while sharing the details.

Regards,
Sai Teja, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/7c06ef44-966d-4409-b763-0ca35883cd57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Url Performance Report displays not all URLs

2018-06-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Mihail,

I ran the URL Performance report 

 and 
I received 183 rows which are matching with AdWords UI. Could you please 
share the web interface screenshot where you are seeing 4000 youtube 
channels. You could refer this 
 mapping 
guide between AdWords report stats and AdWords UI. Also, you could choose 
"*Reply 
privately to author*' option while responding. 

Thanks,
Milind, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/1f037280-2a92-4cf6-a9f8-4d18cfd61f7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: getkeywordideas.php : results not contain keywords itselft

2018-06-28 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello,

Thanks for the clarification, I understand your concern. To move forward 
with the investigation, could you please share the screenshot of the entire 
page(without redacting any information) that shows the targeting parameters 
which generated the results shown in your screenshot? You could *reply 
privately to the author* while sharing the details. 

Regards,
Sai Teja, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/f2bf7294-fc4c-4786-a747-56a14babb5ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UNEXPECTED_INTERNAL_API_ERROR

2018-06-28 Thread Kevin
I saw the same issue, as well as a couple '(500) Internal Server Error's an 
hour or two ago.
Would be great to get an update.

Thanks,
Kevin

On Thursday, June 28, 2018 at 9:30:04 AM UTC-7, Get Work wrote:
>
> Hi there,
>
> We're experiencing the following API error, just wondered if this was a 
> temporary error, or when it would be fixed.
>
> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
> com.google.ads.api.services.common.error.InternalApiError.
>
> Thanks
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/0eb0c24b-96e5-4578-9d36-04d6925d2948%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UNEXPECTED_INTERNAL_API_ERROR

2018-06-28 Thread Caihua Du
We encountered the same issue from our side. Any known issue from AdWords 
side? Thank you!

On Thursday, June 28, 2018 at 9:30:04 AM UTC-7, Get Work wrote:
>
> Hi there,
>
> We're experiencing the following API error, just wondered if this was a 
> temporary error, or when it would be fixed.
>
> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
> com.google.ads.api.services.common.error.InternalApiError.
>
> Thanks
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/53d37add-1d4d-475c-a41a-116bacfdda8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: demographics targeting in adgroup

2018-06-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, 

When a new ad group is created, until you explicitly set a demographic 
targeting criterion, everything will be targeted by default. No targeting 
criteria would mean target all criteria. That said, when you explicitly set 
a targeting criterion, the other ranges in that demographics should be 
automatically set to "Removed" status. I was able to test this using the 
API. To be sure, could you please try to create a new ad group and target 
any one criterion in a demographic, for instance age range 18to24 (503001) 
and then check the UI to see if the correct status is reflected? If not, 
could you confirm the API version that you are using? Also, if you could 
share that ad group id without making any further updates, it will help me 
in troubleshooting. 

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/09d612c8-34b8-4405-b4e4-d5efe67f00bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Best way to get catalog information

2018-06-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Heber,

Depending on your use case, you will be able to use both API services and 
reports to pull the data. Since you're looking to pull the Ads in an 
AdGroup, based on the number of results and fields that they are looking 
for, they could decide if to use API services or reports. If there are 
large data sets and if all the attributes are supported by the reports, we 
recommend using reports.

On the other hand if you're looking to pull data for a specific Ad or 
criterion, it is recommended to use service and filter just for that 
entity. Let me know if you have any other questions.

Regards,
Bharani, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/db6ba602-a9a9-43b1-935d-e9adaa6fc3c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Empty MultiAssetResponsiveDisplayAd fields in AD_PERFORMANCE REPORT for smart display campaigns

2018-06-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Holger, 

I have shared this information with the team. Could you share us your 
client customer Id, so I can forward it to the team? You can reply back via 
Reply privately to author option. I will keep you posted if I have any new 
updates from the team. 

Thanks,
Bharani, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/8af31762-4f23-41bd-97f8-46a1a73b1af1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UNEXPECTED_INTERNAL_API_ERROR

2018-06-28 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello,

There was an issue this morning. Our servers faced severe latency issues 
resulting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 

 to 
some users. The issue should be resolved by now. If you are still facing 
the issues, please share the SOAP logs of the failed request. That would 
help us with the investigation. You could *reply privately to author *while 
sharing the SOAP logs. Please let me know if you have any further 
questions. 

Regards,
Sai Teja, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/2fc6a088-71d6-44a2-94c4-b1d970a069b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How can I whitelist an external Google ID for specific period?

2018-06-28 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Rosa,

To give account access to the third party account you could follow the 
steps shown in the "How to grant access" section of this guide 
 and to revoke 
access after 6 weeks by following the steps shown under "How to remove 
access" section of the same guide. If your question is different please 
elaborate the scenario you are trying.

Regards,
Sai Teja, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/d371cddf-903e-4624-bcbb-0cca97849c67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-06-28 Thread rentcafedev1
Luis,

Thank you for letting me know the time frame for my developer token getting 
whitelistted.

KDJ

On Wednesday, June 27, 2018 at 8:27:05 PM UTC-7, Luis Xander Talag (AdWords 
API Team) wrote:
>
> Hi,
>
> The whitelisting of your developer token for Google Ads API usually takes 
> up to one to two weeks for approval. You won't receive a new developer 
> token but rather your current developer token will be whitelisted. You will 
> receive an email of approval for you to get notified regarding this. If you 
> haven't received any approval within the time frame, let me know so I could 
> follow up your application.
>
> Thanks and regards,
> Luis
> AdWords API Team  
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/2a681773-1fe4-4898-bb8a-72ce569e7053%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Deleting "Removed" Entities

2018-06-28 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam,

Thank you for providing the requested information privately. Allow me to 
reply in the public thread for other developer's reference. Upon 
investigation of the logs you provided, you were over the system limit for 
the number of campaigns allowed which is 10,000 according to this guide 
. Based on your 
logs, you have reached a total of 10,031 campaigns already. I suggest you 
do a clean up to prevent this error from re-occurring.

Let me know if you have further clarifications.

Regards,
Dannison
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/b0eac942-6fce-4138-9e57-12467684f5cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How i can download or get Budget Performance Report using http request

2018-06-28 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rajkumar,

Could you confirm if what you wish is to download reports for other 
accounts? If yes, you could do this as long as you specify the account's 
correct clientCustomerId and its OAuth2 Credentials (client Id, client 
secret, refreshToken). You may use the same approved developer token for 
this.

Also take note that you can only download reports one account at a time. 
Feel free to write back for further clarifications or if you need more 
assistance.

Regards,
Dannison
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/ac535177-3502-4ab6-9e0b-5e4a7fcfca79%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Fatal error: Uncaught SoapFault exception: [HTTP] Could not connect to host in ......./googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php:78

2018-06-28 Thread Sang Jin Kim
OK, thanks!

2018년 6월 25일 월요일 오후 3시 12분 37초 UTC+9, Luis Xander Talag (AdWords API Team) 
님의 말:
>
> Hi Sang,
>
> It seems like the issue you encountered are more specific to PHP client 
> library. I would suggest to post your issue here 
>  as the client 
> library owners are better equipped to assist you.
>
> Thanks and regards,
> Luis
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/dd0eb1db-501f-4fab-ad05-4995eac3b10f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords API Deprecation notice received today cites incorrect month

2018-06-28 Thread erik . thompson
Adwords Team,

A correction email may be warranted? The Adwords API Deprecation notice 
"Important: Please migrate to a current AdWords API version by 06/25/2018" 
received this morning for v201710 cites the incorrect month in the title 
and body of the email. It references 6/25/2018 (which is June and is in the 
past) when the Deprecation Schedule cites July 25, 2018. Which is 
7/25/2018.   https://developers.google.com/adwords/api/docs/sunset-dates

Regards,
-Erik Thompson

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/ea03141d-5235-471e-bec4-cf6d49c4dbbc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


About pushing Offline conversion

2018-06-28 Thread pankaj grover
Hello team, we are building web application using .NET and integrated Adwords 
api for pushing offline conversation to our user's adwords account. 
1) When we authorize a user with his adwords account then we get the Access 
token and Refresh Token for that account this is fine.

2) But when we authorize the same user again this time we are not getting the 
Refresh token for that account.

3) In both cases we are not getting  any unique thing for adwords account.

4) After authorization we are showing the list of their customer Ids they have 
in their adwords account and then user select any one of them and we are saving 
the Access token and Refresh Token in our database.

5) Now, the problem comes that user doesn't select customer Id and leave our 
application and when he comes back to our application and authorize his account 
again this time we are not getting the Refresh Token because we already have 
that but how can we ensure that the Refresh Token we have
belong to the same adwords account.

Finally question is that we have Refresh  Tokens for many user's adwords 
account.How can we ensure  that one belong to which adwords account.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/8d1227ae-eb67-48e4-8bb0-416f4945bdb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


API sunset

2018-06-28 Thread vadim
Hello,
we received an email 
Dear AdWords API Developer (MCC ID xxx),
You’re receiving this message because your AdWords API Developer account 
submitted 15.7% of your API requests to an outdated API version within the 
past seven days. *AdWords API v201710 has been deprecated and will stop 
accepting requests starting 06/25/2018.*
*Migrate to a current AdWords API version*
To ensure full access to the AdWords API after this date, please migrate to 
a current version as soon as possible. To learn more about this change, 
including migration help, visit the AdWords API Developer Site 

.
If you have any questions about this upcoming change, please don't hesitate 
to contact our team via the AdWords API forum 

.
Sincerely,
The AdWords API Team

But as i know  the sunset date is *25.07* and not *25.06*.


Please confirm.
How we should progress in this case?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/f1dd1458-e2cb-47d0-a03b-4cf3e3a8898b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: demographics targeting in adgroup

2018-06-28 Thread V54328u
Hello Sreelakshmi,

Thanks for looking into the issue..

i created a campaign again, targeting the following criterion:

age range: 18-24(503001), 
Gender: Female(11), 
Parental Status: Parent(300)

In the UI, it shows that all the criterion are targeted.
API version: 201802
Ad group ID: 56741940436

On Friday, June 29, 2018 at 12:18:56 AM UTC+5:30, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hello, 
>
> When a new ad group is created, until you explicitly set a demographic 
> targeting criterion, everything will be targeted by default. No targeting 
> criteria would mean target all criteria. That said, when you explicitly set 
> a targeting criterion, the other ranges in that demographics should be 
> automatically set to "Removed" status. I was able to test this using the 
> API. To be sure, could you please try to create a new ad group and target 
> any one criterion in a demographic, for instance age range 18to24 (503001) 
> and then check the UI to see if the correct status is reflected? If not, 
> could you confirm the API version that you are using? Also, if you could 
> share that ad group id without making any further updates, it will help me 
> in troubleshooting. 
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/4d03f9e4-b34d-4a37-8198-55f0ce83f770%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: About pushing Offline conversion

2018-06-28 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

My apologies if I am not familiar with the implementation you have applied 
in your application. However, in regards to keeping track of OAuth2 
credentials of a specific account, I would recommend that you store them in 
local file such as the one described in this guide 
.
 
You should then be able to programmatically point to the directory of the 
configuration file based on which account it belongs to so that your 
application can then use it before sending the request.

Also, *access tokens* need not be stored, since it is automatically 
regenerated 

 when 
using a client library of the AdWords API. I hope this helps and feel free 
to write back if you require further information.

Thanks and regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/acfb6db7-ca2b-4a15-a2cd-42225ebbac6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.