Re: How to get Disapproved Ad extensions?

2017-07-06 Thread Ronak Shah
Hello Shwetha,

I understand what you said but I am trying to ask you something else.Let me 
explain you in different context, If you see in the Adwords Interface and 
 navigate to *Ad extensions *tab and we can directly filter all extensions 
by status = Disapproved.So I am looking for a way to directly query Adwords 
API and filter all the ad extensions by status = Disapproved on account 
level. As per the API It looks like we cannot filter by disapproved status. 
Also it looks like there is some confusion FeedItemService 

 says 
we can filter by Status 

 but 
there is not any status called Disapproved.Also approvalStatus 

 is 
under "PolicyData" and thats not filterable then how can I get this data 
directly by filtering approvalStatus = Disapproved

Let me know.

Thanks




On Thursday, July 6, 2017 at 8:39:46 PM UTC+5:30, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi Ronak, 
>
> FeedItemService 
> 
>  will 
> return the details of all the FeedItems in the account that matched the 
> selector. You can use the value "PolicyData" in the selector with 
> FeedItemService as well to get the approval status 
> 
>  of 
> your Ad extensions. Extension setting services on the other hand will 
> return the extensions applied at account, campaign, or ad group level. 
> Using FeedItemService will be helpful in avoiding making multiple requests 
> via CustomerExtensionSettingService 
> 
> , CampaignExtensionSettingService 
> 
>  or AdGroupExtensionSettingService 
> 
> . 
>
> Please note that you need to use appropriate filters to get only Ad 
> extensions using FeedItemService as this service will return other tabular 
> data like Ad customizers 
>  or 
> Dynamic 
> remarketing Feeds 
>  
> as 
> well.
>
> 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/92f34c7f-f6ab-4f31-8f08-2986a6ca11cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Migrate from V201702 to V201705

2017-07-06 Thread 'Ivan Bautista' via AdWords API Forum
Hi Jeszi,

Below are my answers to your questions.

I am not sure what are exactly the replacements for them in version 
V201705. Are they PolicyApprovalStatus.DISAPPROVED and 
PolicyApprovalStatus.UNDER_REVIEW? 

The ApprovalStatus enums 

 from 
201702 is not directly equivalent to the PolicyApprovalStatus enums 

 of 
201705 because the combinedApprovalStatus field 

 does 
not just equate to the Approval Status but it is a combination of review 
state and status.

Can I replace approvalStatus.setField("AdGroupCreativeApprovalStatus") with 
approvalStatus.setField("PolicySummary") ? 

If you wish to get the Approval status that combines review state and 
status, then you may use the combinedApprovalStatus field 
.
 This 
field can be selected and filtered on using the value 
"CombinedApprovalStatus".

Additionally, you may refer to this forum discussion 

 that 
discussed the difference of the old and the new field.

Regards,
Ivan 
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/8b723687-7646-412a-a8a7-361c6f7ac605%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Set new cpc bid in keyword criterion level

2017-07-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

You may still be able to maintain bids at the criterion level, what has 
been restricted for bidding (since version 201705) is the overriding of 
bidding strategies at the keyword and ad group level. This would mean that 
setting the biddingStrategyType, biddingStrategyId, and biddingScheme can 
only be done at the campaign level. You may find out more in this section 

 of 
the bidding guide. 

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/37d6365c-e784-4ab0-aa0d-7ac25dbedf67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign Performance Report metrics for bids placed and won for a Display Network Ad

2017-07-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi Aashay,

I'm afraid the AdWords API currently does not support the metrics or fields 
that provide the number of bids placed or won by an ad. For the list of all 
supported fields and reports, you may refer here 

.

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/b9c380bc-042e-4243-9ee3-5a531eb9c682%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Zero Impressions Issue: dateRange is expected

2017-07-06 Thread Danny
Hi

I'm trying to make a call on the CRITERIA_PERFORMANCE_REPORT 
and AD_PERFORMANCE_REPORT report, but I keep getting this error,

