Re: Keyword Performance Report help

2018-05-09 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen,

Here is a sample PHP guide 

 for 
you to better understand the implementation. Just change the report type 
definition to cater the type of report you want to generate. If your 
concern is where the download location will be, AdWords API automatically 
generates the report file in the temp folder which will be specified in the 
logs. More so, you can also specify the path where you want it to generate 
by adding this line of code.

$filePath = '/user/local/...'
$reportDownloadResult->saveToFile($filePath); 

Let me know if you have further concerns.

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/a6a47b5e-5bc3-404e-a081-8cbde7ba4c41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get a campaign performance report for list of campaign IDs?

2018-05-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Nellle,

If you have a list of campaignIds, you can use the *IN *operator or* .In 
*operator 
in Python then put your campaignIds as its values just like the 
*CampaignStatus *sample in your code snippet. Let me know if this works.

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/93c186a1-ba85-46fa-aba9-6c37e90b1603%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is it possible to pull all AdWords data in one API call?

2018-05-09 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Elizabeth,

Unfortunately, AdWords API does not generate that kind of report. All 
reports are generated separately by each report type as can be seen here 
. 

Let me know if you have any further concerns.

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/e9382b81-3a69-4430-9ea0-526850a3cd8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Limit on Email addresses upload using AdWordsUserListService

2018-05-09 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sachin,

As mentioned under the "Caveats" section in this guide 
,
 
the actual limit imposed by the AdWords API is 1,000,000 members 

 per 
UserList.

Best 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/c1d2d4d7-4ddc-4e55-983a-29cee4ff3818%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CriterionError.INVALID_PROXIMITY_ADDRESS

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

Our team is currently actively investigating an issue related to yours. Let 
me get back to you once I receive information that the issue has been 
resolved.

Best 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/8013fd91-673d-4f01-bed5-bb562e554668%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Log Api Soap request

2018-05-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi VJ,

To check where your current log file is located, you may look into your 
*adsapi_php.ini *file and see the value of *soapLogFilePath *(this is the 
path where your logs is located). You may then change the path based on 
your preference. You may also check this guide 
 for more details 
on logging in PHP client library.

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/87dfe723-4c6e-4842-a7ad-5ea42425a667%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Is it possible to pull all AdWords data in one API call?

2018-05-09 Thread 'Elizabeth Clark' via AdWords API and Google Ads API Forum
Hi, 

We are trying to pull in all AdWords API data, however in looking at the 
API it looks like we'd need to make individual calls by reports. However, 
if we want to pull ALL reports (i.e., all data from AdWords) is that 
possible in one call? If so, how do we do this as we couldn't find 
documentation. 

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/6edc5c05-2250-4ed5-8b0b-b4b1355b659c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Keyword Performance Report help

2018-05-09 Thread Stephen Barrett
I'm trying to pull Keyword Performance Report and I'm having trouble 
figuring out 

I want to use the AWQL method: 

// Create report query to get the data for last 7 days.
$reportQuery = 'SELECT CampaignId, AdGroupId, Id, Criteria, CriteriaType, '
. 'Impressions, Clicks, Cost FROM KEYWORD_PERFORMANCE_REPORT '
. 'WHERE Status IN [ENABLED, PAUSED] DURING LAST_7_DAYS';


but I'm confused on how to implement it. Am I supposed to use the Query 
Method to pull this off? I'm looking at the examples and I don't see 
anything about where to put KEYWORD_PERFORMANCE_REPORT.

Right now I'm taking an example and just replacing the $query with what I 
need, but I don't know where to put KEYWORD_PERFORMANCE_REPORT. Am I 
suppose to put it as a *use Google\AdsApi\Adwords\v201802\cm\.. *and if 
so, I couldn't find a Keyword performance file to help me out.  

Any help would be greatly appreciated. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4435df06-827e-4536-a486-540b38374df4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Limit on Email addresses upload using AdWordsUserListService

2018-05-09 Thread Sachin Sudarshana
Hi,

