Error Face

2021-08-07 Thread alok nath
When i submit Report From Sample Laravel App Facing error

Class "Google\Ads\GoogleAds\Lib\V8\GoogleAdsClientBuilder" not found  

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

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


Re: [Google Ads API] Target partner search network in campaign NetworkSetting

2020-01-17 Thread alok
Thanks Xiaoming.

Can you please guide me on how to get this whitelisted?

Regards,
Alok

On Wednesday, January 15, 2020 at 1:49:27 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hi,
>
> Thanks for reaching out. The targetPartnerSearchNetwork is available only 
> to select partners which means it's on a whitelist basis. For everyone else 
> it should be set to "false" or "null". 
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>  
>
> ref:_00D1U1174p._5001USwOyl:ref
>

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

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


[Google Ads API] Target partner search network in campaign NetworkSetting

2020-01-14 Thread alok
Hi,

Getting "CANNOT_TARGET_PARTNER_SEARCH_NETWORK" error while setting partner 
search network in campaign networkSettings.How to I enable or disable 
partner search network as this feature was available in Adwords API. Any 
guidance on the same would be nice.

Below is the request and response for the same.
Request
---
MethodName: google.ads.googleads.v2.services.CampaignService/MutateCampaigns
Endpoint: googleads.googleapis.com:443
Headers: {developer-token=REDACTED, login-customer-id=a, 
x-goog-api-client=gl-java/1.8.0_201 gapic/ gax/1.45.0 grpc/1.21.0}
Body: customer_id: "b"
operations {
  update {
resource_name: "customers/b/campaigns/c"
status: PAUSED
network_settings {
  target_google_search {
value: true
  }
  target_search_network {
value: true
  }
  target_content_network {
  }
  target_partner_search_network {
value: true
  }
}
  }
  update_mask {
paths: "resource_name"
paths: "status"
paths: "network_settings.target_google_search"
paths: "network_settings.target_search_network"
paths: "network_settings.target_content_network"
paths: "network_settings.target_partner_search_network"
  }
}
partial_failure: true


Response

Headers: 
Metadata(content-disposition=attachment,content-type=application/grpc,request-id=38MFo1PgB1TYAL3yGPmm2w,date=Tue,
 
14 Jan 2020 11:40:51 GMT,alt-svc=quic=":443"; ma=2592000; 
v="46,43",h3-Q050=":443"; ma=2592000,h3-Q049=":443"; 
ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; 
ma=2592000,h3-Q043=":443"; ma=2592000)
Body: results {
}
partial_failure_error {
  code: 3
  message: "Only some Google partners are allowed to target partner search 
network., at operations[0].update.network_settings"
  details {
type_url: 
"type.googleapis.com/google.ads.googleads.v2.errors.GoogleAdsFailure"
value: "\n\201\001\n\002x\b\022GOnly some Google partners are allowed 
to target partner search 
network.\032\002*\000\".\022\016\n\noperations\022\000\022\b\n\006update\022\022\n\020network_settings"
  }
}

Failure message: null
Status: Status{code=OK, description=null, cause=null}.

[error_code {
  campaign_error: *CANNOT_TARGET_PARTNER_SEARCH_NETWORK*
}
message: "*Only some Google partners are allowed to target partner search 
network.*"
trigger {
  string_value: ""
}
location {
  field_path_elements {
field_name: "operations"
index {
}
  }
  field_path_elements {
field_name: "update"
  }
  field_path_elements {
field_name: "network_settings"
  }
}
]

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

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


Re: [Google Ads API] Adding account billing setup using existing paymentAccountId

2020-01-13 Thread alok
 Hi Mitchell,

As I mentioned above, I am trying to use an EXISTING paymentAccountID which 
is in --- format. According to billingsetup 
<https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v2.resources#billingsetup>
 
document, I should be setting payments_account and not payment_account_info 
as payment_account_info is used to signup with new payments accounts.

payments_account (StringValue) 
<https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.StringValue>
 

The resource name of the payments account associated with this billing 
setup. Payments resource names have the form:

customers/{customer_id}/paymentsAccounts/{payments_account_id} * When 
setting up billing, this is used to signup with an existing payments 
account (and then payments_account_info should not be set). * When getting 
a billing setup, this and payments_account_info will be populated.

payments_account_info (PaymentsAccountInfo) 
<https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v2.resources#google.ads.googleads.v2.resources.BillingSetup.PaymentsAccountInfo>
 

The payments account information associated with this billing setup. *When 
setting up billing, this is used to signup with a new payments account (and 
then payments_account should not be set).* When getting a billing setup, 
this and payments_account will be populated. 


*Approach 1)* Now assuming, I have to use payments_account resource name 
(as I am using existing payments_account), *the java client doesn't support* 
ResourceNames.paymentsAccount(long custonerID,*String payment_accountId*) 
but only supports ResourceNames.paymentsAccount(long customerId,*long 
payment_accountId*)



