Re: how to grab Age and Gender info together along with ad_group performance report?

2017-09-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi James,

If you are using custom columns for reports via the AdWords UI then I'm 
afraid that this is currently not supported in the AdWords API. You may 
follow our blog 
 for any 
updates if and when this feature can be available in the AdWords API.

For AdWords API compatible reports, you may refer to our report mapping 
 guide for 
more information.

Thanks and regards,
Peter
AdWords API Team

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

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


Re: Question regarding Predicates or AWQL

2017-09-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Vasile,

A feature request has already been filed for this. However, this does not 
guarantee that the team will work on this and will be available soon. 
Kindly continue to follow our blog 
 to check 
for any future updates.

Thanks,
Vincent
AdWords API Team

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

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


Re: UNEXPECTED_INTERNAL_API_ERROR with getCustomers

2017-09-21 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Oksana,

I accidentally set my net a little too wide when checking what's associated 
with that email. It's associated with only a few AdWords accounts as you 
pointed out, and it's associated with a lot of other non-AdWords accounts. 
That's where the confusion came in. You pointing that out has helped me 
narrow it down a bit. I'm working with one of my teammates to figure out 
who has an expertise in this area. This one is tough to figure out, so I'll 
get back to you as soon as we've gotten further in tracking this down.

Cheers,
Nadine, AdWords API Team

On Thursday, September 21, 2017 at 2:11:17 PM UTC-4, Oksana Sulyma wrote:
>
> Hi guys!
>
>
> You write on my problem:
>
> " That email is associated with over 200 AdWords accounts. Usually, the 
> max that we see is 5 AdWords accounts. I traced down the error on our end, 
> and and it looks like it's timing out as it's trying to retrieve all the 
> accounts associated with that email address." 
>
>
> Client had a clarification question:
>
> "By accounts—can you confirm that it not child accounts being referenced? 
> Google only allows 5 accounts under an email and I have like 3 total. I do 
> have a lot of child accounts but the problem never occurred until recently 
> and I have added anything that new. Let me know and I can try and 
> troubleshoot."
>
>
>
>

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

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


Re: Getting CustomerId with PHP

2017-09-21 Thread Joven Albarida
You can also try this out, if you want to list individual 
items.. 
https://developers.google.com/adwords/api/docs/reference/v201705/CustomerService.Customer
$customerService = $adWordsServices->get($session, CustomerService::class);
$customers = $customerService->getCustomers();
foreach($customers as $k=>$v) {
 echo $v->getCustomerId();
 echo $v->getDescriptiveName();
}




On Wednesday, May 31, 2017 at 8:25:16 PM UTC+8, Mihai Iliescu wrote:
>
> Thanks Shwetha Vastrad.
>
> Can someone help me with the code. I tried the one bellow but it does not 
> seem to print anything out:
>
> [...]
> use Google\AdsApi\AdWords\v201702\mcm\CustomerService;
> [...]
> $adWordsServices = new AdWordsServices();
> $CustomerService= $adWordsServices->get($session, CustomerService::class);
> $cid=$CustomerService->getCustomers();
> var_dump $cid;
>
> Page appears empty.
>
> [2017-05-31 15:22:07] AW_SOAP.INFO: clientCustomerId= operations=1 
> service=CustomerService method=getCustomers responseTime=460 
> requestId=000550d0f7ee23c00a1bb0dc1600bca3 server=adwords.google.com 
> isFault=0 faultMessage=
>
>
>

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

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


Universal App Campaigns Reporting

2017-09-21 Thread yuval
Hey Adwords API team,
I recently encountered the following blog post: 
http://googleadsdeveloper.blogspot.co.il/2017/09/upgrade-to-adwords-universal-app.html

Since you're changing all mobile app campaigns to UAC, most of the campaign 
reporting capabilities won't work (at least not with the current reporting 
API version).
According to your documentation, UAC campaigns aren't available in the 
following ad hoc reports:

1. GEO_PERFORMANCE_REPORT
2. KEYWORD_PERFORMANCE_REPORT
3. PALCEMENT_PERFORMANCE_REPORT
4. AD_PERFORMANCE_REPORT

These reports provide us (and our customers) vital information about the 
progress of their campaigns in several segmentations.

Along with the upcoming change in the campaign types in November, are you 
planning on improving the measurement reporting on UAC campaigns? 
Will it be possible to pull country / keyword / placement / adgroup / ad 
level statistics on UAC campaigns in the next API release? 
Please shed some light if possible on these issues, since it is extremely 
important to us.

