Re: Authentication problem

2018-08-27 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

When setting up your OAuth2 credentials 
, we 
recommend the installed application flow 

 app 
type for this. I would suggest to follow the guides on the links that I 
provided. Then, once done with the setup, you may try some basic operations 
here 

 and 
let me know if it works.

Thanks and regards,
Luis
AdWords API Team

On Tuesday, August 28, 2018 at 4:54:08 AM UTC+8, sshaw.losasso wrote:
>
> I'm trying to get started with adwords api but am unable to authenticate.
>
> I am using python.  When I run:
>
> flow = google_auth_oauthlib.flow.Flow.from_client_secrets_file(
> 'client_secret.json', scope=[oauth2.GetAPIScope('adwords')])
> flow.redirect_uri = 'https://www.example.com/oauth2callback'
>
> I get an error
>
> TypeErrorTraceback (most recent call last) in 
> ()  1 flow = 
> google_auth_oauthlib.flow.Flow.from_client_secrets_file(> 2 
> 'client_secret.json', scope=[oauth2.GetAPIScope('adwords')])  3 
> flow.redirect_uri = 'https://www.example.com/oauth2callback'
> TypeError: from_client_secrets_file() takes exactly 3 arguments (2 given)
>
>
>
> I read that sometimes if you download sqlparse it fixes this but I tried that 
> and it didn't work.  My googleads.yaml file is stored on my home directory 
> and I have my client_id, client_secret, and refresh_token filled out.
>
>
> Any idea what is wrong? 
>
>
> 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/f2d2a8a6-8147-466f-84c0-8bcad210f03e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords reports with Custome dates (Python)

2018-08-27 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sergei,

Since you are using the Python client library, the implementation here is 
quite different for setting up the date range. Could you try using the 
below code snippet instead?

.During(start_date='20180801', end_date='20180802')


Let me know if it works.

Thanks and regards,
Luis
AdWords API Team 

On Tuesday, August 28, 2018 at 4:53:51 AM UTC+8, Sergei S wrote:
>
> Hi,
>
> I'm trying to get a report for custom dates with the following query:
>   report_query = (adwords.ReportQueryBuilder()
>   .Select(
> 'CampaignName',
> 'AdGroupName',
> 'Url',
> 'Impressions',
> 'Clicks',
> 'Cost'
> )
> .From('URL_PERFORMANCE_REPORT')
> .Where('Status').In('ENABLED', 'PAUSED')
> .During('20180801','20180802')
> .Build())
>
> I can't figure out how do i set a custom date, tried all possible 
> variations from what i could find online.
>
> What am i doing wrong?
>
> 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/c1d6d538-a017-42e4-a347-dc22d1d21242%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can We Get "Approved Limited Trademarks in ad Text" Warning Via Adwords API

2018-08-27 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Avnish,

You can use the AdGroupAdService.policysummary 

 to 
filter by combinedApprovalStatus = APPROVED_LIMITED. Please refer this this 
forum post 

 for 
a related code snippet. You will be also able to submit policy exemption 
requests for those policy violations which has isExemptable as true. Please 
refer this 
 
section 
of guide for more details and code samples 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/fdd94fdd-451e-406e-b260-523a2ed79637%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Authentication problem

2018-08-27 Thread sshaw . losasso
I'm trying to get started with adwords api but am unable to authenticate.

I am using python.  When I run:

flow = google_auth_oauthlib.flow.Flow.from_client_secrets_file(
'client_secret.json', scope=[oauth2.GetAPIScope('adwords')])
flow.redirect_uri = 'https://www.example.com/oauth2callback'

I get an error

TypeErrorTraceback (most recent call last) in 
()  1 flow = 
google_auth_oauthlib.flow.Flow.from_client_secrets_file(> 2 
'client_secret.json', scope=[oauth2.GetAPIScope('adwords')])  3 
flow.redirect_uri = 'https://www.example.com/oauth2callback'
TypeError: from_client_secrets_file() takes exactly 3 arguments (2 given)