[Google\AdsApi\AdWords\v201609\cm\ApiException]
>   Details: [fieldPath: ; trigger: Invalid ReportDefinition Xml: 
> cvc-complex-type.2.4.b: The content of element 'reportDefinition' is not 
> complete. One of '{"https://adwords.goo
>   gle.com/api/adwords/cm/v201609":dateRangeType}' is expected.; 
> errorString: ReportDownloadError.INVALID_REPORT_DEFINITION_XML]


These are my request headers and response,

[2017-07-06 22:24:04] AW_REPORT_DOWNLOADER.NOTICE: 
> POST /api/adwords/reportdownload/v201609 HTTP/1.1
> Authorization: REDACTED
> User-Agent: GuzzleHttp/6.2.1 curl/7.47.0 PHP/7.1.0-2+deb.sury.org~xenial+1
> Content-Type: application/x-www-form-urlencoded
> Host: adwords.google.com
> developerToken: XX // this has been masked
> clientCustomerId: XX // this has been masked
> skipReportHeader: false
> skipColumnHeader: false
> skipReportSummary: false
> useRawEnumValues: false
> includeZeroImpressions: true
> __rdxml=
> AdGroupIdAdGroupNameAdGroupStatusCampaignIdCampaignNameCampaignStatusCriteriaCriteriaTypeFinalUrlsCustomerDescriptiveNameExternalCustomerIdAdGroupStatusINENABLEDCampaignStatusINENABLEDFinalUrlsNOT_EQUALSCriteria
>  
> Performance Report 
> #595eb884247f4CRITERIA_PERFORMANCE_REPORT
> 
> HTTP/1.1 400 Bad Request
> Content-Type: text/xml
> Date: Thu, 06 Jul 2017 22:24:04 GMT
> Expires: Thu, 06 Jul 2017 22:24:04 GMT
> Cache-Control: private, max-age=0
> X-Content-Type-Options: nosniff
> X-Frame-Options: SAMEORIGIN
> X-XSS-Protection: 1; mode=block
> Server: GSE
> Alt-Svc: quic=":443"; ma=2592000; v="39,38,37,36,35"
> Accept-Ranges: none
> Vary: Accept-Encoding
> Connection: close
>
> 
> Client error: `POST 
> https://adwords.google.com/api/adwords/reportdownload/v201609` 
>  resulted 
> in a `400 Bad Request` response


After reading 
https://developers.google.com/adwords/api/docs/guides/zeroimpression-structure-reports#structure_reports,
 
I believe that:

   - All my selector fields are attributes
   - All my predicate fields are attributes
   - includeZeroImpressions is set to true in header
   - My request doesn't include any date range

Not quite sure what's the problem?

What I'm trying to do is essentially get the structure of keywords and ads 
of the account. Also, which report should I be using to get sitelinks 
structure?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7aa46ba8-7a29-4c09-b083-989c846acdda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Zero Impressions Issue: dateRange is expected

2017-07-06 Thread Danny
Hi

I'm trying to make a call on the CRITERIA_PERFORMANCE_REPORT 
and AD_PERFORMANCE_REPORT report, but I keep getting this error,

[Google\AdsApi\AdWords\v201609\cm\ApiException]
>   Details: [fieldPath: ; trigger: Invalid ReportDefinition Xml: 
> cvc-complex-type.2.4.b: The content of element 'reportDefinition' is not 
> complete. One of '{"https://adwords.goo
>   gle.com/api/adwords/cm/v201609":dateRangeType}' is expected.; 
> errorString: ReportDownloadError.INVALID_REPORT_DEFINITION_XML]


These are my request headers and response,