Thanks,
Yuval

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

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


Re: Credential could not be refreshed, java client library version v201708

2017-09-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Hari, 

Your code snippet looks good. To investigate the issue further, could you 
provide us the logs with complete error message you received with the new 
refresh token? 

Thanks,
Bharani, AdWords API Team

On Wednesday, September 20, 2017 at 8:36:50 AM UTC-4, hari krishna wrote:
>
> Hi,
>
>  We are getting Credential could not be refreshed error  occasionally. We 
> are using java client library version  v201708.
>
> I generated new refreshToken also but that did not work to solve the issue 
> permanently. 
>
> Can you please help us to resolve this issue permanently. 
>
> Below is the stack trace.
>
> [20 Sep 2017 05:15:42,370-AdwordsDataServicesImpl:ERROR:main] Error in 
> getting AdwordsSession with given credentials
> com.google.api.ads.common.lib.exception.OAuthException: Credential could 
> not be refreshed.
> at 
> com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:229)
> at 
> com.aaa.adwords.services.AdwordsDataServicesImpl.generateAdwordsSession(AdwordsDataServicesImpl.java:57)
> at com.aaa.adwords.Application.main(Application.java:52)
> Caused by: com.google.api.client.auth.oauth2.TokenResponseException: 401 
> Authorization Required
> at 
> com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:105)
> at 
> com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)
> at 
> com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307)
> at 
> com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:570)
> at 
> com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:362)
> at 
> com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:489)
> at 
> com.google.api.ads.common.lib.auth.OAuth2Helper.callRefreshToken(OAuth2Helper.java:69)
> at 
> com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:223)
> ... 2 more
>
> Thanks!
> Hari. 
>
>

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

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


Re: UNEXPECTED_INTERNAL_API_ERROR with getCustomers

2017-09-21 Thread Oksana Sulyma


Hi guys!


You write on my problem:

" That email is associated with over 200 AdWords accounts. Usually, the max 
that we see is 5 AdWords accounts. I traced down the error on our end, and 
and it looks like it's timing out as it's trying to retrieve all the 
accounts associated with that email address." 


Client had a clarification question:

"By accounts—can you confirm that it not child accounts being referenced? 
Google only allows 5 accounts under an email and I have like 3 total. I do 
have a lot of child accounts but the problem never occurred until recently 
and I have added anything that new. Let me know and I can try and 
troubleshoot."



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

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


Re: Exception while calling OfflineConversionFeedService

2017-09-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Shafeena, 

Could you please enable logging 
 and 
share the complete SOAP logs for the API request along with your 
clientCustomerId? You could *reply privately to the author* while sharing 
the details. 

Thanks,
Sreelakshmi, AdWords API Team

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

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


Re: Cant get API to do anything

2017-09-21 Thread TheAinz
Hi Shwetha,

The browser post refers to what I used previously with the old library (pre 
25.0.0). The query is about whether same can be done with the new library? 
I can't locate in the code where the browser is prevented at the moment.

I've been running the GetCampaigns.php file from the command line 
previously without modifications and get nothing. I've now changed the 
logging level to DEBUG and tried again as you suggest. Same issue. Nothing 
happens, no feedback. Still stumped :-)

I'll post on the library issue tracker as you suggest. 

Thanks for your help.

Neil

On Thursday, 21 September 2017 16:27:02 UTC+1, Shwetha Vastrad (AdWords API 
Team) wrote:
>
> Hi,
>
> Could you try out the suggestions in this post 
> 
>  to 
> run the examples in a browser? Could you also try out the examples without 
> any modification from the command line and let me know if logs are 
> generated? Since you have set the log level to INFO, for successful API 
> requests, only a one-line summary is logged. Could you change the logging 
> level to DEBUG and send over any log files generated when you run the 
> GetCampaigns.php example? I would also suggest that you create a post on 
> the library's issue tracker so the library owners can help you out. 
>
> Regards,
> Shwetha, AdWords API Team.
>

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

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


Re: How to get the the CPC Bid for each keyword - PHP

2017-09-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

You need to include the field *CpcBid* in the selector to populate the 
CpcBid.bid 

 of 
the AdGroupCriterion returned in the response. The list of available 
selector fields for AdGroupCriterionService is provided here 

. 

Regards,
Shwetha, AdWords API Team.

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

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


Re: How to Specify SSL Certificate Path in SoapSettinsBuilder.php with withSslCaFile() function v201708

2017-09-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