I'm trying to use the API (v201802) to upload email addresses from a csv 
(crmbasedUserList) to a Customer List using the mutate members function of  
AdWordsUserListService.

I read in an earlier ( old) post in this is forum that 
"You can add a maximum of 10, 000 email addresses for each user list"

Can anyone confirm if this is still true please? 

Thank you,
Sachin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f796978d-4a0f-4114-a919-575813e4cff3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get a campaign performance report for list of campaign IDs?

2018-05-09 Thread Nellle Rickchards
Hello,

I have a list of campaign ID's and I need to download the campaign 
performance report for them

Here is my code:
campaign_performance_report = [(adwords.ReportQueryBuilder()
   .Select('Date', 'CampaignId', 
'AdNetworkType2',
   'Impressions', 'Clicks', 
'Ctr', 'AverageCpc', 'Cost',
   'Conversions', 
'ConversionRate', 'AllConversionValue', 'ClickAssistedConversions',
   'AveragePosition', 
'CampaignStatus')
   .From('CAMPAIGN_PERFORMANCE_REPORT')
  
 .Where('CampaignStatus').In('ENABLED', 'PAUSED')
   .During('YESTERDAY')
   .Build()),
   # report name
   "campaign_performance_report",
   # report zerp imp
   False]

Do I need to run that through a loop and specify the campaignID as my Where 
argument?

I don't want to download the reports for my entire 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/32154fce-075e-4122-893f-2e94cc2e15ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Log Api Soap request

2018-05-09 Thread vj
I am downloading adwords api report using php adwords library.

I wants to keep soap api request log in file.

I am trying bellow code.

use Monolog\Logger;
use Monolog\Handler\StreamHandler;
use Monolog\Formatter\LineFormatter;

$log = new Logger('channel_name');
$stream = new StreamHandler(__DIR__.'/myRequest.log', Logger::INFO);
$stream->setFormatter(new LineFormatter(null, null, false, true));
$log->pushHandler($stream);

$session = (new AdWordsSessionBuilder())
->withDeveloperToken(DEVELOPERTOKEN)
->withOAuth2Credential($oAuth2Credential)
->withClientCustomerId($client_id)
->withSoapSettings($SoapSettingsBuilder)
->withReportSettings($reportSettings)
->withSoapLogger(new Logger('channel_name'))
->build();

but its not creating any log files or request.

Could you please help to log my all soap request using php lib??

If you provide me any example to log request than it would be great.

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/d21cbef1-0541-4a85-9e24-037f9169d6ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to retrieve conversion_id and conversion_label

2018-05-09 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Bennett,

Welcome to AdWords!

To get the conversion id and conversion name using the AdWords API 
Services, you could use ConversionTrackerService.get() 

 and 
look for the attributes Id 

 and name 
.
 
We don't have a sample for this specific scenario. However our code samples 
in various languages can be found here 
. 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/eb770ef2-933e-42a8-b64c-d5464fb39669%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad extension report: click to call from mobile device

2018-05-09 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Tim,

You can use CLICK_PERFORMANCE_REPORT 

 to 
get all the clicks your are getting on your ad's, from those you can filter 
out Click type "Phone calls" and filter Device as "Mobile devices with full 
browsers" to get only clicks relevant to phone call via mobile devices. 
Also you can get call metrics for the call only ads and call extension from 
CALL_METRICS_CALL_DETAILS_REPORT 
.
 
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/1340273a-a9a5-4b0a-bdc0-a7647ac13573%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


CriterionError.INVALID_PROXIMITY_ADDRESS

2018-05-09 Thread rentcafedev1
I've been able to set location targeting with Proximity objects on 
Campaigns using the AdWords API but now I receive error: 
CriterionError.INVALID_PROXIMITY_ADDRESS 
@ operations[0].operand.criterion.address. Below are two soap requests that 
return the error.