BillingSetup billingSetup = BillingSetup.newBuilder()
// BUG: Google Ads api accepts only long PaymentsAccountId 
while
// creating ResourceNames.paymentsAccount, but requires 
String
// in format "---"

.setPaymentsAccount(StringValue.of(ResourceNames.paymentsAccount(anAccountID, 
Long.valueOf(aBilling.getPaymentsAccountId()

*Approach 2)* lets try the approach of setting payment_accountInfo, it 
throws error message INVALID_PAYMENTS_ACCOUNT as payments_account_name is 
mandatory to set, which I don't want to overwrite as I am using existing 
payment_accountId which already has a predefined name which I might have 
access to. *If I go ahead and set a payments_account_name in below request, 
the request is successful but It creates a new payment_accountId which 
obviously I don't want, as whole intention is to use same payment_accountId* 

Request
---
MethodName: 
google.ads.googleads.v2.services.BillingSetupService/MutateBillingSetup
Endpoint: googleads.googleapis.com:443
Headers: {developer-token=REDACTED, login-customer-id=a, 
x-goog-api-client=gl-java/1.8.0_201 gapic/ gax/1.45.0 grpc/1.21.0}
Body: customer_id: "bb"
operation {
  create {
start_time_type: NOW
payments_account_info {
  payments_account_id {
value: "---"
  }
  payments_profile_id {
value: "--"
  }
}
end_time_type: FOREVER
  }
}


Response

Headers: 
Metadata(content-type=application/grpc,request-id=H8OHfex_fwh3PV-IQQvyUw,date=Mon,
 
13 Jan 2020 10:03:59 GMT,alt-svc=quic=":443"; ma=2592000; 
v="46,43",h3-Q050=":443"; ma=2592000,h3-Q049=":443"; 
ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; 
ma=2592000,h3-Q043=":443"; ma=2592000)
Body: null
Failure message: errors {
  error_code {
billing_setup_error: INVALID_PAYMENTS_ACCOUNT
  }
  message: "The requested payments account needs either a correctly 
formatted id (---), or a non-blank name."
  location {
field_path_elements {
  field_name: "operation"
}
field_path_elements {
  field_name: "create"
}
field_path_elements {
  field_name: "payments_account_info"
}
field_path_elements {
  field_name: "payments_account_name"
}
  }
}

Any pointers would be nice??

Thanks,

Alok


On Saturday, January 11, 2020 at 3:30:44 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hi Alok,
>
> Thank you for reaching out. Adding the payments_account to BillingSetup 
> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v2.resources#billingsetup>
>  
> requires the payments_account_id from PaymentsAccountInfo 
> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v2.resources#paymentsaccountinfo>.
>  
> As you can see, this value is a string and must be passed with dashes. 
> Therefore, you need to pass the Id as a string with dashes and the error 
> m

[Google Ads API] Adding account billing setup using existing paymentAccountId

2020-01-10 Thread alok
Hi,

I am trying to add account billing by calling BillingSetupService using an 
existing paymentAccountId which is in format . But it 
throws invalid format as expected format is --- (dashes are 
required as opposed to adwords api).
Trouble is looks like there is a bug in Google ads java client library as 
it expects payment account resource name with long paymentAccountId

BillingSetup billingSetup = BillingSetup.newBuilder()
// BUG: Google Ads api accepts only long PaymentsAccountId 
while
// creating ResourceNames.paymentsAccount, but requires 
String
// in format "---"

.setPaymentsAccount(StringValue.of(ResourceNames.paymentsAccount(anAccountID, 
Long.valueOf(aBilling.getPaymentsAccountId()

Below is my request and response while adding the billingsetup. Can you 
please confirm if above steps are correct and this is indeed a bug?? or is 
there any other way of getting this work?

Request
---
MethodName: 
google.ads.googleads.v2.services.BillingSetupService/MutateBillingSetup
Endpoint: googleads.googleapis.com:443
Headers: {developer-token=REDACTED, login-customer-id=aaa, 
x-goog-api-client=gl-java/1.8.0_201 gapic/ gax/1.45.0 grpc/1.21.0}
Body: customer_id: "b"
operation {
  create {
start_time_type: NOW
payments_account {
  value: "customers/b/paymentsAccounts/"
}
end_time_type: FOREVER
  }
}


Response

Headers: 
Metadata(content-type=application/grpc,request-id=hM4Hr0B0AlzCIMLI1qlSsg,date=Fri,
 
10 Jan 2020 14:49:07 GMT,alt-svc=quic=":443"; ma=2592000; 
v="46,43",h3-Q050=":443"; ma=2592000,h3-Q049=":443"; 
ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; 
ma=2592000,h3-Q043=":443"; ma=2592000)
Body: null
Failure message: errors {
  error_code {
billing_setup_error: INVALID_PAYMENTS_ACCOUNT
  }
  message: "The requested payments account needs either a correctly 
formatted id (---), or a non-blank name."
}

Thanks,
Alok

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

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


Re: Google Ads API : Unable to add campaign level Device targeting using client library

2019-09-09 Thread alok
Thanks Bharani,

Updating Connected_TV device criteria works for display and video campaigns.

Regards,
Alok

On Saturday, September 7, 2019 at 1:34:42 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hi Alok, 
>
> Thank you for sharing the complete logs. It looks like you're updating the 
> targeting criteria for a search campaign. You will be able to target or 
> exclude and adjust the bids for the Connected TV criteria only for 
> Display/Video campaigns. Please refer to this blog post 
> <https://ads-developers.googleblog.com/2018/12/connected-tv-device-targeting-reporting.html>
>  
> for more information. Could you please give this a try for one of the 
> Display campaigns and let us know if you encounter any issues?
>
> Regards,
> Bharani, Google Ads API Team
>
> ref:_00D1U1174p._5001UHFSnF:ref

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

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


Re: Google Ads API : Unable to add campaign level Device targeting using client library

2019-09-05 Thread alok
Hi Bharani,

Thanks for the suggestion. I used update operations and was able to update 
bid modifiers for Mobile,Tablet and Desktop devices but was not able to 
update bid modifier for Connected_TV device target. I am using criterionId 
of CONNECTED_TV as 30004 but request fails with "Resource was not found" 
error with trigger *string_value: "CriterionId{id=30004}"*

*Isn't criterionId 30004 correct value for CONNECTED_TV*. Can you point me 
to any documents which specifies correct criterionIds for all devices.

Request
---
MethodName: 
google.ads.googleads.v2.services.CampaignCriterionService/MutateCampaignCriteria
Endpoint: googleads.googleapis.com:443
Headers: {developer-token=TOKEN, login-customer-id=xx, 
x-goog-api-client=gl-java/1.8.0_201 gapic/ gax/1.45.0 grpc/1.21.0}
Body: customer_id: "yy"
operations {
  update {
resource_name: "customers/yy/campaignCriteria/zz~30004"
campaign {
  value: "customers/yy/campaigns/zz"
}
criterion_id {
  value: 30004
}
negative {
}
device {
  type: CONNECTED_TV
}
bid_modifier {
  value: 4.5
}
  }
  update_mask {
paths: "bid_modifier"
  }
}
partial_failure: true


Response

Headers: 
Metadata(content-disposition=attachment,content-type=application/grpc,request-id=xfa-FSqq-vQBvKXT_siBwA,date=Thu,
 
05 Sep 2019 09:36:06 GMT,alt-svc=quic=":443"; ma=2592000; v="46,43,39")
Body: results {
}
partial_failure_error {
  code: 3
 * message: "Resource was not found., at operations[0]."*
  details {
type_url: 
"type.googleapis.com/google.ads.googleads.v2.errors.GoogleAdsFailure"
value: "\nH\n\0028\003\022\027Resource was not 
found.\032\027*\025CriterionId{id=30004}\"\020\022\016\n\noperations\022\000"
  }
}

Failure message: null
Status: Status{code=OK, description=null, cause=null}.

2019-09-05 09:36:06,466 [main] INFO  
c.t.s.c.g.i.s.CampaignTargetServiceClient - Google add campaign targets 
operation 0 failed for account yy with errors: [error_code {
  mutate_error: RESOURCE_NOT_FOUND
}
message: "*Resource was not found*."
trigger {
 * string_value: "CriterionId{id=30004}"*
}
location {
  field_path_elements {
field_name: "operations"
index {
}
  }
}
]

Thanks,
Alok

On Tuesday, September 3, 2019 at 3:55:26 PM UTC+5:30, alok wrote:
>
> Hi,
>
> I am trying to add campaign targets using java client library but getting 
> below error while adding device targets.I followed the approach mentioned 
> in Google Ads API examples 
>
> https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/targeting/AddCampaignTargetingCriteria.java
>
> Note that location and proximity targets are getting added successfully 
> but *device targets returns error 
> "OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE"*
> *Is there bug in google Ads API while adding device targets, if yes any 
> timelines when it will be resolved or is there any problem in below 
> request.*
>
> Request and Response are below:
>
> Request
> ---
> MethodName: 
> google.ads.googleads.v2.services.CampaignCriterionService/MutateCampaignCriteria
> Endpoint: googleads.googleapis.com:443
> Headers: {developer-token=TOKEN, login-customer-id=xx, 
> x-goog-api-client=gl-java/1.8.0_201 gapic/ gax/1.45.0 grpc/1.21.0}
> Body: customer_id: "yy"
> operations {
>   create {
> campaign {
>   value: "customers/yy/campaigns/aa"
> }
> criterion_id {
>   value: 30001
> }
> negative {
> }
> device {
>   type: MOBILE
> }
> bid_modifier {
>   value: 4.5
> }
>   }
> }
> operations {
>   create {
> campaign {
>   value: "customers/yy/campaigns/aa"
> }
> negative {
> }
> bid_modifier {
>   value: 3.4
> }
> proximity {
>   geo_point {
> longitude_in_micro_degrees {
>   value: -178337050
> }
> latitude_in_micro_degrees {
>   value: 28422800
> }
>   }
>   radius {
> value: 10.0
>   }
>   radius_units: KILOMETERS
> }
>   }
> }
> operations {
>   create {
> campaign {
>   value: "customers/yy/campaigns/aa"
> }
> criterion_id {
>   value: 21132
> }
> negative {
> }
> location {
>   geo_target_constant {
> value: "geoTargetConstants/21132"
>   }
> }
> bid_modifier {
>   value: 2.3
> 

Google Ads API : Unable to add campaign level Device targeting using client library

2019-09-03 Thread alok
Hi,

I am trying to add campaign targets using java client library but getting 
below error while adding device targets.I followed the approach mentioned 
in Google Ads API examples 
https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/targeting/AddCampaignTargetingCriteria.java

Note that location and proximity targets are getting added successfully but 
*device 
targets returns error "OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE"*
*Is there bug in google Ads API while adding device targets, if yes any 
timelines when it will be resolved or is there any problem in below 
request.*

Request and Response are below:

Request
---
MethodName: 
google.ads.googleads.v2.services.CampaignCriterionService/MutateCampaignCriteria
Endpoint: googleads.googleapis.com:443
Headers: {developer-token=TOKEN, login-customer-id=xx, 
x-goog-api-client=gl-java/1.8.0_201 gapic/ gax/1.45.0 grpc/1.21.0}
Body: customer_id: "yy"
operations {
  create {
campaign {
  value: "customers/yy/campaigns/aa"
}
criterion_id {
  value: 30001
}
negative {
}
device {
  type: MOBILE
}
bid_modifier {
  value: 4.5
}
  }
}
operations {
  create {
campaign {
  value: "customers/yy/campaigns/aa"
}
negative {
}
bid_modifier {
  value: 3.4
}
proximity {
  geo_point {
longitude_in_micro_degrees {
  value: -178337050
}
latitude_in_micro_degrees {
  value: 28422800
}
  }
  radius {
value: 10.0
  }
  radius_units: KILOMETERS
}
  }
}
operations {
  create {
campaign {
  value: "customers/yy/campaigns/aa"
}
criterion_id {
  value: 21132
}
negative {
}
location {
  geo_target_constant {
value: "geoTargetConstants/21132"
  }
}
bid_modifier {
  value: 2.3
}
  }
}
operations {
  create {
campaign {
  value: "customers/yy/campaigns/aa"
}
criterion_id {
  value: 21133
}
negative {
}
location {
  geo_target_constant {
value: "geoTargetConstants/21133"
  }
}
bid_modifier {
  value: 1.2
}
  }
}
partial_failure: true


Response

Headers: 
Metadata(content-disposition=attachment,content-type=application/grpc,request-id=7Cs-1xvq5XYUgPAj4vQ4jA,date=Fri,
 
30 Aug 2019 10:09:06 GMT,alt-svc=quic=":443"; ma=2592000; v="46,43,39")
Body: results {
}
results {
  resource_name: 
"customers/yy/campaignCriteria/aa~810693935922"
}
results {
  resource_name: "customers/yy/campaignCriteria/aa~21132"
}
results {
  resource_name: "customers/yy/campaignCriteria/aa~21133"
}
partial_failure_error {
  code: 3
  *message: "This operator cannot be applied to a criterion of this type., 
at operations[0].create.device"*
  details {
type_url: 
"type.googleapis.com/google.ads.googleads.v2.errors.GoogleAdsFailure"
value: "\nm\n\003\350\001\t\022<*This operator cannot be applied to a 
criterion of this type*
.\032\002*\000\"$\022\016\n\noperations\022\000\022\b\n\006create\022\b\n\006device"
  }
}

Failure message: null
Status: Status{code=OK, description=null, cause=null}.

2019-08-30 10:09:08,867 [main] INFO  
c.t.s.c.g.i.s.CampaignTargetServiceClient - Add campaign targets operation 
0 failed for account yy with errors: [error_code {
  campaign_criterion_error: *OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE*
}
message: "This operator cannot be applied to a criterion of this type."
trigger {
  string_value: ""
}
location {
  field_path_elements {
field_name: "*operations*"
index {
}
  }
  field_path_elements {
field_name: "*create*"
  }
  field_path_elements {
field_name: "*device*"
  }
}
]

Thanks,
Alok

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

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


Re: Targeting a hotel campaign by device.

2019-08-30 Thread alok
 Hi, 

 Is this resolved?? I am still facing the same issue while targeting device 
type.(using same approach as above)
 Any examples on how to target devices??

Thanks,
Alok

On Wednesday, May 22, 2019 at 9:17:22 AM UTC+5:30, adsapiforumadvisor wrote:
>
> Hi Vinutha,
>
> Issue hasn't been resolved yet. To further investigate this, could you 
> provide the complete JSON request and response logs when you encountered 
> the error? If you haven't enabled logging yet, you could refer to the 
> README <https://developers.google.com/google-ads/api/docs/client-libs> 
> section 
> of your client library for detailed instructions on how to enable it. 
> Please use the *reply privately to author*option.
>
> Regards,
> Dave
> Google Ads API Team
>
>
> ref:_00D1U1174p._5001UAqFMZ:ref

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

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


Re: Getting an Error: [AuthorizationError.CUSTOMER_NOT_ACTIVE @ ; trigger:'']

2019-08-12 Thread Alok Sharma


On Thursday, August 8, 2019 at 6:29:27 PM UTC+5:30, Alok Sharma wrote:
>
> Hi,
>
> I am trying to create customer list in my Adwords account from CRM but 
> while authorizing my adwords account Google give me an error: 
> *[AuthorizationError.CUSTOMER_NOT_ACTIVE 
> @ ; trigger:''].*
>
> After going through this group what I get is this error comes only when 
> your account has no spend in last 15 months or inactive account or 
> cancelled account. 
>
> But in my case my account is active and currently, ad is being served from 
> this account but I am stil getting error.
>
> My Customer Id is: 964-152-4096
>
> Do let me know if any other information is required in order to solve this.
>
> Thanks
> Alok Sharma 
>

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

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


Getting an Error: [AuthorizationError.CUSTOMER_NOT_ACTIVE @ ; trigger:'']

2019-08-08 Thread Alok Sharma
Hi,

I am trying to create customer list in my Adwords account from CRM but 
while authorizing my adwords account Google give me an error: 
*[AuthorizationError.CUSTOMER_NOT_ACTIVE 
@ ; trigger:''].*

After going through this group what I get is this error comes only when 
your account has no spend in last 15 months or inactive account or 
cancelled account. 

But in my case my account is active and currently, ad is being served from 
this account but I am stil getting error.

My Customer Id is: 964-152-4096

Do let me know if any other information is required in order to solve this.

Thanks
Alok Sharma 

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

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


Re: [Google Ads API] How to set Oauth credentials using java client lib (google-ads-java)

2019-06-21 Thread alok
 Hi Bharani,

 Thanks for the info.Another follow up question on the same.

  There is an option of setting access token in UserCredentials object but 
it is not being used as per the example given below by you. Is it not 
mandatory to set access token anymore and is access token automatically 
generated using cleint_id,client_secret and refresh token?? What happens if 
the access token expires after 60 minutes,Is that already handled too?? 

Thanks,
Alok

On Friday, June 21, 2019 at 1:28:03 AM UTC+5:30, adsapiforumadvisor wrote:
>
> Hi Alok, 
>
> You can construct the Credentials object as below and pass them to the 
> GoogleAdsClient:
>   
>
> Credentials credentials =
> UserCredentials.newBuilder()
> .setClientId("INSERT_CLIENT_ID")
> .setClientSecret("INSERT_CLIENT_SECRET")
> .setRefreshToken("INSERT_REFRESH_TOKEN")
> .build();
> GoogleAdsClient googleAdsClient =
> GoogleAdsClient.newBuilder()
> .setCredentials(credentials)
> .setDeveloperToken("INSERT_DEVELOPER_TOKEN_HERE")
> .setLoginCustomerId("INSERT_LOGIN_CUSTOMER_ID_HERE") // Manager 
> accounts only.
> .build();
>
> Please refer to this guide 
> <https://github.com/googleads/google-ads-java#basic-usage> for more 
> information. Let me know if you have any questions.
>
> Thanks,
> Bharani, Google Ads API Team
>
> ref:_00D1U1174p._5001UCYbnu:ref

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

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


[Google Ads API] How to set Oauth credentials using java client lib (google-ads-java)

2019-06-20 Thread alok
Hi,

We are planing to use google-ads-java client library to migrate from Google 
Adwords API to Google Ads API.

I have all the required values of client_id,client_secret,refresh token and 
access token etc. Whats the best way to set Oauth credentials using java 
client.
I have already gone though test examples which creates GoogleAdsClient from 
properties file but this doesn't fit my requirement as we access different 
MCCs in same platform.

what are the best way to create credentials object (please be specific to 
the java class to be used) and use it with GoogleAdsClient.
GoogleAdsClient googleAdsClient = 
GoogleAdsClient.newBuilder().setCredentials(theCredentials)

Thanks
Alok

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

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


Expanded Text Ad v201607 : AdPerformance report not populating displayUrl field

2016-09-16 Thread alok
Hi Guys,

we have implemented Expanded TextAd feature (using api v201607), but 
adPerformance report is not returning/populating displayUrl field.Rest of 
the fields like header1,header2,description,finalUrl is returned as 
expected.I know displayUrl is part of ad Type but I would expect displayUrl 
value as well since it does return finalUrl value which is also part of Ad 
Type

How can I get displayUrl field value to be returned in adPerformance report.

Request:
=
INFO  c.g.a.a.a.lib.utils.report_download - Request made: POST 
https://adwords.google.com//api/adwords/reportdownload/v201607

INFO  c.g.a.a.a.lib.utils.report_download - accept-encoding: [gzip]
authorization: 
user-agent: [XXX (AwApi-Java, Common-Java/2.17.0, Java/1.6.0_37, maven, 
ReportDownloader)]
developertoken: XXX
clientcustomerid: 
includezeroimpressions: true

Parameters:
__fmt: GZIPPED_XML
__rdquery: SELECT 
CampaignId,AdGroupId,HeadlinePart1,HeadlinePart2,Description,DisplayUrl,Id,AdType,Status,CreativeFinalUrls
 
FROM AD_PERFORMANCE_REPORT DURING LAST_30_DAYS

INFO  c.g.a.a.a.lib.utils.report_download - Response received with status 
code 200 and message: OK



Thanks,
Alok

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4f66852d-588f-4789-bf47-47ecccfa8fbc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting ResponseHeader units using v201209

2013-02-15 Thread alok
Any update on this ?

On Tuesday, February 12, 2013 8:32:10 PM UTC+5:30, alok wrote:

 Hi Anash,

 Thanks for the info on API pricing.But we still want to track the per call 
 API units for our own info.So is there a way we can get the responseHeader 
 data (units/operations) for each service request.

 -Alok

 On Tuesday, February 12, 2013 10:46:38 AM UTC+5:30, Anash P. Oommen 
 (AdWords API Team) wrote:

 Hi Alok,

 AdWords API is becoming free for all. See 
 http://googleadsdeveloper.blogspot.tw/2013/01/new-simplified-adwords-api-pricing.htmlfor
  details. This would mean that you wouldn't need to worry about per-call 
 API units like the way it was earlier, but you need to decide whether you 
 need standard access and apply for it if applicable.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Monday, February 11, 2013 3:57:08 PM UTC+5:30, alok wrote:

 Hi API Team,

 I facing an issue where i am not able to get the response headers units 
 for any service request I use.All i want is to get the units/operations 
 value from header Response for each service request to track the 
 cost/operations associated with that service in v201209.

 I am creating an instance of AdWordsServices and calling get method as 
 below:

 AdWordsServices adWordsServices = new AdWordsServices();
 returnService = (T) adWordsServices.get(adWordsSession, 
 AdGroupServiceInterface.class);

 Previously (v201206) we used to fetch the responseHeaders using below:

 if ((returnService != null)  (*returnService instanceof Stub*)) {
 ret = ((Stub)returnService ).getResponseHeaders();

 }

 This used to work fine as in v201206,the services were called using 
 AdWordsUser getService() method,which internally used to call 
 AdWordsServiceFactory *public static Stub 
 generateServiceStub*(AdWordsService 
 service, AdWordsUser user, String endpointServer, boolean validateOnly)

 and* it used to retrun a service which is instanceof Stub

 But* in current v201209,the returned service is not instanceof Stub so 
 I am not able to get the responseHeaders values (units/operations)

 Please let me know,What needs to be done to fetch the header values.

 Thanks,
 Alok* *



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Getting ResponseHeader units using v201209

2013-02-12 Thread alok
Hi Anash,

Thanks for the info on API pricing.But we still want to track the per call 
API units for our own info.So is there a way we can get the responseHeader 
data (units/operations) for each service request.

-Alok

On Tuesday, February 12, 2013 10:46:38 AM UTC+5:30, Anash P. Oommen 
(AdWords API Team) wrote:

 Hi Alok,

 AdWords API is becoming free for all. See 
 http://googleadsdeveloper.blogspot.tw/2013/01/new-simplified-adwords-api-pricing.htmlfor
  details. This would mean that you wouldn't need to worry about per-call 
 API units like the way it was earlier, but you need to decide whether you 
 need standard access and apply for it if applicable.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Monday, February 11, 2013 3:57:08 PM UTC+5:30, alok wrote:

 Hi API Team,

 I facing an issue where i am not able to get the response headers units 
 for any service request I use.All i want is to get the units/operations 
 value from header Response for each service request to track the 
 cost/operations associated with that service in v201209.

 I am creating an instance of AdWordsServices and calling get method as 
 below:

 AdWordsServices adWordsServices = new AdWordsServices();
 returnService = (T) adWordsServices.get(adWordsSession, 
 AdGroupServiceInterface.class);

 Previously (v201206) we used to fetch the responseHeaders using below:

 if ((returnService != null)  (*returnService instanceof Stub*)) {
 ret = ((Stub)returnService ).getResponseHeaders();

 }

 This used to work fine as in v201206,the services were called using 
 AdWordsUser getService() method,which internally used to call 
 AdWordsServiceFactory *public static Stub 
 generateServiceStub*(AdWordsService 
 service, AdWordsUser user, String endpointServer, boolean validateOnly)

 and* it used to retrun a service which is instanceof Stub

 But* in current v201209,the returned service is not instanceof Stub so I 
 am not able to get the responseHeaders values (units/operations)

 Please let me know,What needs to be done to fetch the header values.

 Thanks,
 Alok* *



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.




Getting ResponseHeader units using v201209

2013-02-11 Thread alok
Hi API Team,

I facing an issue where i am not able to get the response headers units for 
any service request I use.All i want is to get the units/operations value 
from header Response for each service request to track the cost/operations 
associated with that service in v201209.

I am creating an instance of AdWordsServices and calling get method as 
below:

AdWordsServices adWordsServices = new AdWordsServices();
returnService = (T) adWordsServices.get(adWordsSession, 
AdGroupServiceInterface.class);

Previously (v201206) we used to fetch the responseHeaders using below:

if ((returnService != null)  (*returnService instanceof Stub*)) {
ret = ((Stub)returnService ).getResponseHeaders();
   
}

This used to work fine as in v201206,the services were called using 
AdWordsUser getService() method,which internally used to call 
AdWordsServiceFactory *public static Stub generateServiceStub*(AdWordsService 
service, AdWordsUser user, String endpointServer, boolean validateOnly)

and* it used to retrun a service which is instanceof Stub

But* in current v201209,the returned service is not instanceof Stub so I am 
not able to get the responseHeaders values (units/operations)

Please let me know,What needs to be done to fetch the header values.

Thanks,
Alok* *

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.




Content Keyword - Invalid ID error

2012-11-11 Thread alok
Hi API Team,

I am getting lot of Invalid ID errors during redeployment of few accounts 
(around 200 accounts).The error is for keyword=Content, 
keywordIdentifier/id=300, 
keywordType='Broad',status='Active',isNegative='False'

I understand that this keyword ('Content') is used to represent the 
clicks/impressions/etc associated with the sum of all keywords in an 
adgroup that caused it to trigger on Content/Display networks.But is there 
any known issue(s) which is causing Invalid ID errors during redeployment 
for this keyword or in which scenario this keyword can throw such an error.

During redeployment,It tries to delete this keword in adwords and fails 
with invalid ID error.

we get this keyword when we download keyword performance report although 
its not there in adwords UI report.Is there any work around to fix this 
issue.

-Thanks,
Alok

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: AuthorizationError.CUSTOMER_SYNC_DISABLED

2012-10-31 Thread alok
Hi David/Adwords API Team,

Even i am facing the same issue/error 
AuthorizationError.CUSTOMER_SYNC_DISABLED consistently for few accounts 
while setting the campaign budgets.Can you let me know what needs to be 
done to fix this.I get this error only for few accounts out of 70k accounts 
so not sure why this error comes up only for few accounts

Thanks,
-Alok 

On Tuesday, October 9, 2012 3:12:50 AM UTC+5:30, David Torres wrote:

 Hi Marc,

 This is just a temporary retry-able error. It could happen during short 
 periods of server maintenance but it should be rare.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, October 3, 2012 2:47:03 AM UTC-4, MarcF wrote:

 Hello,
 During one hour yesterday, we have received many 
 AuthorizationError.CUSTOMER_SYNC_DISABLED  for various accounts, and for 
 various calls through the API.
 Could you explain what is this  ( I didn't find it in the documentation) ?
 Is it relative to the next API sunset ?
 Cheers



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: AccountService is only available on a whitelist basis

2012-08-03 Thread alok
Hello Danial,

I was able to get and mutate (add budget) to the accounts using 
BudgetOrderService of v201206.But when i try to set (update) or remove the 
budget for the account i get error with msg 
BudgetOrderError.BUDGET_ALREDY_STARTED.Does that mean we cannot 
set/remove a budget when the startDateTime already started.What the rule to 
set/remove a budget?

Thanks,
Alok

On Monday, July 30, 2012 12:17:39 PM UTC+5:30, AdWords API Advisor wrote:

 Hello Alok, 


 We do not have any public examples available at the moment. I'll log this 
 as a request for future library releases. 


 -Danial, AdWords API Team. 


 Original Message Follows: 
  
 From: alok aloks.sh...@gmail.com 
 Subject: Re: AccountService is only available on a whitelist basis 
 Date: Fri, 27 Jul 2012 05:27:08 -0700 (PDT) 

  Hi Danial, 
  
  Is there any example code to set and get busget using 
  budgetOrderService.Iam confused with what fields should go into the 
  selector fields 
  
  Thanks, 
  Alok 
  
  On Thursday, July 26, 2012 3:43:11 PM UTC+5:30, AdWords API Advisor 
 wrote: 
   
   Hello Alok, 
   
   
   This functionality is available in the BudgetOrderService: 
   
 
   
   

 https://developers.google.com/adwords/api/docs/reference/latest/BudgetOrderService
  

   
   
   -Danial, AdWords API Team. 
   
   
   Original Message Follows: 
    
   From: alok aloks.sh...@gmail.com 
   Subject: Re: AccountService is only available on a whitelist basis 
   Date: Thu, 26 Jul 2012 00:11:12 -0700 (PDT) 
   
Hi Danial, 

I want to set and get Budgets at accounts level.This facility was 
   provided 
in v13 account service but i dont see it in SAS.CAn you point me to 
 the 
right service which should be used to set/get budget at account 
 level 
   (not 
campaign level) 

Regards, 
Alok 

On Friday, November 11, 2011 9:28:09 PM UTC+5:30, Danial Klimkin 
 wrote: 
 
 Hello carlinda, 
 
 
 In most cases ServicedAccountService is a new replacement for the 
 AccountService. Please migrate to SAS before Feb. If there is any 
 functionality missing please let us know. 
 
 
 -Danial, AdWords API Team. 
 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
Also find us on our blog and discussion group: 
http://adwordsapi.blogspot.com 
http://groups.google.com/group/adwords-api 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 

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 
   
   
  
  -- 
  =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
  Also find us on our blog and discussion group: 
  http://adwordsapi.blogspot.com 
  http://groups.google.com/group/adwords-api 
  =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
  
  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 



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Where is the v201206 Java client library?

2012-07-27 Thread alok
Hi Kevin,

Can you point to the repository from where i can download the latest 
adwords api jar for v201206

On Tuesday, July 24, 2012 7:16:22 PM UTC+5:30, Kevin Winter wrote:

 Hi all,
   Both the new and old java libraries have been updated with v201206 
 support.

 - Kevin Winter
 AdWords API Team

 On Friday, July 6, 2012 5:27:45 AM UTC-4, Oliver wrote:

 I don't believe it's out yet. This was posted 2 days ago:

 https://groups.google.com/forum/?fromgroups#!topic/adwords-api/tPvZAs8pVjk


 Oliver


 On Friday, July 6, 2012 12:13:06 AM UTC+1, Jim McCabe wrote:

 I am having trouble finding the v201206 Java client library.

 Traditionally we have downloaded JARs from Google 
 Codehttp://code.google.com/p/google-api-adwords-java/downloads/list. 
  The latest version is 8.6.1 and it only includes v201109 and v201109_1. 
  There is no v201206 in there.

 However this appears to be the old way of doing things, according to 
 the Migration 
 Guidehttp://code.google.com/p/google-api-ads-java/wiki/MigrationGuide. 
  The new way is to get the JARs from a Maven repository, and the latest 
 version is 1.5.0 http://search.maven.org/#browse%7C208124706.  Once 
 again there is only support for v201109 and v201109_1, but no mention of 
 v201206 inside the JAR.  I even looked in the DFA and DFP JARs, but they 
 don't have the Adwords API classes.

 Can someone shed some light on when we can expect v201206 to be 
 supported in the Java client libraries?

 This is fairly critical to us since the v13 reseller AccountService API 
 is going to be phased out on August 
 20https://groups.google.com/forum/?fromgroups#%21topic/adwordsapi-announcements/4Mff4aFFufMand
  we were hoping to migrate that to v201206 immediately.

 Jim  



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: AccountService is only available on a whitelist basis

2012-07-27 Thread alok
Hi Danial,

Is there any example code to set and get busget using 
budgetOrderService.Iam confused with what fields should go into the 
selector fields

Thanks,
Alok

On Thursday, July 26, 2012 3:43:11 PM UTC+5:30, AdWords API Advisor wrote:

 Hello Alok, 


 This functionality is available in the BudgetOrderService: 

   

 https://developers.google.com/adwords/api/docs/reference/latest/BudgetOrderService
  


 -Danial, AdWords API Team. 


 Original Message Follows: 
  
 From: alok aloks.sh...@gmail.com 
 Subject: Re: AccountService is only available on a whitelist basis 
 Date: Thu, 26 Jul 2012 00:11:12 -0700 (PDT) 

  Hi Danial, 
  
  I want to set and get Budgets at accounts level.This facility was 
 provided 
  in v13 account service but i dont see it in SAS.CAn you point me to the 
  right service which should be used to set/get budget at account level 
 (not 
  campaign level) 
  
  Regards, 
  Alok 
  
  On Friday, November 11, 2011 9:28:09 PM UTC+5:30, Danial Klimkin wrote: 
   
   Hello carlinda, 
   
   
   In most cases ServicedAccountService is a new replacement for the 
   AccountService. Please migrate to SAS before Feb. If there is any 
   functionality missing please let us know. 
   
   
   -Danial, AdWords API Team. 
   
  
  -- 
  =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
  Also find us on our blog and discussion group: 
  http://adwordsapi.blogspot.com 
  http://groups.google.com/group/adwords-api 
  =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
  
  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 



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: AccountService is only available on a whitelist basis

2012-07-26 Thread alok
Hi Danial,

I want to set and get Budgets at accounts level.This facility was provided 
in v13 account service but i dont see it in SAS.CAn you point me to the 
right service which should be used to set/get budget at account level (not 
campaign level)

Regards,
Alok

On Friday, November 11, 2011 9:28:09 PM UTC+5:30, Danial Klimkin wrote:

 Hello carlinda,


 In most cases ServicedAccountService is a new replacement for the 
 AccountService. Please migrate to SAS before Feb. If there is any 
 functionality missing please let us know.


 -Danial, AdWords API Team.


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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