Could you confirm if the right path is provided for your certificate and 
it's readable by the script? In addition, could you please try a fresh new 
cert, e.g., from https://curl.haxx.se/docs/caextract.html? If this doesn't 
solve the issue, I would suggest that you create a post on the library's issue 
tracker  so the 
library owners can help you out. 

Thanks,
Shwetha Vastrad
AdWords API Team.

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

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


Re: API Reporting returns values for one of the accounts under MCC, and null values for another account under the same MCC

2017-09-21 Thread Adventum MCC
Thanks a lot!

We checked account 855-160-5229 and it turned out that the problem was on 
our side.
Thank you again for your help! 


четверг, 21 сентября 2017 г., 17:34:42 UTC+3 пользователь Shwetha Vastrad 
(AdWords API Team) написал:
>
> Hi, 
>
> The AdWords account 855-699-3833 has only Universal App Campaigns. 
> Universal App campaign stats are available in the reports listed here 
> .
>  
> This is why you don't get stats for this account via Ad Performance Report. 
> Could you provide the report definition used to get statistics for the 
> 855-160-5229 account?
>
> Thanks.
> Shwetha, AdWords API Team.
>

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

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


Re: Cant get API to do anything

2017-09-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

Could you try out the suggestions in this post 

 to 
run the examples in a browser? Could you also try out the examples without 
any modification from the command line and let me know if logs are 
generated? Since you have set the log level to INFO, for successful API 
requests, only a one-line summary is logged. Could you change the logging 
level to DEBUG and send over any log files generated when you run the 
GetCampaigns.php example? I would also suggest that you create a post on 
the library's issue tracker so the library owners can help you out. 

Regards,
Shwetha, AdWords API Team.

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

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


How to get the the CPC Bid for each keyword - PHP

2017-09-21 Thread caredo . ag . kundencenter
Hello,

i would like tho read out the CPC Bid for each keyword. I'm able to get the 
keywords with the getKewords.php Example.
It should be possible to get the CPC Bid with the AdGroupCriterionService? 
How can i do this?


class GetKeywords {

  const CAMPAIGN_GROUP_ID = '123742356';
  const PAGE_LIMIT = 500;

  public static function runExample(AdWordsServices $adWordsServices,
  AdWordsSession $session, $campaignId) {
$adGroupCriterionService =
$adWordsServices->get($session, AdGroupCriterionService::class);



// Create a selector to select all keywords for the specified ad group.
$selector = new Selector();
$selector->setFields(
['Id', 'CriteriaType', 'KeywordMatchType', 'KeywordText']);
$selector->setOrdering([new OrderBy('KeywordText', SortOrder::ASCENDING
)]);
$selector->setPredicates([
new Predicate('CampaignId', PredicateOperator::IN, [$campaignId]),
new Predicate('CriteriaType', PredicateOperator::IN,
[CriterionType::KEYWORD])

]);
$selector->setPaging(new Paging(0, self::PAGE_LIMIT));

$totalNumEntries = 0;
do {
  // Retrieve keywords one page at a time, continuing to request pages
  // until all keywords have been retrieved.
  $page = $adGroupCriterionService->get($selector);

  // Print out some information for each keyword.
  if ($page->getEntries() !== null) {
$totalNumEntries = $page->getTotalNumEntries();
   
foreach ($page->getEntries() as $adGroupCriterion) {
  printf($adGroupCriterion->getBiddingStrategyConfiguration()->
getBids());
  /*echo $adGroupCriterion->getCriterion()->getText()." - 
".$adGroupCriterion->getCriterion()->getMatchType()." - 
".$adGroupCriterion->getCriterion()->getType()
  ." - ".$adGroupCriterion->getCriterion()->getId() ." - 
".$adGroupCriterion->getBiddingStrategyConfiguration()->getBids()[0]->getBid()

  ."";*/
  
}
  }



  $selector->getPaging()->setStartIndex(
  $selector->getPaging()->getStartIndex() + self::PAGE_LIMIT);
} while ($selector->getPaging()->getStartIndex() < $totalNumEntries);

printf("Number of results found: %d\n", $totalNumEntries);
  }

  public static function main($customer_id) {
// Generate a refreshable OAuth2 credential for authentication.
$oAuth2Credential = (new OAuth2TokenBuilder())
->fromFile()
->build();

// Construct an API session configured from a properties file and the 
OAuth2
// credentials above.
$session = (new AdWordsSessionBuilder())
->fromFile()
->withOAuth2Credential($oAuth2Credential)
->withClientCustomerId($customer_id)
->build();

self::runExample(
new AdWordsServices(), $session, intval(self::CAMPAIGN_GROUP_ID));
  }
}



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

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