I read that sometimes if you download sqlparse it fixes this but I tried that 
and it didn't work.  My googleads.yaml file is stored on my home directory and 
I have my client_id, client_secret, and refresh_token filled out.


Any idea what is wrong? 


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/572a2120-b7c0-43f1-bc55-8882023d15d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How can I retrieve conversion using ConversionTrackerService

2018-08-27 Thread Roberto Jax
tks so much baby
i fixed this :)

On Friday, November 24, 2017 at 2:34:08 AM UTC-8, Jikai Zhang wrote:
>
> Hi AdWords API Teams,
>
> I use AdWords integrate with Firebase project, I create Conversion with 
> Firebase events in the AdWords Platform, so I can see those conversions on 
> the adwords.
> But I can not retrieve those conversions 
> using ConversionTrackerServiceInterface API, How can I do this.
>
> Thanks.
>
> some code I used.
>
> CampaignServiceInterface campaignService =
> adWordsServices.get(session, CampaignServiceInterface.class);
>
> int offset = 0;
>
> SelectorBuilder builder1 = new SelectorBuilder();
> Selector selector1 = builder1.fields(ConversionTrackerField.Id, 
> ConversionTrackerField.AppId,
> ConversionTrackerField.Name).build();
> ConversionTrackerServiceInterface trackerServiceInterface = 
> adWordsServices.get(session, ConversionTrackerServiceInterface.class);
> ConversionTrackerPage page1 = null;
> do {
>   page1 = trackerServiceInterface.get(selector1);
>
>   if (page1.getEntries() != null) {
> for (ConversionTracker conversionTracker : page1.getEntries()) {
>   System.out.printf("ConversionTracker with name '%s' and ID %d was 
> found.%n", conversionTracker.getName(),
>   conversionTracker.getId());
> }
>   } else {
>   }
>
>   offset += PAGE_SIZE;
> } while (offset < page1.getTotalNumEntries());
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f6bc3779-9165-4923-85f1-f22ccef398b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How can I retrieve conversion using ConversionTrackerService

2018-08-27 Thread Gary Torino
that's great :)))

On Friday, November 24, 2017 at 2:34:08 AM UTC-8, Jikai Zhang wrote:
>
> Hi AdWords API Teams,
>
> I use AdWords integrate with Firebase project, I create Conversion with 
> Firebase events in the AdWords Platform, so I can see those conversions on 
> the adwords.
> But I can not retrieve those conversions 
> using ConversionTrackerServiceInterface API, How can I do this.
>
> Thanks.
>
> some code I used.
>
> CampaignServiceInterface campaignService =
> adWordsServices.get(session, CampaignServiceInterface.class);
>
> int offset = 0;
>
> SelectorBuilder builder1 = new SelectorBuilder();
> Selector selector1 = builder1.fields(ConversionTrackerField.Id, 
> ConversionTrackerField.AppId,
> ConversionTrackerField.Name).build();
> ConversionTrackerServiceInterface trackerServiceInterface = 
> adWordsServices.get(session, ConversionTrackerServiceInterface.class);
> ConversionTrackerPage page1 = null;
> do {
>   page1 = trackerServiceInterface.get(selector1);
>
>   if (page1.getEntries() != null) {
> for (ConversionTracker conversionTracker : page1.getEntries()) {
>   System.out.printf("ConversionTracker with name '%s' and ID %d was 
> found.%n", conversionTracker.getName(),
>   conversionTracker.getId());
> }
>   } else {
>   }
>
>   offset += PAGE_SIZE;
> } while (offset < page1.getTotalNumEntries());
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b9397bd3-8ac4-4fdf-9407-6dbbe9a8c776%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords reports with Custome dates (Python)

2018-08-27 Thread Sergei S
Hi,