POST /api/adwords/cm/v201802/CampaignCriterionService 
VsDebuggerCausalityData: 
uIDPozZgBJ7il0NGldp05Pld12EAcrWcR4J8sk+Jzlx0EYeZRK1v4tzDrSNPp4pZNNDA8t8ACQAA
 
Authorization: REDACTED Accept-Encoding: gzip, deflate TimeStamp: Wed, 09 
May 2018 11:52:12 GMT  http://schemas.xmlsoap.org/soap/envelope/;>  
https://adwords.google.com/api/adwords/cm/v201802;> 
Removed for security 
REDACTED RentCafe Site Manager 
(AwApi-DotNet/23.3.0, Common-Dotnet/9.1.0, .NET CLR/4.0.30319.42000, , 
gzip)   http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema;> https://adwords.google.com/api/adwords/cm/v201802;>  
ADD  1396746409 
 1026650   
  ADD  
1396746409  
MILES 
15  New Boston 
TX 75570 
US
  ADD  
1396746409  
1000  
 

---
POST /api/adwords/cm/v201802/CampaignCriterionService Authorization: 
REDACTED Accept-Encoding: gzip, deflate TimeStamp: Wed, 09 May 2018 
12:05:35 GMT  http://schemas.xmlsoap.org/soap/envelope/;>  
https://adwords.google.com/api/adwords/cm/v201802;> 
Removed for security 
REDACTED RentCafe Site Manager 
(AwApi-DotNet/23.3.0, Common-Dotnet/9.1.0, .NET CLR/4.0.30319.42000, , 
gzip)   http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema;> https://adwords.google.com/api/adwords/cm/v201802;>  
ADD  1396753615 
 1026481   
  ADD  
1396753615  
MILES 
15  Houston 
TX 77019 
US
  ADD  
1396753615  
1000  



KDJ

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5acef0dc-416d-4fde-93dd-4fbec8f0a440%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to Get Data Ads only using Adwords API in c#?

2018-05-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, 

If you're looking to pull stats at the ad level, you could use Ad 
Performance Report 

 where 
stats are generated at ad level with one row per ad. You can take a look at 
our Reporting code samples 
 in 
Java as a reference. Code samples in other languages can be found here 
. 

If you're having an issue generating the reports, could you please share 
the complete report definition 
,
 
so I can take a look? You can reply back via Reply privately to author 
option. 

Thanks,
Bharani, AdWords API Team

On Wednesday, May 9, 2018 at 8:57:06 AM UTC-4, Hendra wrote:
>
> i have create some report, i success get data from campaign and ad_Group 
> but i can not get data from ads, how can i get data from ads?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/89ede8c7-e760-420c-bf04-ae4180ad6ad4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Trial creation fails only when previously we have defined campaign platform modifiers

2018-05-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Yeray, 

I'm glad that your issue has been resolved. If you happen to see the issue 
again, please capture the SOAP logs and share it with us so we can 
investigate the issue. 

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/d986ea35-6ed0-4cf0-b381-927edd30e5b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CriterionError.INVALID_PROXIMITY_ADDRESS

2018-05-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Dmitry,

I see that you have already posted a fresh thread 

 on 
this issue. Therefore, we can continue our discussion there.

Regards,
Dhanya, 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/f4309b48-e4fe-425c-91de-f83e47f5f812%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Compare periods via AWQL

2018-05-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Will,

Via API, when downloading a report, compare to range is not available. 
Currently, this feature is not available in Google Ads API 
 v0, 
either. However, this is a popular request and our team is looking into the 
possibility of exposing via API. But, unfortunately, I cannot comment on 
any timelines for this feature. Please do keep an eye on our blog 

 for 
any updates or announcements about upcoming releases. 

Regards,
Dhanya, 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/8fffeffa-7c4f-4bde-a86b-d1632b4ab496%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to check conversion which are imported from GA

2018-05-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Adam, 

The Google Analytics conversion trackers are not being returned by 
ConversionTrackerService 

 at 