Exception while calling OfflineConversionFeedService

2017-09-21 Thread Shafeena Kabir

Hi,
I am getting the below exception while trying to make 
OfflineConversionFeedService API call. Any help to resolve the below error 
is greatly appreciated. Thanks!

Failed to upload conversion trackers. Exception details : 
System.ArgumentOutOfRa

ngeException: The value of this argument must fall within the range 0 to 0.

Parameter name: headerIndex

Actual value was 0.

 

Server stack trace:

   at System.ServiceModel.Channels.MessageHeaders.GetReaderAtHeader(Int32 
header

Index)

   at 
Google.Api.Ads.AdWords.Lib.AdWordsSoapHeaderInspector.AfterReceiveReply(Me

ssage& reply, Object correlationState)

   at 
System.ServiceModel.Dispatcher.ImmutableClientRuntime.AfterReceiveReply(Pr

oxyRpc& rpc)

   at 
System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRunt

ime operation, ProxyRpc& rpc)

   at System.ServiceModel.Channels.ServiceChannel.Call(String action, 
Boolean on

eway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, 
TimeSpan tim

eout)

   at 
System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCall

Message methodCall, ProxyOperationRuntime operation)

   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage 
message)

 

Exception rethrown at [0]:

   at 
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage req

Msg, IMessage retMsg)

   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& 
msgDa

ta, Int32 type)

   at 
Google.Api.Ads.AdWords.v201708.OfflineConversionFeedServiceInterface.mutat

e(mutateRequest request)

   at 
Google.Api.Ads.AdWords.v201708.OfflineConversionFeedService.Google.Api.Ads

.AdWords.v201708.OfflineConversionFeedServiceInterface.mutate(mutateRequest 
requ

est)

   at 
Google.Api.Ads.AdWords.v201708.OfflineConversionFeedService.mutate(Offline

ConversionFeedOperation[] operations)

   at 
MonsterGoogleSyncApp.MonsterGoogleSyncProcessor.UploadConversionTracker(Ad

WordsUser user, String conversionName, String gClid, String conversionTime, 
Doub

le conversionValue) in ***:line 323

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

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


Re: Get account Conversion Actions

2017-09-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

You need to use ConversionTrackerService 

 to 
retrieve the list of the conversion trackers in an AdWords account. This 
guide 

 describe 
shows how to use the get() method to retrieve AdWords objects. The list of 
selector fields available for ConversionTrackerService is provided here 

.

Regards,
Shwetha, AdWords API Team.

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

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


Re: API Reporting returns values for one of the accounts under MCC, and null values for another account under the same MCC

2017-09-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

The AdWords account 855-699-3833 has only Universal App Campaigns. 
Universal App campaign stats are available in the reports listed here 
.
 
This is why you don't get stats for this account via Ad Performance Report. 
Could you provide the report definition used to get statistics for the 
855-160-5229 account?

Thanks.
Shwetha, AdWords API Team.

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

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


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

2017-09-21 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello All,

Sorry for taking this long time. I'd like to add a comment to close this 
loop.
It turns out that the current infrastructure doesn't support showing total 
of many metric report fields if ClickType is included in the report 
definition, especially if Display campaigns are included.
There is no plan to fix this currently.

Best Regards,
Thanet, AdWords API Team

On Monday, August 22, 2016 at 7:46:48 PM UTC+9, Thanet Knack Praneenararat 
(AdWords API Team) wrote:
>
> Hello Igor,
>
> I'm still not sure if it'll be fixed, at this moment.
> It seems to work as intended to have such discrepancy when including 
> ClickType.
>
> I'm asking for more information from engineering, but still haven't got 
> details back yet.
> I'll get back to you when I have any updates.
>
> Cheers,
> Thanet, AdWords API Team
>
> On Monday, August 22, 2016 at 2:32:54 PM UTC+7, Igor Selitskiy wrote:
>>
>> Thanet, hi.
>>
>> Do you have any news?
>>
>> How long does it take to fix?
>> CRITERIA_PERFORMANCE_REPORT is more important for us.
>>
>> On Wednesday, August 17, 2016 at 4:47:16 AM UTC+3, Thanet Knack 
>> Praneenararat (AdWords API Team) wrote:
>>>
>>> Hi Igor,
>>>
>>> I'm investigating this and will keep you posted.
>>>
>>> Cheers,
>>> Thanet, AdWords API Team
>>>
>>> On Tuesday, August 16, 2016 at 4:49:51 AM UTC+9, Igor Selitsky wrote:

 I've answered privately. Just want to cc here some report details for 
 UAC (and similar problem with ClickType in  CRITERIA_PERFORMANCE_REPORT).


 Report definition:

  SELECT  Date, CampaignId, CampaignName, Cost, Impressions, Clicks, 
 Device, ClickType , AdNetworkType1 
  FROM   CAMPAIGN_PERFORMANCE_REPORT WHERE  AdvertisingChannelSubType=
 'UNIVERSAL_APP_CAMPAIGN' AND Impressions>0 DURING LAST 7 DAYS

 Try with and without ClickType  for the period 1 Apr - 31 July 2016.
 The same situation a saw in UI, just campaign report:

-  without segmentation by ClickType totals: costs 1 8XX RUB.
-  with segmentation by ClickType sum by segment not equal to 
total: costs 1 7XX RUB, Impressions - looks like I need to exclude 
 Website 
or Appstore from total (which?), number of clicks is correct.


 I also found similar problem with ClickType in CRITERIA_PERFORMANCE_REPORT 
 with video campaigns and display campaigns (with video ads).

 With ClickType show wrong data, for example total cost is 10 RUB.
 SELECT Date,CampaignId,CampaignName,Cost,Impressions,Clicks,Device,
 ClickType,AdNetworkType1,Criteria,Id,CriteriaType,AdGroupId FROM 
 CRITERIA_PERFORMANCE_REPORT DURING 20160811,20160811


 The report without ClickType show correct cost ( much more than 100 RUB)
 :

 SELECT 
 Date,CampaignId,CampaignName,Cost,Impressions,Clicks,Device,AdNetworkType1,Criteria,Id,CriteriaType,AdGroupId
  FROM CRITERIA_PERFORMANCE_REPORT DURING 20160811,20160811


 This is a huge difference.


 On Wednesday, July 6, 2016 at 9:34:09 PM UTC+3, Anthony Madrigal wrote:
>
> Hi Igor,
>
> Could you please provide me with your report definition, client 
> customer Id and a copy of your reports so that I can verify whether there 
> is an issue on our side or not? Please do so using *reply privately 
> to author*.
>
> Thanks,
> Anthony
> AdWords API Team
>


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

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


Re: Apply Developer Token with Read-Only Access Level

2017-09-21 Thread analytics
Hi Vincent, 

Yes, I met an issue of applying developer token. See attached screenshot 
below, my action of applying is not permitted. 
What I did is going to Adwords UI > Account Settings > AdWords API Center > 
Filled information to apply for API Access. 
Let me know if you know what the issue is and how to solve it. 
Thanks!






On Thursday, September 21, 2017 at 3:34:43 AM UTC-4, Vincent Racaza 
(AdWords API Team) wrote:
>
> Hi,
>
> It is possible to apply for a basic access 
>  of a developer token 
> even though you only have a read only access. The read only access 
>  only applies to 
> the permissible actions that you can do in the AdWords UI/product itself, 
> and not in the applying of a developer token.
>
> Let us know if you encounter any issues when applying a basic access of 
> your developer token.
>
> Thanks,
> Vincent
> AdWords API Team
>

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

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


Re: Apply Developer Token with Read-Only Access Level

2017-09-21 Thread analytics
Hi Vincent, 

Yes, I met an issue of applying token. See attached screenshot below, my 
action of applying token is not permitted. 
Let me know if you have any idea how to solve the issue here. 

Thanks!






On Thursday, September 21, 2017 at 3:34:43 AM UTC-4, Vincent Racaza 
(AdWords API Team) wrote:
>
> Hi,
>
> It is possible to apply for a basic access 
>  of a developer token 
> even though you only have a read only access. The read only access 
>  only applies to 
> the permissible actions that you can do in the AdWords UI/product itself, 
> and not in the applying of a developer token.
>
> Let us know if you encounter any issues when applying a basic access of 
> your developer token.
>
> Thanks,
> Vincent
> AdWords API Team
>

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

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


How to Specify SSL Certificate Path in SoapSettinsBuilder.php with withSslCaFile() function v201708

2017-09-21 Thread arbaz . khan
Hi, 

I am using Adwords api v201609 right now but as its sunset date in near i 
am migrating to v201708 in which i am having problem to address ssl 
certiface.

"Error: cURL error 60: SSL certificate' " On 