I'm trying to get a report for custom dates with the following query:
  report_query = (adwords.ReportQueryBuilder()
  .Select(
'CampaignName',
'AdGroupName',
'Url',
'Impressions',
'Clicks',
'Cost'
)
.From('URL_PERFORMANCE_REPORT')
.Where('Status').In('ENABLED', 'PAUSED')
.During('20180801','20180802')
.Build())

I can't figure out how do i set a custom date, tried all possible 
variations from what i could find online.

What am i doing wrong?

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/91e588b7-7896-4ec9-9ea9-3ba69a82d1d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot find AdWords API Center

2018-08-27 Thread piyush
Hey,

Please complete the billing details after creating MCC account.

Once that is completed you can see API Center option under Tool Icon.

Thanks.

On Wednesday, May 7, 2014 at 5:09:45 PM UTC+5:30, adwordsku...@ksk-media.de 
wrote:
>
> Dear All,
>
> Our company wants to develop a simple tool that generates AdWords reports 
> to send to our customers and exports them to PDF.
>
> Now to use the API, I understand that I need an Developer Token, which I 
> am supposed to find in the MCC Account Settings. But there is no link to 
> the AdWords API center on the page referred to here 
>  (
> https://developers.google.com/adwords/api/docs/signingup?hl=en). As 
> advised I have created a completely new AdWords MCC Account. 
>
> Help would be greatly appreciated.
>
> Thank you.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c11141cc-c9b3-4ad4-90a4-3144a3ef2470%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Parallel tracking

2018-08-27 Thread dharam . enest
Hello team, 
We are using the Google Ad-words api for sending Offline Conversion to 
Google Ad-words accounts. For that we are using the GCLID that is added to 
the landing page by enabling auto-tagging. 

If we talk about custom click tracking (for instance, a third-party click 
measurement system). How we can use this type of tracking. If we use this 
type of tracking, auto tagging will work or not. (Gclid will be there or 
not with custom click tracking.)

Please let us know will parallel tracking will make some effect on our 
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/e797aa99-676a-4913-a4cd-6a29ab158201%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can I get In-market audiences list via api?

2018-08-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Ken,

I am Peter's colleague and will be following up on this thread as he is 
unavailable today. To get the In Market audience, you can use code below:

ConstantDataServiceInterface constantDataService = 
adWordsServices.get(session, ConstantDataServiceInterface.class);
constantDataService.getUserInterestCriterion(ConstantDataServiceUserInterestTaxonomyType.IN_MARKET)

Give a try and let me know if you are still facing an issue.

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/e16f9796-a6d7-4fae-b214-77ec05ab87a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Using AdGroupAdService I got SelectorError.TOO_MANY_PREDICATE_VALUES error

2018-08-27 Thread Luigi Taccetta
In this case it was related to the quantity of values passed.
Thanks!

On Monday, 27 August 2018 20:10:27 UTC+2, Teja Makani wrote:
>
> Hi Luigi,
>
> The TOO_MANY_PREDICATE_VALUES 
> 
>  occurs 
> when you are using over 10,000 values in either your IN or NOT_IN 
> predicate. If this is not the cause of your issue, please send me your SOAP 
> request and response via *reply privately to author *so that I can 
> investigate further.
>
> Regards, 
> Sai Teja, AdWords API Team.
>
> On Sunday, August 26, 2018 at 2:44:40 PM UTC-4, Luigi Taccetta wrote:
>>
>> Hi there,
>>
>> Using AdGroupAdService I got SelectorError.TOO_MANY_PREDICATE_VALUES 
>> error. I notice the number of items in the array passed is huge, but I 
>> didn't find any limit in the reference online nor in the code.
>>
>> Any idea how much is it or where I can check it?
>>
>> 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/3667c105-8cbd-47c3-8600-dd2b63bbee11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Using AdGroupAdService I got SelectorError.TOO_MANY_PREDICATE_VALUES error

2018-08-27 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hi Luigi,

The TOO_MANY_PREDICATE_VALUES 

 occurs 
when you are using over 10,000 values in either your IN or NOT_IN 
predicate. If this is not the cause of your issue, please send me your SOAP 
request and response via *reply privately to author *so that I can 
investigate further.

Regards, 
Sai Teja, AdWords API Team.

On Sunday, August 26, 2018 at 2:44:40 PM UTC-4, Luigi Taccetta wrote:
>
> Hi there,
>
> Using AdGroupAdService I got SelectorError.TOO_MANY_PREDICATE_VALUES 
> error. I notice the number of items in the array passed is huge, but I 
> didn't find any limit in the reference online nor in the code.
>
> Any idea how much is it or where I can check it?
>
> 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/db73a8aa-ebe6-430a-ae05-0b72054cecd7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Check the approval status of an ad By API

2018-08-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Avnish,

Unfortunately, you won't be able to get the ad status via API. However, you 
can use the Ad Performance report 

 and 
using the CombinedApprovalStatus 

 field 
you will be able to get the approval status that combines review state and 
status. To get the policy information for an ad, you will be able to get 
the reason in the PolicySummary 

 column. 
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/1845bec2-9ab1-45e4-ab0a-33d8aa14dd7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Parallel traching

2018-08-27 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pankaj,

Please find my responses inline:

   1. If i talk about the our normal ad-words account, how can we use 
   custom click tracking.
   You can use custom click tracking for additional tracking information. 
   Usually this is a proprietary/in-house tracking or via a third party 
   provider. In in-house tracking, tracking may not go through a different 
   domain. In third party tracking, tracking usually is carried out via a 
   different domain as the setup by the third party provider. In either case, 
   you will need to work with your third-party provider or whoever manages 
   your tracking, to setup your account for click tracking.
   2. Can we append the custom parameters to the landing page with custom 
   click tracking. 
   Yes, custom parameters which are entered in the tracking template field 
   following the correct encoding rules 
   , Final URL field and 
   Final URL suffix fields will be sent to the landing page.
   3. If we use custom click tracking, for that case gclid will be there in 
   our landing page or not. 
   Yes, you can add the Google Click ID by enabling auto-tagging or adding 
   the {gclid} parameter to your URLs. 

Please 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/e226447e-431f-4ca5-a962-0e2c0cc01056%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Zero Clicks in Geo Performance Report

2018-08-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Oksana,

Could you please share the client customer id for which you are retrieving 
the stats so that I can troubleshoot the issue? You can 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/223813a4-b2fa-41bc-94ae-04c1b564d4ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Getting Audience Type in Audience Performance Report

2018-08-27 Thread Charles Clark
Hello,
When querying the Audience Performance Report, we're having trouble 
locating the Audience Type.

The audience type can be easily added as a column in the adwords UI when we 
look at audience. Some of the types include "Detailed demographics", 
'Affinity audience' ,or "Similar audience".
However, when trying to get the Audience type info from the Adwords API via 
Audience Performance report, we were unable to find this Attribute/Segment. 

The end goal of this is we're seeing some discrepancy with our cost between 
the UI and the Adwords API, and some of that difference seems to be coming 
from Audience Type.

Is there anyway to find audience type in the adwords API Audience 
Performance Report?

Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4d22f7b9-6d2d-46d3-9744-84fdbecb7566%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Zero Clicks in Geo Performance Report

2018-08-27 Thread Oksana Sulyma
Hi Google team,
I have a question to you.
I request Campaign Performance Report report for one of my clients for 1 
month, and I get in summary 
Impressions =30850, Clicks = 69. Invalid Clicks = 0.
When I request Geo Performance Report for the same account/date range, I 
get in summary 
Impressions =30800, Clicks = 0.
Is there any explanation why I see zero clicks in Geo report? 
I will email account details privately and here are xml config which I use 
in requests:
--campaigns performance--
https://adwords.google.com/api/adwords/cm/v201802";>

AccountCurrencyCode
AccountDescriptiveName
AccountTimeZone
AveragePosition
BiddingStrategyType
BudgetId
CampaignId
CampaignName
CampaignStatus
Clicks
ConversionValue
Cost
Conversions
CustomerDescriptiveName
Date
EnhancedCpcEnabled
AllConversions
ExternalCustomerId
Impressions
InvalidClicks
IsBudgetExplicitlyShared
Period
Amount
ViewThroughConversions
ContentBudgetLostImpressionShare
ContentImpressionShare
ContentRankLostImpressionShare
SearchExactMatchImpressionShare
SearchBudgetLostImpressionShare
SearchImpressionShare
SearchRankLostImpressionShare
ImpressionReach
AverageFrequency
StartDate
EndDate
AdNetworkType1
VideoQuartile100Rate
VideoQuartile25Rate
VideoQuartile50Rate
VideoQuartile75Rate
VideoViews
GmailForwards
GmailSaves
GmailSecondaryClicks
ActiveViewImpressions
AdvertisingChannelSubType
AdvertisingChannelType
BiddingStrategyId
BiddingStrategyName
ServingStatus
LabelIds
Labels
ActiveViewMeasurableImpressions
ActiveViewMeasurableCost
AllConversionValue
AveragePageviews
AverageTimeOnSite
BounceRate
ClickAssistedConversions
ClickAssistedConversionsOverLastClickConversions
ClickAssistedConversionValue
ContentImpressionShare
ContentRankLostImpressionShare
CrossDeviceConversions
Engagements
ImpressionAssistedConversions
ImpressionAssistedConversionsOverLastClickConversions
ImpressionAssistedConversionValue
ImpressionReach
Interactions
NumOfflineImpressions
NumOfflineInteractions
PercentNewVisitors



2018071620180816

Adwords Campaign List
CAMPAIGN_PERFORMANCE_REPORT
CUSTOM_DATE
CSV



-- geo performance --


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

CampaignId
CampaignName
CityCriteriaId
CountryCriteriaId
RegionCriteriaId
MetroCriteriaId
Date
Impressions
Clicks
Cost
Conversions
ViewThroughConversions
ConversionValue
AdNetworkType1
VideoViews
AllConversions
AllConversionValue
AveragePosition
CrossDeviceConversions
Interactions


CampaignId
IN
my_id_here



2018071620180816

Adwords Geo List
GEO_PERFORMANCE_REPORT
CUSTOM_DATE
CSV


I can provide report files I get from Ads privately as well. Thanks in 
advance for any info on 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/c8d2c6c2-1465-4035-a0bc-4918936499e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can I get In-market audiences list via api?

2018-08-27 Thread Ken Hsu
Hi Peter,
Thanks for your response,
When I use ConstantDataService.getUserInterestCriterion() 

 this 
function , I get all of them,
but I only want to pull the list like the screenshot,
I think the list of audiences is what Google recommend , so can I get those 
data via api?

Peter Oliquino (AdWords API Team)於 2018年8月24日星期五 UTC+8下午1時48分26秒寫道:
>
> Hi Ken,
>
> As discussed here 
> ,
>  
> you can use the ConstantDataService.getUserInterestCriterion() 
> 
>  method 
> to retrieve your In-Market audiences list. Let me know if this helps.
>
> Thanks and regards,
> Peter
> AdWords API Team
>
> On Friday, August 24, 2018 at 5:31:30 AM UTC+8, Ken Hsu wrote:
>>
>> Can I get In-market audiences list via api?
>> 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/805e21fc-0257-432f-a7b0-7906eb1bfbcf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Check the approval status of an ad By API

2018-08-27 Thread avnish
I need to check the approval status of an ad via API.  If any helplink is 
available please send me

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/643990fc-3ef8-449a-8465-251c177452e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.