the moment. Our team is looking into updating the API documentation to 
reflect the expected behavior of the API. 

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/89c7d0e7-678d-4b73-bdba-f8c0fc9a049b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Question about Geo performance report and campaign type

2018-05-09 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Ido,

Unfortunately UAC doesn't support Geo Performance report via API, it only 
supports the reports which are listed here 

 via 
the API. The closest one you may refer is Campaign Location Target Report 

 which 
summarizes the performance of campaigns by location-based criterion.You 
will get id 

 of 
location from this report. Then you need to use LocationCriterionService 

 to 
get location name for that ID. Please check the LookupLocation 

 example 
for reference in java. Samples in other languages can be found here 
. 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/a896d425-1fbd-4fa3-a910-27e4baba706f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWordsUser doesn't have authorization token

2018-05-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

You will need to create a Test manager account and then create test client 
accounts. All client accounts created under the test manager account will 
be automatically marked as test accounts. Please refer this section of guide 

 for 
the steps and let me know if you have any further questions.

Regards,
Dhanya, 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/97927884-938c-42e3-9911-1fc75f429a1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: INVALID_PROXIMITY_ADDRESS with address from

2018-05-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

This issue is being worked upon. At this point, there is no ETA but I will 
keep you posted on updates. 

Regards,
Dhanya, 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/b182da79-39ae-4991-ba84-b1d717cd746b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API 500 Internal Server Error in GetKeywordIdeas

2018-05-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sang, 

Glad to know that you got it working. 

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/50ac23ae-ae41-4ce5-a7bb-35180ec32be7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to retrieve conversion_id and conversion_label

2018-05-09 Thread Bennett Dungan
Newbie dev here, is there a function for grabbing the conversion_id and 
conversion_label from an adwords account? Trying to auto-apply these 
settings to create JSON files for easy upload to the GTM. 

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/5eef1582-8f7e-4842-a4d8-dce447adc9ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Ad extension report: click to call from mobile device

2018-05-09 Thread tim
I would like to get reports about the clicks on my phone number in the ad 
extension. From mobile devices.
How do I query for this?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/362f6850-6c13-4d93-8903-41314fa64138%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Universal app campaigns country level breakdown

2018-05-09 Thread ido . shichor
The problem with the campaign performance report is that it does not 
contain the country breakdown.
Is there any way to pull UAC performance with country breakdown at the 
moment?

On Tuesday, December 20, 2016 at 7:43:12 PM UTC+2, Vishal Vinayak (Adwords 
API Team) wrote:
>
> Hi Jonny,
>
> You can identify UACs in the Campaign Performance Report 
> 
>  using 
> the fields AdvertisingChannelType 
> 
>  and AdvertisingChannelSubType 
> .
>  
> When filtering on the records, you can add the following filters to your 
> report:
>
> AdvertisingChannelType = MULTI_CHANNEL
> AdvertisingChannelSubType = UNIVERSAL_APP_CAMPAIGN 
>
> Our Mobile App Campaigns Reporting Guide 
> 
>  has 
> more details on this topic.
>
> Regards,
> Vishal, 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/2c7e8f25-f01a-463a-b5eb-b48fe1eef7ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to request access to a Google My Business account by email with API

2018-05-09 Thread Zahid Pervaiz
You have to generate access token for your GMB account and you can use this 
access token to make a call by passing this access token, email address, 
and the busniess account identifier of your GMB account. Based on the 
details shared, it looks like the Policy violation is specific to 
application. The UniversalAppCampaignAsset setting type COMBINATION 
indicates that it is a combination of different assets. Please refer to 
this guide for more information. The PolicyTopicEntryType PROHIBITED 
indicates that the asset will never be served. Could you please share the 
complete SOAP request and response logs, so I can take a closer look on 
source ? You can reply back via 
Reply privately to author option

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/12534f6a-877a-40a8-8f1a-94e89acf496a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Question about Geo performance report and campaign type

2018-05-09 Thread ido . shichor
Hello Shwetha,