Fatal error: Uncaught exception 'GuzzleHttp\Exception\RequestException' 
with message 'cURL error 60: SSL certificate pro
blem: unable to get local issuer certificate (see 
http://curl.haxx.se/libcurl/c/libcurl-errors.html)' in 
path\to\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php:187

i found that above error should solve by specifying cert path in 
*SoapSettingsBuilder.php's 
withSslCaFile()* Funciton  
as : 

public function withSslCaFile($sslCaFile) {

 $this->sslCaFile = path/to/cacert.pem;
return $this;
  }

but no luck yet..

Can anyone help me to get this working..
Thanks


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

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


Re: how to grab Age and Gender info together along with ad_group performance report?

2017-09-21 Thread ZHENHUA LUAN
hi Peter, 

Thanks for the quick reply!

I understand it's not possible to do with awql now.  However we found it's 
doable in the GoogleAdwords Console by using Reports feature and drag Age , 
Gender items into the reports table. Is there any way we could perform this 
action in our program?

Thanks a lot,
James

On Thursday, September 21, 2017 at 3:18:13 AM UTC-4, Peter Oliquino wrote:
>
> Hi James,
>
> I'm afraid the report that you wish to obtain is not supported or 
> possible. There is currently no way to associate or combine Age and Gender 
> within the same row as these criteria separately generate statistics. 
> Additionally, the Ad Group Performance Report cannot be segmented by the 
> criteria type which generated the statistics.
>
> Thanks and regards,
> Peter
> AdWords API Team
>

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

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


Re: Question regarding Predicates or AWQL

2017-09-21 Thread Vasile Archeri
Thanks for clarifying Vincent. Would it be possible to request the addition 
of such a feature? Or perhaps adding the default value of an unset tracking 
template in the documentation so this can be checked?

I was hoping there would be a way to just check whether something is set at 
all, regardless of value. This sounds like something that could be useful 
for other properties/services as well.

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

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


Get account Conversion Actions

2017-09-21 Thread Elton Morais
Hi, 

I wonder how can I get, through the API, all the Conversions Actions set up 
on my account.

Thank you

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

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


Re: Question regarding Predicates or AWQL

2017-09-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Vasile,

Are you referring to trackingUrltemplate 

 of 
an ad group or ad? If so, then this field can be filtered on. However, you 
could not filter by the ad group/ads which has tracking template only as 
null/non-null values are not possible in the predicates currently. You need 
to explicitly set your values as predicates. You can do something like this 
in your selector (e.g. in AdGroup):

Selector selector = builder
.fields(AdGroupField.Id, AdGroupField.Name, AdGroupField.
TrackingUrlTemplate)
.orderAscBy(AdGroupField.Name)
.offset(offset)
.limit(PAGE_SIZE)
.in(AdGroupField.TrackingUrlTemplate, "X","X",
"X")
.build();

You can follow our blog 
 for any 
future updates like new releases.

Thanks,
Vincent
AdWords API Team

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

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


Re: Cant get API to do anything

2017-09-21 Thread TheAinz
Thanks Shwetha,

I know you have set them up for command line use. This is what I am doing 
now but still the result is nothing. So I have 2 queries: 

1) You used to be able to run in a browser by commenting out the following 
code - Is it still possible? Where do I find the code in the new files pls?

// Don’t run the example if the file is being included.
if (__FILE__ != realpath($_SERVER[‘PHP_SELF’])) {
return;
} 

2) The main problem is that when running from the command line nothing 
happens. I've had logging enabled:

[LOGGING]
; Optional logging settings.
 soapLogFilePath = "/home/performa/public_html/soap.log"
 soapLogLevel = "INFO"
 reportDownloaderLogFilePath = 
"/home/performa/public_html/report-downloader.log"
 reportDownloaderLogLevel = "INFO"
 batchJobsUtilLogFilePath = "/home/performa/public_html/bjutil.log"
 batchJobsUtilLogLevel = "INFO"
 
No logs created tho.

I'm using the client account ID not the MCC account. The campaigns are 
normal text ads - I've used the API before with no problems, but not since 
the re-write.

So the position is, I run the GetCampaigns.php file from the command line. 
Nothing happens, just back to the $ prompt. No other info. No soap.log 
content to refer to. No indication at all of why it won't work.

I am wondering  per my initial post if the location of the example files 
relative to the library and the new namespace definitions is causing it to 
fail. If I comment out the namespace line I can get the GetCampaigns.php 
file to echo "hello". If  I uncomment nothing happens. I can't help 
wondering why composer.phar doesn't download the example files in the right 
place so testing can be sure to work as part of the package.