[2017-07-06 22:24:04] AW_REPORT_DOWNLOADER.NOTICE: 
> POST /api/adwords/reportdownload/v201609 HTTP/1.1
> Authorization: REDACTED
> User-Agent: GuzzleHttp/6.2.1 curl/7.47.0 PHP/7.1.0-2+deb.sury.org~xenial+1
> Content-Type: application/x-www-form-urlencoded
> Host: adwords.google.com
> developerToken: OyTPtUUQHkLBSHbfaLAu0w
> clientCustomerId: XX (this has been masked)
> skipReportHeader: false
> skipColumnHeader: false
> skipReportSummary: false
> useRawEnumValues: false
> includeZeroImpressions: true
> __rdxml=
> AdGroupIdAdGroupNameAdGroupStatusCampaignIdCampaignNameCampaignStatusCriteriaCriteriaTypeFinalUrlsCustomerDescriptiveNameExternalCustomerIdAdGroupStatusINENABLEDCampaignStatusINENABLEDFinalUrlsNOT_EQUALSCriteria
>  
> Performance Report 
> #595eb884247f4CRITERIA_PERFORMANCE_REPORT
> 
> HTTP/1.1 400 Bad Request
> Content-Type: text/xml
> Date: Thu, 06 Jul 2017 22:24:04 GMT
> Expires: Thu, 06 Jul 2017 22:24:04 GMT
> Cache-Control: private, max-age=0
> X-Content-Type-Options: nosniff
> X-Frame-Options: SAMEORIGIN
> X-XSS-Protection: 1; mode=block
> Server: GSE
> Alt-Svc: quic=":443"; ma=2592000; v="39,38,37,36,35"
> Accept-Ranges: none
> Vary: Accept-Encoding
> Connection: close
>
> 
> Client error: `POST 
> https://adwords.google.com/api/adwords/reportdownload/v201609` resulted in 
> a `400 Bad Request` response


After 
reading 
https://developers.google.com/adwords/api/docs/guides/zeroimpression-structure-reports#structure_reports,
 
I believe that:

   - All my selector fields are attributes
   - All my predicate fields are attributes
   - includeZeroImpressions is set to true in header
   - My request doesn't include any date range

Not quite sure what's the problem?

What I'm trying to do is essentially get the structure of keywords and ads 
of the account. Also, which report should I be using to get sitelinks 
structure?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/42a91998-0a5d-4171-8ca2-895653e88691%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Campaign Performance Report metrics for bids placed and won for a Display Network Ad

2017-07-06 Thread Aashay Shah
Hello,

I was wondering if there are any Campaign Performance Report metrics that 
reports number of bids placed and number of bids won by the campaign. 

I have come across the ContentBudgetLostImpressionShare metric in 
CAMPAIGN_PERFORMANCE_REPORT but this metric reports a percentage of number 
of times the ad was eligible to show on the Display Network but it didn't 
because the budget was too low.

I was trying to find a metric where I could get the number of bids that 
were placed for the ad and the number of bids that my ad won based on the 
bidding strategy or CPM bid amount.

Any help would be great!

Look forward to hearing from you,

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/58e1c49a-4056-4268-a6fa-dad5c3a68322%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Migrate from V201702 to V201705

2017-07-06 Thread kristen le
Dear all,
we are migrating from V201702 to V201705, and previously 
we use AdGroupAdAprovalStatus.DISAPPROVED and 
AdGroupAdAprovalStatus.UNCHECKED.
I am not sure what are exactly the replacements for them in version 
V201705. Are they PolicyApprovalStatus.DISAPPROVED and 
PolicyApprovalStatus.UNDER_REVIEW? 

Can I replace approvalStatus.setField("AdGroupCreativeApprovalStatus") with 
approvalStatus.setField("PolicySummary") ? 

Can anyone help me answer these questions please
Thank you very much.
Jeszi

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6344b105-c494-4711-8e1a-ea5ede8033d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Set new cpc bid in keyword criterion level

2017-07-06 Thread SP
Hi,

I have a doubt about the bidding behaviour with new adwords api version 
(v201705).