I'm running into a similar problem...
I want to be able to break down UAC campaigns per geo, but their stats are 
not available in the Geo Performance report.
Is there a solution?

Thanks,
Ido

On Tuesday, December 6, 2016 at 8:09:02 PM UTC+2, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi Nikolay,
>
> Universal App Campaign data is available in the reports listed here 
> 
> . AdvertisingChannelType 
> 
>  and AdvertisingChannelSubType 
> 
>  fields 
> are not available in Geo Performance Report 
> .
>  
> Could you elaborate which dashboard you are trying to use to filter for 
> Universal app campaigns? 
>
> Thanks,
> Shwetha, 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/b5d6bf08-b908-4939-b112-92c056368e59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to retrieve Ads'data in Adwords API C#?

2018-05-09 Thread Hendra



i want to get all data from Ads using AWQL but i can't find way to call it,
please help me how to call it?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b663fcca-2dfe-449e-9f3c-777d489602c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to Get Data Ads only using Adwords API in c#?

2018-05-09 Thread Hendra
i have create some report, i success get data from campaign and ad_Group 
but i can not get data from ads, how can i get data from ads?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6022be88-a015-4554-a5fc-6d7714673054%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Best Practices for working with reports?

2018-05-09 Thread Peter Bowen
Hi.

I think you're doing it the right way by separating the scripts. That's 
good programming practice.

I don't know how good python is at freeing memory but if you're handling a 
really big report it might be better to keep the get report and process 
report functions separate as you have them to avoid timeout or memory out 
errors.

On Tuesday, 8 May 2018 21:37:18 UTC+1, Nellle Rickchards wrote:
>
> Hello,
>
> I'm working with GetReportDownloader and following some of the examples 
> Google has provided (
> https://developers.google.com/adwords/api/docs/samples/python/reporting#download-criteria-report-as-a-stream-with-awql
> ).
>
> Currently I do this:
>
> Sctipt 1:
> - Download adwords report to a CSV file
>
> Script 2:
> - Open CSV file as a pandas dataframe
> - Does some calculations/analysis using the dataframe
>
> Is this the right way of doing it? Is it possible to save the report 
> directly to a pandas dataframe or other python datatype instead of 
> downloading it to my local system? 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d36b4cd9-abec-4970-a98a-789cc5b5fe71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Trial creation fails only when previously we have defined campaign platform modifiers

2018-05-09 Thread yeray . romero
Hello Bharani,

it looks like the bug is gone now. We haven't changed the way we are 
creating campaigns nor the way we are creating experiments, but our tests 
accounts are now creating campaigns without connected TV platforms.
There wasn't anything in the SOAP requests nor in the responses making any 
kind of reference to the connected TV but glad to see it has been fixed.

Thanks,
Yeray

On Thursday, 3 May 2018 19:48:46 UTC+1, Bharani Cherukuri (AdWords API 
Team) wrote:
>
> Hello, 
>
> For the account mentioned in my previous reply, the Campaign: 
> Campaign_ES_1 was created on May 2, 2018 and the Platform criteria has been 
> added through the AdWords API. Could you share the API SOAP request and 
> response logs for this operation? It will help us figure out on how exactly 
> this criteria (Connected TV) is getting added to the account.
>
> Additionally, please note that the screenshot provided was for a different 
> campaign and I was not able to look up the change history for this 
> Campaign_ES_2 for April 24,2018. It is probably associated with a different 
> account. I will not be able to comment on how these changes have been made. 
>
> You can reply back via *Reply privately to author* option to share the 
> logs privately.
>
> Thanks,
> Bharani, AdWords API Team
>

-- 


This email and any files transmitted
with it are confidential and 
intended solely for the use of the individual or
entity to whom they are 
addressed. If you have received this email in error
please notify the 
system manager. This message contains confidential
information and is 
intended only for the individual named. If you are not the
named addressee 
you should not disseminate, distribute or copy this e-mail.
Please notify 
the sender immediately by e-mail if you have received this e-mail
by 
mistake and delete this e-mail from your system. If you are not the 
intended
recipient you are notified that disclosing, copying, distributing 
or taking any
action in reliance on the contents of this information is 
strictly prohibited.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/01a2d00c-f752-4720-966b-3a3963ee04e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: INVALID_PROXIMITY_ADDRESS with address from