Any ideas welcome - I'm stumped with no feedback on why it fails. Thanks.




On Wednesday, 20 September 2017 19:17:09 UTC+1, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi Neil, 
>
> All our examples are meant to be run via the command line and not as a 
> webpage. Could you check if the clientCustomerId in the configuration file 
> is that of an AdWords manager account? Since campaigns are associated with 
> AdWords accounts, not manager accounts, you'll not be able to get any 
> campaigns if you target the manager account. If your account has only Video 
> Campaigns, you'll not be able to use CampaignService to retrieve them 
> because Video Campaigns are not supported in AdWords API services at the 
> moment. They are only supported in AdWords API reports 
> . You 
> can enable logging by following the instructions provided here 
> . If you 
> encounter any error, let me know and I can help you out. 
>
> Regards,
> Shwetha, AdWords API Team.
>

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

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


Question regarding Predicates or AWQL

2017-09-21 Thread Vasile Archeri
Hi,

I've been looking around to see if there's a way to select only ad groups 
and ads that have a tracking template set. I'm using *AdGroupService *and 
*AdGroupAdService.*

This is related to an issue I'm having with processing a high volume of ad 
groups and ads in a single request in an application. In cases like this 
selecting all of them and checking each for a template is not viable and I 
was wondering whether there was a way to select just the ones that have one 
set. I also had a look at older questions in the forum and it seems this 
was something that other people encountered as well.

Is there any way at all to achieve this? Thanks in advance.

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

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


Re: API Reporting returns values for one of the accounts under MCC, and null values for another account under the same MCC

2017-09-21 Thread Adventum MCC
Hi Shwetha!

Replied to you in direct messages.


среда, 20 сентября 2017 г., 19:58:03 UTC+3 пользователь Shwetha Vastrad 
(AdWords API Team) написал:
>
> Hi, 
>
> Could you provide the report definition being used along with the 
> clientCustomerIds for which you are not able to get data as expected? 
> Please note that when you compare API reports with the data available in 
> the UI, you need to ensure that you select the same fields and dates. 
>
> Regards,
> Shwetha, AdWords API Team.
>

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

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


Re: API Upload offline conversion slow to show up in adwords

2017-09-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

If you are uploading a OfflineConversionFeed 
,
 
then certain attribution models take longer than 3 hours to show up in the 
AdWords UI as discussed here 
.
 
This being said, could you confirm if the conversions are still not visible 
in the AdWords UI? If you are still unable to view it, could you send to me 
your clientCustomerId and the SOAP request and response generated when you 
uploaded the conversions?

You may reply via the *Reply privately to author* option.

Thanks and regards,
Peter
AdWords API Team

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

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


Re: v201708 Uncaught exception 'InvalidArgumentException' with message 'All of 'clientId', 'clientSecret', and 'refreshToken' must be set when using installed/web application flow.'

2017-09-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi Mike,

I could see that you have already specified the OAuth2 credentials 
correctly in their respective properties in your adsapi_php.ini. However, 
could you confirm if you have also followed this guide 
 
when 
setting up your PHP client library? Also if you are using the installed 
app/web application flow 
,
 
you may comment out all properties related to service accounts to prevent 
confusion.

If the issue persists, and since this is more specific to the PHP client 
library rather than the AdWords API itself, I would recommend that you get 
in touch with the PHP library owners via this link 
 for further 
assistance.

Best regards,
Peter
AdWords API Team

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

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


Re: Apply Developer Token with Read-Only Access Level

2017-09-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi,

It is possible to apply for a basic access 
 of a developer token even 
though you only have a read only access. The read only access 
 only applies to 
the permissible actions that you can do in the AdWords UI/product itself, 
and not in the applying of a developer token.

Let us know if you encounter any issues when applying a basic access of 
your developer token.

Thanks,
Vincent
AdWords API Team

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

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


Re: How to get BatchJobLogger from AdWordsInternals?

2017-09-21 Thread moha . said
Okay, I will proceed this way. 

Thanks.

El jueves, 21 de septiembre de 2017, 8:33:43 (UTC+2), Vincent Racaza 
(AdWords API Team) escribió:
>
> Hi,
>
> Your concern seems to be client library specific, and not AdWords API 
> specific. Are you using the Java client library? If so, then you can post 
> your concern in the Java client library 
>  itself so the 
> library owners can provide you assistance on how to do this in the new 
> library version.
>
> Thanks,
> Vincent
> AdWords API Team
>

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

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


Re: How to get BatchJobLogger from AdWordsInternals?