As far as I see in official documention now we cannot assign the bidding 
strategy in keyword criterion level 
(https://developers.google.com/adwords/api/docs/guides/bidding) but I tried 
to set new CpcBid values in a keyword criterion level and seems like 
nothing changed, e.g

...
BiddingStrategyConfiguration.setBids(bids) // new bids with the new amount
BiddableAdGroupCriterion.setCriterion(keyword criterion)
...
AdgroupCriterionOperation.setOperand(BiddableAdGroupCriterion)
...

So, although the bidding strategy is not available in keyword criterion 
level, this way to change cpc amounts for keywords is still valid? 



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/3e8c721f-1fe6-4710-b179-b1b59737d1a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Campaign Performance Reporting

2017-07-06 Thread Aashay Shah
Hello,

I've been going through the Reports documentation and to connect and query 
for CAMPAIGN_PERFORMANCE_REPORT.

I was trying to find a metric that would return the Number of bids placed 
and Number of bids won for my campaign. 
I am aware of the ContentBudgetLostImpressionShare and 
ContentImpressionShare however, these are percentage values. I was 
wondering if there's another ReportType that I may have missed that has the 
metrics to get Number of bids placed and Number of bids won by my campaign.

Look forward to hearing from you,

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/83be98b8-00cb-4d94-986c-7f005317aeeb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Offline Call Conversion - Import Call Data Records, without using a Google Forwarding Number

2017-07-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Valerio, 

You need to use a Google forwarding number 
 to upload offline call 
conversions. For AdWords to match the calls, Google forwarding numbers 
 must have been enabled 
for your call extensions and call-only ads at the time you received the 
calls. Mobile click to call ads cannot be uploaded as a conversion if there 
is no Google forwarding number attached to the call. Without a Google 
forwarding number, there is no way the system can be sure that the click 
led to a call which in turn led to a conversion. Please see this guide 
 for more details. 

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/425a9d48-106c-4d4c-a809-33eaa14386cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get Dimension Tab data for an Adgroup in pentaho data integration

2017-07-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

There isn't a direct equivalent API report for the data available in the 
"Hour of day" view in the Dimensions tab. You could consider using Account 
Performance Report 
,
 
AdGroup Performance Report 
,
 
or Campaign Performance Report 

 
reports and include the HourOfDay field in the report definition to segment 
the report based on the hour of day. 

Questions related to Pentaho are not in scope for this forum. You could 
consider contacting Pentaho support  
for any further questions. 

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/fad20fff-25cb-4755-8a26-c7916e9b4c1e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how can i calc QualityScore

2017-07-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

Quality Score is an aggregated estimate of your overall performance in ad 
auctions. There isn't a direct formula which you can use to calculate this 
value. You need to include the QualityScore field in the selector and 
download the Keywords Performance Report 

 to 
retrieve the quality score of your keywords. 

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/2ed81d95-aee9-4934-83dd-fe88a65c495f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get Disapproved Ad extensions?

2017-07-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ronak, 

FeedItemService 

 will 
return the details of all the FeedItems in the account that matched the 
selector. You can use the value "PolicyData" in the selector with 
FeedItemService as well to get the approval status 

 of 
your Ad extensions. Extension setting services on the other hand will 
return the extensions applied at account, campaign, or ad group level. 
Using FeedItemService will be helpful in avoiding making multiple requests 
via CustomerExtensionSettingService 

, CampaignExtensionSettingService 

 or AdGroupExtensionSettingService 

. 

Please note that you need to use appropriate filters to get only Ad 
extensions using FeedItemService as this service will return other tabular 
data like Ad customizers 
 or 
Dynamic 
remarketing Feeds 
 as 
well.

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/2297b721-c28c-4cea-936b-1cd5ecee0d76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How much advantage in efficiency can I expect from using Batch Job Service on <1000 customer accounts?

2017-07-06 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Kruger,

Looks to me like the workload that you have to process isn't high - 
assuming you want to update bids for all the keywords in a single account, 
you are looking at ~3*100*10 = 3000 mutate operations per account. As you 
guessed, you can easily spread it over ~10 synchronous calls per account 
(or even a single call, though it might not be very efficient since the 
operations are done across too many ad groups). You are highly unlikely to 
run into RateExceededErrors, manage multiple servers for scaling, etc. You 
might be better off using synchronous services (or even AdWords Scripts 
 if that suits you better).

Let me know if you have more questions, and I'd be glad to help you out.

Cheers
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, July 5, 2017 at 9:17:56 PM UTC-4, kru...@yclub.io wrote:
>
> Hello,
>
> Yes I have read both pages before writing my question.
>
> Your answer, at best, only summarize the pages I have already read. (I 
> even recognize some specific phrases you nearly CP'ed from the pages)
>
> I have provided a specific situation for the effectiveness of implementing 
> BatchJobService in the given scenario to inquire whether it is something I 
> must include in my MVP.
>
> I have written the question because I did not find the answers on those 
> pages and you must know there isn't such answer to be found for my 
> questions in the pages.
>
> If there isn't a suitable answer you can provide, please tell me you 
> cannot provide one so both of us can do something more useful with our time.
>
> Thanks,
>
>
>
> On Wednesday, July 5, 2017 at 3:57:29 PM UTC-4, Shwetha Vastrad (AdWords 
> API Team) wrote:
>>
>> Hi, 
>>
>> Making a request to the API entails a number of fixed costs, such as 
>> round-trip network latency, serialization and deserialization processing, 
>> and calls to backend systems. By batching multiple operations, you can 
>> reduce the number of requests you make and the associated fixed costs. 
>>
>> Unlike synchronous services, a single job in BatchJobService can operate 
>> against a mixed collection of AdWords entities. You can submit jobs in 
>> parallel, and BatchJobService automatically retries operations that fail 
>> due to transient errors such as RateExceededError 
>> .
>>  
>> Using BatchJobService 
>> 
>>  also 
>> frees up your application to perform other tasks without waiting for the 
>> operations to complete. You can poll the status of the BatchJob 
>> periodically until it is CANCELED or DONE and then download the results and 
>> processingErrors 
>> 
>>  from 
>> its downloadUrl 
>> 
>> . 
>>
>> Please see the Best Practices guide 
>> 
>>  and Batch Processing guide 
>>  for 
>> more details. 
>>
>> 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/db7048c3-1df9-4756-b7a1-ea633b2b26e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Abnormally high number of cancelled/failed batch jobs

2017-07-06 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Simon,

The fix is now on our production servers. Please give it another try. If 
you're still experiencing issues, please get back to me.

Thanks,
Nadine, AdWords API Team

On Wednesday, July 5, 2017 at 8:23:27 AM UTC-4, Nadine Sundquist (AdWords 
API Team) wrote:
>
> Hello Simon,
>
> It looks like we have found the root cause. Now that the holidays are 
> winding down here in the US, we can look at trying to find a solution. I'll 
> keep you in the loop.
>
> Best,
> Nadine, AdWords API Team
>
> On Wednesday, July 5, 2017 at 5:32:44 AM UTC-4, si...@hotsnapper.com 
> wrote:
>>
>> Hello Nadine, 
>>
>> I am working alongside Jordan do we have an update?
>>
>> Regards
>>
>> Simon
>>
>>
>>
>> On Tuesday, June 27, 2017 at 10:18:31 PM UTC+1, Nadine Sundquist (AdWords 
>> API Team) wrote:
>>>
>>> Hello Jordan,
>>>
>>> I took a look on our servers, and at first glance it does look like it 
>>> could be the same issue. I've sent on the job IDs to my teammate who's 
>>> assigned to this. I'll get back to you when I hear back. This looks like a 
>>> tough one. Thank you for providing these job IDs.
>>>
>>> Take care,
>>> Nadine, AdWords API Team
>>>
>>> On Tuesday, June 27, 2017 at 5:25:31 AM UTC-4, jor...@jcrocker.uk wrote:

 Hi Nadine,

 I am currently facing the same situation as Greg in that all jobs I 
 send are automatically going to a Cancelled status. These jobs are for 
 product partitions.

 A few example job ID's:

 520125237
 520125243
 519862123
 520125246
 519445444
 520125249
 520125240

 These are all for account 682-998-6792.

 Could this be related to the same cause as Greg's issue?

 Kind regards,
 Jordan

 On Wednesday, March 1, 2017 at 7:20:33 PM UTC, Nadine Sundquist 
 (AdWords API Team) wrote:
>
> Hi Greg,
>
> One of the engineers on my team found the root cause. We seem to be 
> having a few difficulties with operations that have product partitions. 
> We're currently putting some code in place to retry when those particular 
> operations have issues.
>
> Cheers,
> Nadine, AdWords API Team
>
> On Wednesday, March 1, 2017 at 10:44:39 AM UTC-5, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Hi Greg,
>>
>> Thanks for all the helpful details! I started investigating on our 
>> servers to track down why this is happening. On my initial pass of our 
>> logs, I don't see a reason for the cancel happening when it appears that 
>> the job is finishing (whether it has errors or not). I'm pulling in a 
>> few 
>> more people here to take a look to help me solve this mystery. I'll get 
>> back to you when we've made a bit more progress on this.
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Tuesday, February 28, 2017 at 11:00:44 AM UTC-5, GregT wrote:
>>>
>>> Hi, Peter.
>>>
>>> We don't actually log the SOAP for these because the SOAP calls 
>>> themselves aren't failing -- it's just that the status of the jobs are 
>>> eventually getting returned as cancelled. As mentioned in the original 
>>> post, some have no processing or other errors at all - just the status 
>>> cancelled. Others have that status and have a single processing error: 
>>> BatchJobService.INTERNAL_ERROR, with no other information in the 
>>> processing 
>>> errors. An example of the printout of all the fields we get for that 
>>> error 
>>> is:
>>>
>>> errorType:BatchJobProcessingError, trigger:, 
>>> errorString:BatchJobProcessingError.INTERNAL_ERROR, fieldPath:, 
>>> reason:INTERNAL_ERROR
>>>
>>> A couple example jobs from yesterday that return the error (along 
>>> with being cancelled):
>>> 450605098
>>> 450816012
>>>
>>> A couple that have no error, but are just cancelled:
>>> 450865617
>>> 451028751
>>>
>>> All the ones listed in the original post fall into one of these two 
>>> categories, I believe.
>>>
>>> Thanks,
>>> Greg
>>>
>>> On Monday, February 27, 2017 at 10:07:26 PM UTC-6, Peter Oliquino 
>>> wrote:

 Hello Greg,

 To help us investigate further, could you please provide us the 
 SOAP logs for both request and response of one of your failed 
 BatchJobService if you were able to capture them. Please reply using 
 *Reply 
 privately to author *when sending the requested information. 
 Additionally, you may also inspect the downloadUrl and the list of 
 processingErrors in the BatchJob to get possible reasons for the 
 failure.

 Best regards,
 Peter
 AdWords API Team

>>>

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

Re: Is there any api support for managing objectives?

2017-07-06 Thread Sandeep Chaudhary
Hi Peter,

If by default the campaigns created are for all features, then how can i 
optimize the campaigns for conversion? I have seen the criterion and it 
only talks about the my targeting options. So cant i run my campaigns based 
on conversion recorded?

On Thursday, June 29, 2017 at 2:11:22 PM UTC+5:30, Peter Oliquino wrote:
>
> Hi,
>
> By managing objectives, did you perhaps mean marketing objectives 
>  instead? If yes 
> then, the campaigns that you create via the AdWords API are by default, 
> "All features" campaigns. In order to apply the marketing objectives for 
> your campaigns, you will need to add the appropriate criterions 
> 
>  to 
> target specific campaigns. I hope this has been helpful and please feel 
> free to write back if you have further questions.
>
> 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/048fff98-e5ca-4125-baa5-bd2a7ad0356f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is there any api support for managing objectives?

2017-07-06 Thread Sandeep Chaudhary
Hi Peter,

If by default the marketing objective are all features then how do i 
optimize the campaigns for conversion? 

On Thursday, June 29, 2017 at 2:11:22 PM UTC+5:30, Peter Oliquino wrote:
>
> Hi,
>
> By managing objectives, did you perhaps mean marketing objectives 
>  instead? If yes 
> then, the campaigns that you create via the AdWords API are by default, 
> "All features" campaigns. In order to apply the marketing objectives for 
> your campaigns, you will need to add the appropriate criterions 
> 
>  to 
> target specific campaigns. I hope this has been helpful and please feel 
> free to write back if you have further questions.
>
> 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/bb30f85f-d087-4a78-a441-9576f64643a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Offline Call Conversion - Import Call Data Records, without using a Google Forwarding Number

2017-07-06 Thread Valerio Tesei
Hi All,

Apologies if my terminology does not match exactly the industry, but this 
is one of my first dive into AdWords, I've come here after searching for 
hours, I'm wondering if this is possible at all.

My Scenario is the following:

   1. add is configured with a call extension using a dedicated number for 
   adwords service (number is owned)
   2. my phone system tracks all inbound calls my business receive
  - this indicates how successful the ad is.
   3. import into adwords how many calls that ad received with all 
   sensitive call informations

>From the documentation seems that my only option to "import" the calls back 
into my AdWords campaigns is to use google forwarding number, something 
that I don't want.

https://support.google.com/adwords/answer/2998031?hl=en-AU provides details 
about the same process I've describred no mention of the "google forwarding 
number" requirement.

https://support.google.com/adwords/answer/6301373 - introduces the "google 
forwarding number" requirement.

API Documentation does not mention "google forwarding number".

https://developers.google.com/adwords/api/docs/reference/v201705/OfflineCallConversionFeedService
 
: This is the conversion api I think I need to use, no mention of "google 
forwarding number" requirement, however it is unclear to me how do I link 
the conversion to an Ad

I've already successfully implemented the push through GCLID, no problems 
there.

I can't believe that I need to use a  "google forwarding number" to report 
offline conversions to my Ads.

Thank you to anybody willing to help,

Regards,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1c42dbbf-9037-4c62-a511-65ed5a2aa1d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how can i calculate qualityScore

2017-07-06 Thread web david
how can i get the qualityScore like avg position by (SUM(Impressions * 
AveragePosition) / SUM(Impressions)),
so whats the formula for calc qualityScore.thank you 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/b928fa1d-486b-4cae-b494-3a03ddc45e27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how can i calc QualityScore

2017-07-06 Thread web david
I want to calculate qualityScore in keyword like avg position by 
(SUM(Impressions 
* AveragePosition) / SUM(Impressions)) ,

so whats the formula about qualityScore 。thank you 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/3c6a3d42-c1d7-41e4-8ebc-4d88619a8ed7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How we can do adwords reporting?

2017-07-06 Thread Kathrine kennley
How We Add Value for Our Clients - Part 2: Adwords Reporting - More Than 
Just CPC and CTR Graphs 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b61b42cb-96c0-4fa6-bdbc-b17973c7bc02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Hourly AdGroup Performance Report

2017-07-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi Muhammad,

If you wish to use Javascript, then I would recommend that you get in touch 
with the AdWords Scripts 
 team for more 
information as to how you can achieve this.

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/131b799e-4c9e-42bb-b4b5-4487cfe05a2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error when migrating from version 201702 to 201705

2017-07-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jeszi,

In migrating to the latest version, could you confirm if you followed the 
migration 
guide 
 and 
if you double checked if you have imported the appropriate 
libraries/classes into your code? Additionally, since this appears to be 
more related to the Java client library rather than the AdWords API itself, 
you may get in touch with the Java client library owners via this link 
 as they may be 
able to provide better assistance regarding your issue.

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/29dfd9e0-1363-4c22-ab62-e99f7975c4cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Get Dimension Tab data for an Adgroup in pentaho data integration

2017-07-06 Thread Muhammad Shahzad



I need to get this data from Google Adwords Dimension Tab for an Adgroup, I 
need to get it in Pentaho Data Integration step so that i can save this on 
hourly basis to my database table, i need exact data call as it will be 
matched to this table later on for testing.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7c63a3aa-9bb7-4f77-aa2f-d1d556b08417%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Hourly AdGroup Performance Report

2017-07-06 Thread Muhammad Shahzad
Can this be achieved using javascript?

On Thursday, March 17, 2011 at 5:13:42 AM UTC+5, Eric Koleda wrote:
>
> Hi Tyler,
>
> There isn't an example for this exact type of report, but there is an 
> example for a KEYWORDS report that you can use as a starting point:
>
>   
> http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/AddKeywordsPerformanceReportDefinition.php
>
> Best,
> - Eric
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/09fa42f4-8a10-4b31-a25b-68f555bb8de8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: pentaho integration

2017-07-06 Thread Muhammad Shahzad
Did you achived the solution for this?

On Tuesday, March 15, 2011 at 11:52:16 PM UTC+5, discovlad wrote:
>
> Folks, 
> Has anybody tried integrating Pentaho with adwords. If so, what 
> approach are you using?  That is, have you written a kettle plugin 
> that calls goodle's adword api, or are you using wsdl integration or 
> are you simply downloading zip files by hand and importing them into 
> pentaho?  I would very much like to hear what has is being tried and 
> works. 
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dab23587-36ce-4d18-b65c-b3e43a3bb739%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: pentaho integration

2017-07-06 Thread Muhammad Shahzad



I want to get this data in Pentaho Data Integration, this is of adgroup, 
how can i get the data from Dimension tab?

On Tuesday, June 26, 2012 at 7:28:27 PM UTC+5, jstedman wrote:
>
>
>>> I have used Pentaho data-integration(kettle directly as well as an ejb 
> that integrates kettle jobs into a web service) to interface with a wsdl 
> based reporting service we host internally and it works well using the 
> steps that kettle comes with. It also should be fairly straight forward to 
> perform an http request to download google reports(we do not do this, but I 
> did suggest it internally). It would be reasonable(almost trivial) to use 
> the data-integration suite for downloading and staging report data.
>
> I think managing campaigns using pentaho may require significant work. You 
> would likely not be using the google java api to make this happen, unless 
> you feel like creating custom kettle plugins for each operation. 
>
>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/00aa2eb8-44b8-4d9c-a081-709b7891f13d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Developer Token transfer

2017-07-06 Thread 'Hussein Negm' via AdWords API Forum
Hello 
I have a question regarding Developer Token transfer

Background:
I have an unusual situation with developer tokens. We have a number of MCC 
accounts that were previously under separate accounts that we now want to 
consolidate. I have an approved access token on 2 of them (same token). I 
applied for a new token on another 2 and the request got rejected because 
"I can't have multiple developer tokens for the same legal entity" and I 
was advised to request a token transfer

Question:
When I request the developer token transfer, would this affect the other 
MCC developer token? or I will just be able to use the same developer token 
across  

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8c339d2f-3c8d-47cf-b240-9735cf15668f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Error when migrating from version 201702 to 201705

2017-07-06 Thread lktrang
Dear all, 
I got this error when migrating from version 201702 to 201705

SEVERE: Servlet.service() for servlet default threw exception
java.lang.NullPointerException: No group found for service: 
v201705.LocationCriterionService
at 
com.google.api.ads.adwords.lib.conf.AdWordsApiConfiguration.getServiceUrlGroup(AdWordsApiConfiguration.java:64)
at 
com.google.api.ads.adwords.lib.client.AdWordsServiceDescriptor.getEndpointAddress(AdWordsServiceDescriptor.java:83)
at 
com.google.api.ads.common.lib.factory.helper.BaseAdsServiceClientFactoryHelper.createAdsServiceClient(BaseAdsServiceClientFactoryHelper.java:73)
at 
com.google.api.ads.common.lib.factory.AdsServiceClientFactory.getServiceClient(AdsServiceClientFactory.java:76)
at 
com.google.api.ads.common.lib.factory.BaseAdsServiceClientFactory.getServiceClientAsInterface(BaseAdsServiceClientFactory.java:81)
at 
com.google.api.ads.common.lib.factory.BaseServices.get(BaseServices.java:45)

Can anyone help me solve this problem please.
Thank you very much.
Jeszi.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/048118a5-d96d-4392-89e2-25d474847dc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Need Manager account details after authorization

2017-07-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

There is currently no way to get the MCC account information via the access 
tokens of the AdWords API. Please note as well that there is currently no 
way to get MCC or manager account information via the AdWords API if you 
are making calls using a client account. However, you may be able to get 
the MCC account ID by logging in to your AdWords account in the UI.

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/b9d94783-5998-4b18-a77a-ecbd0c54335a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.