2018-05-09 Thread test . gmr . val
Hello,

any new updates on this topic?

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/0fb32f9a-ba58-4085-ba62-71352e2fb4a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Compare periods via AWQL

2018-05-09 Thread Will Atkins
Hi there,

I know this comment is old, but I still have the same question.

Can a compare to range be specified when downloading a report?

Is this something that may be available in the future?  I looked through 
the Beta documentation and didn't spot it, would be a nice feature to have 
and would cut down on the amount of requests?

Thanks,
Will

On Tuesday, 10 June 2014 13:40:56 UTC+1, Michael Cloonan (AdWords API Team) 
wrote:
>
> Hello Sasha,
>
> There is no way to provide these automatic comparisons via the AdWords 
> API. You can work around this like you suggested by running multiple 
> reports, one for each time period. Alternatively, if the time periods are 
> contiguous, you can still get all the data at once and segregate it 
> programmatically by the Date on each given line.
>
> Regards,
> Mike, AdWords API Team
>
> On Tuesday, June 10, 2014 5:32:57 AM UTC-4, Sasha Matijasic wrote:
>>
>> Hi,
>>
>> is it possible to have compare to previous period option via AWQL?
>>
>> For example, in a query like this:
>> select CampaignName, Clicks from CAMPAIGN_PERFORMANCE_REPORT
>> where Status = ACTIVE and Impressions > 0
>> during LAST_MONTH
>>
>> I get Clicks for the given period. In AdWords GUI, I can turn on Compare 
>> mode and select Previous period (or same period last year or custom) and 
>> get clicks for comparison period.
>> I haven't found the same option in API.
>>
>> Am I missing something or should I simply execute 2 queries, one for each 
>> time period?
>>
>> Thanks,
>>
>> sasha
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/286310a8-4b20-4e4b-b0e7-be0d83bde6bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWordsUser doesn't have authorization token

2018-05-09 Thread ironside . alexander
Ok I realized this is the actual error message: Developer token is not 
approved for production access, and the customer is attempting to access a 
production account.
And it makes sense. But how do I make my customer a test user?

W dniu poniedziałek, 30 kwietnia 2018 17:47:29 UTC+2 użytkownik Dhanya 
Sundararaju (AdWords API Team) napisał:
>
> Hi Grégory,
>
> Could you please post on the .NET github 
>  as it is a 
> library specific issue? As a workaround, could you please follow the steps 
> as elaborated in this section of the guide 
> 
>  to 
> get tokens using the curl command and then try to make the API call after 
> updating in your App.config file? Please let me know if you have further 
> questions.
>
> Regards,
> Dhanya, 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/68a62401-9374-4e19-9363-13d8debe0fe0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWordsUser doesn't have authorization token

2018-05-09 Thread ironside . alexander
Hi Dhanya.
Thank you so much.
It almost works and I feel like I'm almost there. Now I'm getting a 
"developer token is not approved" error, which is interesting, because my 
account is a test account, and I copied the developer token.
What is the possible issue here? I already reset the token using incognito 
tab.

W dniu poniedziałek, 30 kwietnia 2018 17:47:29 UTC+2 użytkownik Dhanya 
Sundararaju (AdWords API Team) napisał:
>
> Hi Grégory,
>
> Could you please post on the .NET github 
>  as it is a 
> library specific issue? As a workaround, could you please follow the steps 
> as elaborated in this section of the guide 
> 
>  to 
> get tokens using the curl command and then try to make the API call after 
> updating in your App.config file? Please let me know if you have further 
> questions.
>
> Regards,
> Dhanya, 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/3256dae9-0792-482c-86bf-fc616e98c11d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.