2017-09-21 Thread moha . said
Okay, I will proceed this way

El jueves, 21 de septiembre de 2017, 7:13:37 (UTC+2), moha...@rocketroi.com 
escribió:
>
> Hi,
>
> While I was working with the following libraries:
> - com.google.api-ads : ads-lib : 3.2.0
> - com.google.api-ads: adwords-axis : 3.2.0
>
> I was able to get the BatchJobLogger using:
> -> batchJobLogger = AdWordsInternals.*getInstance*
> ().getAdWordsServiceLoggers().getBatchJobLogger();
>
> Now i updated the libraries to:
> - com.google.api-ads : ads-lib : 3.7.0
> - com.google.api-ads: adwords-axis : 3.7.0
>
> And I'm unable to find a way to get the BatchJobLogger as I used to 
> because the method getAdWordsServiceLoggers() does not exist.
>
> How can I get the BatchJobLogger from AdWordsInternals or another way 
> using those new libraries?
>
>

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

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


Re: how to grab Age and Gender info together along with ad_group performance report?

2017-09-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi James,

I'm afraid the report that you wish to obtain is not supported or possible. 
There is currently no way to associate or combine Age and Gender within the 
same row as these criteria separately generate statistics. Additionally, 
the Ad Group Performance Report cannot be segmented by the criteria type 
which generated the statistics.

Thanks and regards,
Peter
AdWords API Team

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

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


Re: AWQL Reporting slowdown?

2017-09-21 Thread AdWordsApiUser
I saw this new thread mentioning the slowdown in TSV reports - we use TSV 
reports exclusively - probably that is the issue 
- 
https://groups.google.com/forum/?utm_medium=email_source=footer#!topic/adwords-api/lnuRYUwohNw

A swift resolution will be appreciated :-)

MG


On Tuesday, September 19, 2017 at 8:04:09 PM UTC+8, Michael Cloonan 
(AdWords API Team) wrote:
>
> Hello,
>
> No, that will not be necessary; you specifically specified AWQL so I 
> wanted to know if you had done any tests narrowing that down.
>
> When you say your "job", you mean that your job runs multiple reports 
> that, in aggregate, used to take 8 hours and now take 16, right? It's not a 
> single report taking that long?
>
> I will pass along the details you sent privately to our engineering team 
> to investigate in the meanwhile.
>
> Regards,
> Mike, AdWords API Team
>
> On Monday, September 18, 2017 at 5:53:21 PM UTC-4, AdWordsApiUser wrote:
>>
>> Hi Michael,
>>
>> Thanks for your reply. We only use AWQL styled queries, so I don't know 
>> right now if that could be the reason. Do you suggest that we try using the 
>> definition styled reports and compare performance?  As I mentioned earlier, 
>> my job that used to get over in 8 hours now takes 16.
>>
>> Cheers, 
>> MG
>>
>>

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

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


Re: How to get BatchJobLogger from AdWordsInternals?

2017-09-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi,

Your concern seems to be client library specific, and not AdWords API 
specific. Are you using the Java client library? If so, then you can post 
your concern in the Java client library 
 itself so the 
library owners can provide you assistance on how to do this in the new 
library version.

Thanks,
Vincent
AdWords API Team

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

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


Re: Credential could not be refreshed, java client library version v201708

2017-09-21 Thread hari krishna
Hi Bharani, 

If I generate new refresh token it will work fine. But after couple of days 
it is not working and i need to generate  new refresh token to make it 
work. 

I am following below link to generate refresh token. 

https://github.com/googleads/googleads-java-lib/wiki/API-access-using-own-credentials-(installed-application-flow)#step-2---setting-up-the-client-library


below is the code I am using. I am not generating refresh token every time. 
Once refresh token generated I will keep that in ads.properties( 
api.adwords.refreshToken=XX )

When I start my standalone java application i will call  below method only 
once. Please let me know is there any thing problem in this. 
 
@Override
public AdWordsSession generateAdwordsSession() {

// Generate a refreshable OAuth2 credential.
Credential oAuth2Credential;
try {
oAuth2Credential = new 
OfflineCredentials.Builder().forApi(Api.ADWORDS).fromFile().build()
.generateCredential();

// Construct an AdWordsSession.
return new 
AdWordsSession.Builder().fromFile().withOAuth2Credential(oAuth2Credential).build();
} catch (OAuthException | ValidationException | ConfigurationLoadException 
e) {
LOGGER.error("Error in getting AdwordsSession with given credentials", e);
return null;
}

}

Thanks!
>>
>Hari. 

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

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