RE: upload offline conversions

2024-06-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team.

Here are the answers for your queries:

1 - I can't find my developer token for OAuth2 authorization. The new Google 
Ads interface no longer has the API center to find it.

I understand that you are unable to see the API center option in your Google 
Ads account. Kindly note that the API Center option appears only for Google Ads 
manager accounts but not in the client accounts. You need to ensure that you 
are signed in with your Google Ads manager account then navigate to TOOLS & 
SETTINGS > SETUP > API Center. For more information, I would recommend you to 
check this documentation Obtain a developer token.

2 - How do I keep this functionality active on my website if the refresh token 
expires quickly?

Here are some common causes for the refresh token expiration. It seems that you 
were issued a refresh token expiring in 7 days as you configured the OAuth 
consent screen section of the Cloud Platform project with an external user type 
and a publishing status of "Testing". You could change the publishing status to 
production to avoid this issue.

This message is in relation to case "ref:!00D1U01174p.!5004Q02tJVr9:ref" 
(ADR-00244541)

Thanks,

Google Ads API Team


Register for the upcoming workshop: Performance Max and the Google Ads API!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/MwRr60SFT4LK00-exBfT2HQ5OWfQ-9WXWVvA%40sfdc.net.


Upload Offline Conversions

2024-06-28 Thread Vitor Fratti
Hi,

I need to connect to the API to automatically upload offline conversions to 
my website. Basically, every time I perform a specific action, I need a 
conversion to be triggered in Google Ads.
But I'm facing some obstacles, since I've never used the Google Ads API:
1 - I can't find my developer token for OAuth2 authorization. The new 
Google Ads interface no longer has the API center to find it.
2 - How do I keep this functionality active on my website if the refresh 
token expires quickly?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/d34f9535-5c53-4185-9f70-cee3be945345n%40googlegroups.com.


Upload offline conversions from manager account to the sub accounts w/o resource name

2024-05-02 Thread Sergei Rovkach
Hello, I have a manager account and several sub accounts and a list of all 
conversions with gclid, conversion name, etc.. Each of the sub accounts has 
the same conversion name, for example “paid purchase”, but the id 
(“conversionAction”. “resourceName”) is different. Now I have to send a 
request to each of the sub accounts with the same conversion list to apply 
the conversions. Is there a way that will save me from having to go through 
all the subaccounts and pass them the corresponding “conversionAction”. 
“resourceName”?

I use nodejs 
and 
'https://googleads.googleapis.com/v16/customers/{customerId}:uploadClickConversions'
 
endpoint.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/8e9ffcbb-8813-46c6-9906-d5918d97214en%40googlegroups.com.


Want to integrate Google Ads API to upload offline conversions

2023-07-11 Thread Jeetendra Garg
Hi Team,

I want to upload upload offline conversions through Google Ads API. But 
during the Oauth process, it requires some credentials, please help me from 
where I can get the credentials?
It has to be done server to server, so no user consent will be there.

I'm using "ads.properties" in UploadOfflineConversion.java and getting 
unautherized error. Please find attached logs for your reference.

Please help me how can I implement the same and way to get the credentials.

Many thanks.


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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords 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/971cfe46-b3c3-4200-a04c-9eaebbb128f1n%40googlegroups.com.
18:34:40.038 [grpc-default-executor-1] WARN 
com.google.ads.googleads.lib.request.summary - FAILURE REQUEST SUMMARY. Method: 
google.ads.googleads.v14.services.ConversionUploadService/UploadClickConversions,
 Endpoint: googleads.googleapis.com:443, CustomerID: x, RequestID: 
null, ResponseCode: UNAVAILABLE, Fault: Credentials failed to obtain metadata.
SLF4J: Failed toString() invocation on an object of type 
[com.google.ads.googleads.v14.services.UploadClickConversionsRequest]
Reported exception:
java.lang.IllegalAccessError: tried to access method 
com.google.protobuf.LazyStringArrayList.emptyList()Lcom/google/protobuf/LazyStringArrayList;
 from class com.google.api.ResourceDescriptor
at com.google.api.ResourceDescriptor.(ResourceDescriptor.java:502)
at 
com.google.api.ResourceDescriptor.(ResourceDescriptor.java:2833)
at com.google.api.ResourceProto.(ResourceProto.java:69)
at 
com.google.ads.googleads.v14.services.ConversionUploadServiceProto.(ConversionUploadServiceProto.java:202)
at 
com.google.ads.googleads.v14.services.UploadClickConversionsRequest.internalGetFieldAccessorTable(UploadClickConversionsRequest.java:43)
at 
com.google.protobuf.GeneratedMessageV3.getDescriptorForType(GeneratedMessageV3.java:133)
at com.google.protobuf.TextFormat$Printer.print(TextFormat.java:364)
at com.google.protobuf.TextFormat$Printer.print(TextFormat.java:354)
at 
com.google.protobuf.TextFormat$Printer.printToString(TextFormat.java:619)
at 
com.google.protobuf.AbstractMessage.toString(AbstractMessage.java:111)
at 
org.slf4j.helpers.MessageFormatter.safeObjectAppend(MessageFormatter.java:277)
at 
org.slf4j.helpers.MessageFormatter.deeplyAppendParameter(MessageFormatter.java:249)
at 
org.slf4j.helpers.MessageFormatter.arrayFormat(MessageFormatter.java:211)
at 
org.slf4j.helpers.MessageFormatter.arrayFormat(MessageFormatter.java:161)
at 
ch.qos.logback.classic.spi.LoggingEvent.getFormattedMessage(LoggingEvent.java:293)
at 
ch.qos.logback.classic.spi.LoggingEvent.prepareForDeferredProcessing(LoggingEvent.java:206)
at 
ch.qos.logback.core.OutputStreamAppender.subAppend(OutputStreamAppender.java:223)
at 
ch.qos.logback.core.OutputStreamAppender.append(OutputStreamAppender.java:102)
at 
ch.qos.logback.core.UnsynchronizedAppenderBase.doAppend(UnsynchronizedAppenderBase.java:84)
at 
ch.qos.logback.core.spi.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:51)
at ch.qos.logback.classic.Logger.appendLoopOnAppenders(Logger.java:270)
at ch.qos.logback.classic.Logger.callAppenders(Logger.java:257)
at 
ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:421)
at ch.qos.logback.classic.Logger.filterAndLog_0_Or3Plus(Logger.java:383)
at ch.qos.logback.classic.Logger.info(Logger.java:591)
at 
com.google.ads.googleads.lib.logging.RequestLogger.logAtLevel(RequestLogger.java:157)
at 
com.google.ads.googleads.lib.logging.RequestLogger.logDetail(RequestLogger.java:109)
at 
com.google.ads.googleads.lib.logging.LoggingInterceptor.logDetail(LoggingInterceptor.java:219)
at 
com.google.ads.googleads.lib.logging.LoggingInterceptor.access$700(LoggingInterceptor.java:42)
at 
com.google.ads.googleads.lib.logging.LoggingInterceptor$1$1.onClose(LoggingInterceptor.java:96)
at 
io.grpc.internal.DelayedClientCall$DelayedListener$3.

Re: Upload Offline Conversions - BULK Upload

2022-05-25 Thread Dominik Raffetseder
For every link there i got service unvailable?

adsapi schrieb am Freitag, 20. Mai 2022 um 04:05:37 UTC+2:

> Hi Dominik,
>
> Thank you for your question.
>
> Currently, you should only be able to upload up to 2,000 conversions per 
> call 
> ,
>  
> and as per this guide 
> ,
>  
> perform as many calls based on your daily operational limits.
>
> For the PHP example, you can then refer here 
> .
>  
> I hope this helps.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2YblvJ: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 
"Google Ads API and AdWords 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/62631ed8-bd64-484b-b782-0d5bb6691616n%40googlegroups.com.


Upload Offline Conversions - BULK Upload

2022-05-19 Thread Dominik Raffetseder
Good Morning,
is there any example for bulk upload click conversions in PHP?
Is bulk upload possible?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/f676b258-8ffd-471d-9bf3-b698d1f267e6n%40googlegroups.com.


How to upload offline conversions . Need help . Urgent

2022-05-04 Thread Aditya Shanker Tandon
Hi Team, I am not able to understand how to upload call/click conversions 
in google ads , in adwords we used to call mutate and upload gclids , but 
here we need to provide conversion action .
Ques 1.: What is the process to get the conversion actions or conversion 
action ids.??

Can someone please explain this clearly.

Also there is conversion action id in google ads but in adwords there was 
no such thing.

Please help.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/84f87a6c-4bb3-4723-bff2-6079dcd153f0n%40googlegroups.com.


RE: Not able to upload offline conversions "wbraid"

2022-04-29 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Mahavir,

Thank you for raising this concern to the Google Ads API Forum.

With regard to your concern, to investigate this 
"conversionUploadError":"UNPARSEABLE_WBRAID". It will be helpful if you can 
provide the complete request and response logs with request ID and request 
header without redacted CID's so that we can further check. You can provide it 
via Reply privately to the author option. If this option is not available, then 
send it instead on this email address googleadsapi-supp...@google.com.

Best regards,

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2aOPz2: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 
"Google Ads API and AdWords 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/y0JRq0RB3RAF00YdQ3IpBCTOKptd-2Q86Yzw%40sfdc.net.


Not able to upload offline conversions "wbraid"

2022-04-28 Thread Vijaysinh Parmar
Hi,

I am using the v10 google ads API version using PHP.

I am trying to upload offline conversions using gclid, gbraid , wbraid.

GCLID and GBRID are uploading fine but when I use WBRAID it's giving me the 
below error.

*The specified wbraid could not be decoded., at conversions[0].wbraid*

please find attached the request and response log for the same.

Could you please let me know why I am getting this error?

Could you please confirm my wbraid is correct or wrong?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/f4cd3865-95ed-45af-8599-8d1ec871839fn%40googlegroups.com.
[2022-04-28T05:17:27.818895-04:00] .INFO: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v9.services.ConversionUploadService/UploadClickConversions",
 CustomerId: 51XX72, RequestId: "QNcISfeI_Kf8vkAvQ9GmVQ", IsFault: 0, 
FaultMessage: "None"  
[2022-04-28T05:17:27.830308-04:00] .DEBUG: Request
---
Method Name: 
/google.ads.googleads.v9.services.ConversionUploadService/UploadClickConversions
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php\/7.4.26 gccl\/14.0.0 gapic\/14.0.0 gax\/1.12.0 
grpc\/1.43.0 rest\/1.12.0",
"x-goog-request-params": "customer_id=5X7XXX",
"developer-token": "REDACTED"
}
Request: 
{"customerId":"510XX","conversions":[{"wbraid":"ClEKCAjw06OTBhAYEkEA_z3Pf3KhygZqYTw4ktbHEkartbgH6uKj820VBx1Mj1ejVeRhgig0GAzElAfnkhN9JcURJ1oLjBN_G09Y","conversionAction":"customers\/510XX972\/conversionActions\/2049XX51","conversionDateTime":"2022-04-27
 
10:26:00-04:00","conversionValue":5.5,"currencyCode":"USD"}],"partialFailure":true}

Response
---
Headers: {
"content-disposition": "attachment",
"request-id": "QNcISfeI_Kf8vkAvQ9GmVQ",
"date": "Thu, 28 Apr 2022 09:17:27 GMT",
"alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; 
ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; 
ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""
}
Response: 
{"partialFailureError":{"code":3,"message":"The specified wbraid could not be 
decoded., at 
conversions[0].wbraid","details":[{"@type":"type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure","errors":[{"errorCode":{"conversionUploadError":"UNPARSEABLE_WBRAID"},"message":"The
 specified wbraid could not be 
decoded.","trigger":{"stringValue":"ClEKCAjw06OTBhAYEkEA_z3Pf3KhygZqYTw4ktbHEkartbgH6uKj820VBx1Mj1ejVeRhgig0GAzElAfnkhN9JcURJ1oLjBN_G09Y"},"location":{"fieldPathElements":[{"fieldName":"conversions","index":0},{"fieldName":"wbraid"}]}}]}]},"results":[{}]}
  


Re: Upload offline conversions using test account

2022-03-28 Thread leeegi...@gmail.com
Hello, just wondering if there is a way now to use a test gclid?

Thank you,
Lee

On Tuesday, April 14, 2020 at 2:44:04 AM UTC+8 Google Ads API Forum Advisor 
Prod wrote:

> Hi Priya,
>
> Thank you for reaching out to us. Unfortunately it is currently not 
> possible to test the conversions using test accounts as they do not serve 
> ads. You need to have a production account for this functionality. Please 
> refer to this 
>  
> guide 
> for uploading conversions via API. Let me know if you have further 
> questions.
>
> Thank you,
> Bryan, Google Ads API Team
>
> ref:_00D1U1174p._5001UZXXYk: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 
"Google Ads API and AdWords 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/b8db036d-d048-499b-9b4b-bd036428001an%40googlegroups.com.


RE: Google ADS - Unable to upload offline conversions. Please help!

2022-01-04 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Jefferson,

Thanks for reaching out to us.

Does the GCLID in your request belong to the MCC account or other client Id 
that you put in your API request? Kindly note that when you want to upload a 
click conversion on an MCC account, you would need to enable cross-account 
conversion tracking for it. You may follow this guide to configure it and to be 
able to upload conversion via API on the MCC account using the GCLIDs generated 
at client accounts. If you can't configure the cross-account conversion 
tracking, then you will need to upload the conversions to the client accounts 
where GCLIDs are generated, and to know which accounts the specific GCLIDs 
belong to, you can use the click_view report.

Should you persist with the error, you may provide us with the complete request 
and response logs with request ID generated on your end, so our team can take a 
closer look. For the PHP client library, logging can be enabled by the guide 
provided in this link. You may send to us via the Reply privately to author 
option.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2Ugb3N: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/XmMsU0R584YT00T8rLr4ALR3ivSKYIWqifUA%40sfdc.net.


Google ADS - Unable to upload offline conversions. Please help!

2022-01-04 Thread Jefferson Cechinel
Hello everyone!

I'm migrating a PHP application from Adwords API to Google ADS API and I'm
facing a partial failure message when trying to upload offline conversions.

"*This customer does not have an import conversion action that matches the
conversion action provided*."

The accounts structure looks like this:

[image: google-ads-accounts-structure.jpeg]


CONSIDERATIONS:
 - The conversions are not managed by the Master MCC account, all
sub-accounts manage their own conversions.
 - Using the Master MCC account credentials allows me to manage all the
sub-accounts as expected, except upload offline conversions.
 - The implementation is in PHP (googleads/google-ads-php v10.0.0)
 - I don't have this issue using Adwords.

Unlike Adwords, Google ADS requires setting the conversion action id of the
respective conversion so I'm obtaining it with GAQL and it seems right. I
compared the obtained conversion_action.id with the id that appears
in(Conversions -> Lead) URL's param ctId=CONVERSION-ACTION-ID and I can
confirm they do match.

Below is an example of how the ClickConversion object is being created.

$conversion = new ClickConversion();
$conversion->setConversionAction('customers/{SUB-ACCOUNT-ID}/conversionActions/{CONVERSION-ACTION-ID}');
$conversion->setConversionDateTime('2021-12-08 20:30:40-05:00');
$conversion->setGclid('REDACTED');
$conversion->setConversionValue(0);
$service->uploadClickConversions('SUB-ACCOUNT-ID', [$conversion], true);

I also tried to upload using the MASTER-MCC-ID as customerId and many other
ids combinations but the same error occurs.

Can someone help me? Any advice would help!

Thank you!

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

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


RE: How to upload offline conversions with REST api

2021-03-01 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out to our API support team.

We currently do not have an example for uploading conversions using REST, 
however, you would still need to call the services mentioned here and then 
refer to the below guides to get started on using the REST interface :

Design
Common REST methods
Other methods
Discovery document for V6

As for authorization using the REST interface, you can then refer here.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2DJvc2: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/qQnTO0QPBWSA00AgtX3YExQ6CI8UBAFaPPow%40sfdc.net.


How to upload offline conversions with REST api

2021-03-01 Thread mingo
Hello,
I am trying to upload offline conversions with the Google Ads API.

We are using Ruby 2.4, and we have no plans to update the version, so we 
cannot use the client library.
Therefore, I would like to send an API request via REST and realize an 
offline conversion upload.

In this case, what value should the request include?
The campaign has been acquired and other mutants have been verified, and 
the OAuth client information is ready.
I would like advice on how to pass information and conversion data that 
should be included in the request header.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/43f9ef9e-8d13-45ff-b85c-3f488f137fafn%40googlegroups.com.


RE: bulk upload offline conversions

2021-01-27 Thread Google Ads API Forum Advisor Prod
Hello,

Thanks for reaching out. The expired_click error indicates the click is either 
too old to be imported or occurred before the conversion window. I would 
recommend that checking the Importing Click Conversions guide.

As you mentioned scripts, in case you are referring to Ads scripts, offline 
click conversions are a supported entity for bulk conversions in Ads scripts. 
Ads scripts has its own support forum, which can be found here.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2B3bbA: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/B4BVM0QNLQJU00TJ90SJd8TAiOE-vPJsCNtw%40sfdc.net.


bulk upload offline conversions

2021-01-26 Thread 'matthew...@qlinkwireless.com' via AdWords API and Google Ads API Forum
Hi all, I am trying to bulk upload offline conversions via my own 
implementations with the adwords API. I keep getting the error " 
EXPIRED_CLICK", but I have no issue uploading the gClids when uploading one 
by one. Is there just no way to bulk upload or will I have to write a 
script to use the single upload one by one?
Thanks

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

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


Re: 500 Http Response for Upload Offline Conversions

2020-07-28 Thread Darren thinkston
I'm getting a  USER_PERMISSION_DENIED when trying to upload to the offline 
conversions. I don't know why though as the email uploads for our exclusion 
lists is importing fine. I can get campaigns etc.

On Monday, 27 July 2020 at 19:18:31 UTC+1 adsapiforumadvisor wrote:

> Hi Darren,
>
> Thank you for reaching out. In order for me to take a closer look into why 
> you are receiving this error, can you please provide the complete detailed 
> logs of the request and the response along with your customerClientId? You 
> can enable logging by following this guide 
> . 
> When providing this information, please *"Reply privately to author." *If 
> this option is not available to you, you can email us directly with this 
> information at googleadsa...@google.com. 
>
> Yes, you can use this service to upload multiple conversions at once. 
>
> Regards,
> Danica, Google Ads API Team 
>
> ref:_00D1U1174p._5004Q22YyoU: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/ce171b65-f9c5-48fa-9c6e-b584ac46eb4dn%40googlegroups.com.


RE: 500 Http Response for Upload Offline Conversions

2020-07-27 Thread Google Ads API Forum Advisor Prod
Hi Darren,

Thank you for reaching out. In order for me to take a closer look into why you 
are receiving this error, can you please provide the complete detailed logs of 
the request and the response along with your customerClientId? You can enable 
logging by following this guide. When providing this information, please "Reply 
privately to author." If this option is not available to you, you can email us 
directly with this information at googleadsapi-supp...@google.com.

Yes, you can use this service to upload multiple conversions at once.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q22YyoU: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/gOyGG0QE546500q-2ysXGyQC-4CgEqCu25Zw%40sfdc.net.


500 Http Response for Upload Offline Conversions

2020-07-24 Thread Darren thinkston
I just keep getting a 500 response when trying to use the sample for upload 
offline conversions.

I'm using the example identically with the only differences being the 
required constants & the autoload.php location.

Also how is it this class is meant to be used for multiple conversion 
uploads at once? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/44bb8bcc-a17b-43f2-a7f9-395820761289n%40googlegroups.com.


Re: Upload offline conversions using test account

2020-04-14 Thread Priya Chetwani
Ok thank you for the help. I have signup for a production account and added 
one ad. Now APIs working fine.

On Tuesday, April 14, 2020 at 12:14:04 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hi Priya,
>
> Thank you for reaching out to us. Unfortunately it is currently not 
> possible to test the conversions using test accounts as they do not serve 
> ads. You need to have a production account for this functionality. Please 
> refer to this 
>  
> guide 
> for uploading conversions via API. Let me know if you have further 
> questions.
>
> Thank you,
> Bryan, Google Ads API Team
>
> ref:_00D1U1174p._5001UZXXYk: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/0787f842-33bb-45ea-b756-a3a70b73240e%40googlegroups.com.


RE: Upload offline conversions using test account

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi Priya,

Thank you for reaching out to us. Unfortunately it is currently not possible to 
test the conversions using test accounts as they do not serve ads. You need to 
have a production account for this functionality. Please refer to this guide 
for uploading conversions via API. Let me know if you have further questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5001UZXXYk: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/IJrsE0Q8QPCR00FsroZgtpSGGR5r7RMdTpjg%40sfdc.net.


Re: Upload offline conversions using test account

2020-04-11 Thread Priya Chetwani
Hi guys,

I'm also unable to test upload offline conversions php API through a test 
ads account as i don't have real GCLID,

API 
: 
https://adwords.google.com/api/adwords/cm/v201809/OfflineConversionFeedService?wsdl

 

On Tuesday, April 18, 2017 at 7:01:04 PM UTC+5:30, Vasile Archeri wrote:
>
> Hello,
>
> I'm using the PHP client library to communicate with the Adwords API and 
> I'm wondering if it's possible to send clicks using a test account. I'm 
> hoping there is something like a default GCLID or perhaps a way to create a 
> test ad which I could click to generate some IDs that I could use to test 
> the OfflineConversionFeed service.
>
> As far as I could see in the documentation there isn't anything that would 
> allow the above.
>
> To my understanding if I wanted to test this in production then I would 
> need to have an approved developer token right?
>
> Any help would be greatly appreciated.
>

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

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


RE: xsi_type for bulk upload offline conversions

2020-01-24 Thread Google Ads API Forum Advisor Prod
Hi Iskander,

Thank you for reaching out. Please see the Python example here for more 
information on importing offline conversions. As it shows, you should use the 
xsi type "UploadConversion". However, the OfflineConversionFeedService isn't a 
supported batch job operation so you will be unable to use batch processing for 
this service.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001USwxN2: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/B3yPU0Q4MPXV00ImNleGeMRUK2FDU1fIvCbQ%40sfdc.net.


xsi_type for bulk upload offline conversions

2020-01-24 Thread 'Iskander Taneev' via AdWords API and Google Ads API Forum

Hello! 

I'm using Python API to write a script that compiles offline conversion at 
runtime and utilises batch processing in order to upload them in bulk. 
However, I'm facing difficulties regarding choosing a correct 'xsi_type'. 
Could anyone give me an advice as to which one should I be using? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/25bdfa70-987d-4f6c-904b-a86fd5602946%40googlegroups.com.


Re: Upload offline conversions using test account

2019-01-08 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Roberto,

I am a colleague of Sreelakshmi, allow me to provide support for your 
concern. The error UNAUTHORIZED_USER 

 is 
encountered when you are managing a click that does not belong to your 
account. 

You could download the Click Performance Report 

 to 
get all GCLIDs associated to your account. If the result does return the 
GCLID you are referencing to, this means that it does not belong to your 
account. You may refer to the validation rules 

 to 
prevent errors during your upload.

Regards,
Dannison
AdWords API Team

On Wednesday, January 9, 2019 at 8:03:06 AM UTC+8, Roberto Andrade wrote:
>
> Going through an implementation for a client and trying to test exactly 
> the same functionality as everyone here, OfflineConversionFeed service, 
> using a real GCLID from our production accounts throws UNAUTHORIZED_USER (
> https://developers.google.com/adwords/api/docs/reference/v201809/OfflineConversionFeedService.OfflineConversionError
> )
>
> On Wednesday, November 1, 2017 at 4:10:35 PM UTC-2, Sreelakshmi Sasidharan 
> (AdWords API Team) wrote:
>>
>> Hi, 
>>
>> The team is already aware of this request. Unfortunately, we don't have a 
>> timeline for it to be available in the test accounts. I will pass on your 
>> feedback too as it will be helpful for them to prioritize this feature. 
>>
>> Thanks,
>> Sreelakshmi, AdWords API Team
>>
>

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

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


Re: Upload offline conversions using test account

2019-01-08 Thread Roberto Andrade
Going through an implementation for a client and trying to test exactly the 
same functionality as everyone here, OfflineConversionFeed service, using a 
real GCLID from our production accounts throws UNAUTHORIZED_USER 
(https://developers.google.com/adwords/api/docs/reference/v201809/OfflineConversionFeedService.OfflineConversionError)

On Wednesday, November 1, 2017 at 4:10:35 PM UTC-2, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hi, 
>
> The team is already aware of this request. Unfortunately, we don't have a 
> timeline for it to be available in the test accounts. I will pass on your 
> feedback too as it will be helpful for them to prioritize this feature. 
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

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

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


Re: Cannot upload offline conversions.

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

OfflineConversionError. 

UNPARSEABLE_GCLID 
,
 
it means that your click id could not be decoded. Could you try running Click 
Performance Report 

 for 
around that Date and see if you are able to pull up the gclid? Please refer 
to this blog 

 post 
for better clarity. If you have further questions, could you open a new 
thread and then reply privately to author with complete SOAP logs including 
request and response of the above upload, so that I can troubleshoot 
further? 

Regards,
Dhanya, AdWords API Team


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

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


Re: Cannot upload offline conversions.

2018-09-13 Thread vanessa . pan
Hello Danial, I have encountered the same error 
OfflineConversionError.UNPARSEABLE_GCLID 
@ operations[0].operand
my gclid is in this 
format 
CjKCQjwidPcBRCGARIsALMeNsWxRFTvFTFONzamsqclwGeweFuhnqVUGZuFrbgGLxAHjoaAlVpEALwwcB

On Monday, January 20, 2014 at 1:19:42 PM UTC+1, Danial Klimkin wrote:
>
> Hello,
>
>
> This error means the GLCID string provided is not a valid Google Click ID. 
> Did you get the ID from the CLICK_PERFORMANCE_REPORT?
>
>
> -Danial, AdWords API Team.
>
>
> On Thursday, January 16, 2014 1:05:42 PM UTC+4, moshe@888holdings.com 
> wrote:
>>
>>
>> Hi,
>>
>> We're using the latest Php Api source code example (
>> */examples/AdWords/v201309/AdvancedOperations/UploadOfflineConversions.php*) 
>> to test upload offline conversions, but we keep getting the same error:
>> [OfflineConversionError.UNPARSEABLE_GCLID @ operations[0].operand]
>>
>> The source was downloaded from here: 
>> https://github.com/googleads/googleads-php-lib.
>>
>> Why is this happening?
>>
>> lease assist..
>>
>>
>> Thanks!
>>
>

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

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


Re: Cannot upload offline conversions.

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

As this is an old thread, could you please create a new thread on the forum 
explaining the issue and also SOAP logs with sensitive data redacted?

Regards,
Dhanya, AdWords API Team

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

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


Re: Cannot upload offline conversions.

2018-07-31 Thread Ahmed Kamal
hi guys,
i'm using the Latest .NET API For offline conversion and i'm having the 
same problem.
some GCLID are working properly and some getting me that error.
so if anyone know the solution to that problem it would be great
thanks

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

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


Re: Upload offline conversions using test account

2017-11-01 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

The team is already aware of this request. Unfortunately, we don't have a 
timeline for it to be available in the test accounts. I will pass on your 
feedback too as it will be helpful for them to prioritize this feature. 

Thanks,
Sreelakshmi, AdWords API Team

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

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


Re: Upload offline conversions using test account

2017-11-01 Thread patrickdorival87
I'm needing the same thing at the moment too and it makes complete sense to 
have a testing environment, a simple default/test GCLID that can be used on 
test accounts would suffice, or even better would be the ability on ads to 
just request a GCLID so there can be testing between ads etc. I can't 
believe that something so integral to the adwords experience is limited to 
production testing which is a pretty bad design if you ask me and begs the 
question as to why you even bother having 'test accounts' if you can't 
actually 'test' in them

On Tuesday, April 18, 2017 at 11:31:04 PM UTC+10, Vasile Archeri wrote:
>
> Hello,
>
> I'm using the PHP client library to communicate with the Adwords API and 
> I'm wondering if it's possible to send clicks using a test account. I'm 
> hoping there is something like a default GCLID or perhaps a way to create a 
> test ad which I could click to generate some IDs that I could use to test 
> the OfflineConversionFeed service.
>
> As far as I could see in the documentation there isn't anything that would 
> allow the above.
>
> To my understanding if I wanted to test this in production then I would 
> need to have an approved developer token right?
>
> Any help would be greatly appreciated.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1281c6de-b0f4-4409-ae30-78a627d6ea74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Upload offline conversions using test account

2017-04-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Vasile, 

Thanks for your feedback. I will let the team know about your request. If 
you haven't already, you could follow our blog 
 for 
updates and announcements. 

Thanks,
Sreelakshmi, AdWords API Team

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

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


Re: Upload offline conversions using test account

2017-04-19 Thread Vasile Archeri
Hi Sreelakshmi,

Thanks for your reply. I was suspecting that would be the case. 

Would it be sensible to request such a feature though? Something along the 
lines of a default GCLID that could be used for testing the 
OfflineConversionFeed service with a test account?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3854e59a-3258-48d2-a0fc-534c77b8f027%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Upload offline conversions using test account

2017-04-18 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Vasile, 


That is right, there isn't a test ad/environment that you can use to test 
the click and the offline conversion feed. The test accounts will not serve 
ads and hence you cannot test this feature using the test accounts.
If you need to test it out, you can set up a test campaign with low budget 
in your production AdWords account and use the gclid from that campaign for 
testing the offline conversion feed. To perform any API operations on a 
production account, you will need to have an approved developer token. If 
you haven't already applied for one, please follow the instructions listed 
here to apply for API access 
.
 


Thanks,
Sreelakshmi, AdWords API Team

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

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


Upload offline conversions using test account

2017-04-18 Thread Vasile Archeri
Hello,

I'm using the PHP client library to communicate with the Adwords API and 
I'm wondering if it's possible to send clicks using a test account. I'm 
hoping there is something like a default GCLID or perhaps a way to create a 
test ad which I could click to generate some IDs that I could use to test 
the OfflineConversionFeed service.

As far as I could see in the documentation there isn't anything that would 
allow the above.

To my understanding if I wanted to test this in production then I would 
need to have an approved developer token right?

Any help would be greatly appreciated.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/90c52d55-954e-4e20-aa26-66997ff58d49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


v201702 catch error with upload offline conversions

2017-03-10 Thread Cyrille
Hello, i'm trying to update to v201702

I used to use try /catch to upload conversions in php since sometimes i've 
errors like TOO_RECENT_CLICK or CONVERSION_PRECEDES_CLICK or EXPIRED_CLICK

but now when i try i've always a fatal error 

I use this 
https://developers.google.com/adwords/api/docs/samples/php/remarketing#upload-offline-conversions
 
demo

when i whrite

try{$result = 
$offlineConversionService->mutate($offlineConversionOperations);}
catch(ApiException $e){echo "ok i've an error";}

Always the same is happening, the error is not caught

4622#0: *152916 FastCGI sent in stderr: "PHP message: PHP Fatal error: 
Uncaught Google\AdsApi\AdWords\v201702\cm\ApiException: 
[OfflineConversionError.TOO_RECENT_CLICK @ operations[0].operand] in 
/*/src/Google/AdsApi/Common/Util/Reflection.php:39
Stack trace:
#0 /*/src/Google/AdsApi/Common/Util/Reflection.php(39): 
ReflectionClass->newInstanceArgs(Array)
#1 /*/src/Google/AdsApi/Common/AdsSoapClient.php(162): 
Google\AdsApi\Common\Util\Reflection->createInstance('Google\\AdsApi\\A...', 
Array)
#2 /*/src/Google/AdsApi/Common/AdsSoapClient.php(126): 
Google\AdsApi\Common\AdsSoapClient->parseApiExceptionFromSoapFault(Object(SoapFault))
#3 
/*/src/Google/AdsApi/AdWords/v201702/cm/OfflineConversionFeedService.php(92):
 
Google\AdsApi\Common\AdsSoapClient->__soapCall('mutate', Array)
#4 /" while reading response header from upstream

*** = server path

Thanks for your help


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/47aa9cea-5111-47b3-befb-8b6946ad62aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: upload Offline conversions in parallel commands

2016-08-03 Thread 'Joyce Lava' via AdWords API Forum
Hello,

Please see below responses per question:

a) if i uploading one file at once it takes ~5 hours and uploads all the 
> data. why it take so long ? 

The possible reason why you are experiencing a slow speed in the upload is 
that you *might* be hitting the rate limit 
. 
Additionally, this page 
 might 
be able to help in considering limits.

b) if I split file to two or three and uploading them parallel, then not 
> all data will show up on ad words. why ? 

There are two things which I *think* can help us clarify this. First, the 
data should be shown in AdWords account after 3 hours 
.
 
Could you please confirm if it passed 3 hours already after the upload? 
Second is, you can use the partialFailure 
 set 
to *true* to commit valid operations and return the error for failed ones 
as you seemed to be doing already. Could you please *reply privately to 
author* the code snippet and the SOAP request and response (including 
request ID)?

Does it mean, that when i run script in parallel commands at once, some 
> operations fails? 

We suggest to limit the concurrent threads 

 to 
avoid RateExceededError.

Thanks and Regards,
Joyce, 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/fa5d7058-7153-4473-b643-209a0122d0f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


upload Offline conversions in parallel commands

2016-08-03 Thread Magija
Hello,

I m uploading offline conversions to ad words. its ~500k values each day. I 
use mutate with 2000 operations at once. 

source: 
https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201605/Remarketing/UploadOfflineConversions.php

a) if i uploading one file at once it takes ~5 hours and uploads all the 
data. why it take so long ? 
b) if I split file to two or three and uploading them parallel, then not 
all data will show up on ad words. why ? 

I don't like this sentence:  "*This bulk operation does not have any 
transactional guarantees. Some operations can succeed while others fail."*
https://developers.google.com/adwords/api/docs/reference/v201607/OfflineConversionFeedService#mutate

Does it mean, that when i run script in parallel commands at once, some 
operations fails ? 

i am trying to handle partial failures, but i get only few warnings, which 
is not important at all.

$result = $conversionService->mutate($conversionOperations);
if (isset($result->partialFailureErrors)) { .

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7c1a793c-325f-49b1-81ed-03012f611706%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how to upload offline conversions in the background in php

2014-04-30 Thread zigit . mobile
hi,

I'm having a problem with the uploading the offline conversions.

At first i tried to upload the conversion in the exact moment it came, and 
i've got @too_resent_click_error.

So i took every  conversion and place it in my DB, then i'm waiting 6 hours 
(i set my crontab to run the php file every 6 hours) , and then i'm trying 
to upload them using a While Loop on the table that contains the 
conversions data.

The Problem is that the while loop making only the first iteration and 
upload the first offline conversion successfully, but then it quit and not 
continuing to the next conversion.

I believe the problem is because of the method of sending data to google 
mutate (like in the example in 
/AdWordsAPI/examples/AdWords/v201309/AdvancedOperations/UploadOfflineConversions.php)

What should i do - I want to upload all the conversion in a loop, so it 
wont upload only one conversion every 6 hours.

thanks.
Yarin Slivka


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


Re: how to upload offline conversions in the background in php

2014-04-30 Thread Ray Tsang (AdWords API Team)
Yarin,

There could be many reasons why the loop only processed the first entry in 
your database.  Please provide any relevant error logs, etc.  It's probably 
best to not to fail-fast, and process as much conversion as you can, and 
log/reprocess/retry the failed uploads later.  This way, you can also 
identify the failed uploads and potentially determine the cause.

Thanks,

Ray

On Wednesday, April 30, 2014 7:55:11 AM UTC-4, zigit@gmail.com wrote:

 hi,

 I'm having a problem with the uploading the offline conversions.

 At first i tried to upload the conversion in the exact moment it came, and 
 i've got @too_resent_click_error.

 So i took every  conversion and place it in my DB, then i'm waiting 6 
 hours (i set my crontab to run the php file every 6 hours) , and then i'm 
 trying to upload them using a While Loop on the table that contains the 
 conversions data.

 The Problem is that the while loop making only the first iteration and 
 upload the first offline conversion successfully, but then it quit and not 
 continuing to the next conversion.

 I believe the problem is because of the method of sending data to google 
 mutate (like in the example in 
 /AdWordsAPI/examples/AdWords/v201309/AdvancedOperations/UploadOfflineConversions.php)

 What should i do - I want to upload all the conversion in a loop, so it 
 wont upload only one conversion every 6 hours.

 thanks.
 Yarin Slivka




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


Re: how to upload offline conversions in the background in php

2014-04-30 Thread zigit . mobile
Thanks Ray,

It's working great now!

I found some more error logs when running the process in the linux sever, 
and not on the browser - and so managed to know what to fix in my code and 
fixed it.

There was some double deceleration and some date() using problems..

everything good now.

have a nice day.

Yarin.


בתאריך יום רביעי, 30 באפריל 2014 17:07:54 UTC+3, מאת Ray Tsang (AdWords API 
Team):

 Yarin,

 There could be many reasons why the loop only processed the first entry in 
 your database.  Please provide any relevant error logs, etc.  It's probably 
 best to not to fail-fast, and process as much conversion as you can, and 
 log/reprocess/retry the failed uploads later.  This way, you can also 
 identify the failed uploads and potentially determine the cause.

 Thanks,

 Ray

 On Wednesday, April 30, 2014 7:55:11 AM UTC-4, zigit@gmail.com wrote:

 hi,

 I'm having a problem with the uploading the offline conversions.

 At first i tried to upload the conversion in the exact moment it came, 
 and i've got @too_resent_click_error.

 So i took every  conversion and place it in my DB, then i'm waiting 6 
 hours (i set my crontab to run the php file every 6 hours) , and then i'm 
 trying to upload them using a While Loop on the table that contains the 
 conversions data.

 The Problem is that the while loop making only the first iteration and 
 upload the first offline conversion successfully, but then it quit and not 
 continuing to the next conversion.

 I believe the problem is because of the method of sending data to google 
 mutate (like in the example in 
 /AdWordsAPI/examples/AdWords/v201309/AdvancedOperations/UploadOfflineConversions.php)

 What should i do - I want to upload all the conversion in a loop, so it 
 wont upload only one conversion every 6 hours.

 thanks.
 Yarin Slivka




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


Re: Cannot upload offline conversions.

2014-01-28 Thread Danial Klimkin
 performance report and comparing strings 
 from it with your URL parameters?

 If still in doubt, please send me the exact XML request and server 
 response for the error *over email* (reply to author button).


 -Danial, AdWords API Team.


 On Tuesday, January 21, 2014 4:03:01 PM UTC+4, tra...@888holdings.comwrote:

 Hello Daniel,

 Thanks for the response.

 The I tried several sources, none of them from the report you mentioned:
 - from our data warehouse
 - directly from on of our ads (clicked on an ad and extracted the gclid 
 from the url query string)

 Could it be some charset encoding issue?
 What should I try to do?


 Thanks.

 On Monday, January 20, 2014 2:19:42 PM UTC+2, Danial Klimkin wrote:

 Hello,


 This error means the GLCID string provided is not a valid Google Click 
 ID. Did you get the ID from the CLICK_PERFORMANCE_REPORT?


 -Danial, AdWords API Team.


 On Thursday, January 16, 2014 1:05:42 PM UTC+4, 
 moshe@888holdings.com wrote:


 Hi,

 We're using the latest Php Api source code example (
 */examples/AdWords/v201309/AdvancedOperations/UploadOfflineConversions.php*)
  
 to test upload offline conversions, but we keep getting the same error:
 [OfflineConversionError.UNPARSEABLE_GCLID @ operations[0].operand]

 The source was downloaded from here: 
 https://github.com/googleads/googleads-php-lib.

 Why is this happening?

 lease assist..


 Thanks!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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: Cannot upload offline conversions.

2014-01-28 Thread Austin Bergstrom
)
  
 at 
 com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:444)
  
 at com.google.tracing.CurrentContext.runInContext(CurrentContext.java:188) 
 at 
 com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:308)
  
 at 
 com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:300)
  
 at 
 com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:441)
  
 at java.lang.Thread.run(Thread.java:724)

 On Wednesday, January 22, 2014 6:18:51 AM UTC-5, Danial Klimkin wrote:

 Hello,


 Have you tried pulling the click performance report and comparing 
 strings from it with your URL parameters?

 If still in doubt, please send me the exact XML request and server 
 response for the error *over email* (reply to author button).


 -Danial, AdWords API Team.


 On Tuesday, January 21, 2014 4:03:01 PM UTC+4, tra...@888holdings.comwrote:

 Hello Daniel,

 Thanks for the response.

 The I tried several sources, none of them from the report you mentioned:
 - from our data warehouse
 - directly from on of our ads (clicked on an ad and extracted the gclid 
 from the url query string)

 Could it be some charset encoding issue?
 What should I try to do?


 Thanks.

 On Monday, January 20, 2014 2:19:42 PM UTC+2, Danial Klimkin wrote:

 Hello,


 This error means the GLCID string provided is not a valid Google Click 
 ID. Did you get the ID from the CLICK_PERFORMANCE_REPORT?


 -Danial, AdWords API Team.


 On Thursday, January 16, 2014 1:05:42 PM UTC+4, 
 moshe@888holdings.com wrote:


 Hi,

 We're using the latest Php Api source code example (
 */examples/AdWords/v201309/AdvancedOperations/UploadOfflineConversions.php*)
  
 to test upload offline conversions, but we keep getting the same error:
 [OfflineConversionError.UNPARSEABLE_GCLID @ operations[0].operand]

 The source was downloaded from here: 
 https://github.com/googleads/googleads-php-lib.

 Why is this happening?

 lease assist..


 Thanks!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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: Cannot upload offline conversions.

2014-01-28 Thread Danial Klimkin
:326) at 
 org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) at 
 org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
  
 at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) at 
 com.google.tracing.TraceContext$TraceContextRunnable.runInContext(TraceContext.java:437)
  
 at 
 com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:444)
  
 at com.google.tracing.CurrentContext.runInContext(CurrentContext.java:188) 
 at 
 com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:308)
  
 at 
 com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:300)
  
 at 
 com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:441)
  
 at java.lang.Thread.run(Thread.java:724)

 On Wednesday, January 22, 2014 6:18:51 AM UTC-5, Danial Klimkin wrote:

 Hello,


 Have you tried pulling the click performance report and comparing 
 strings from it with your URL parameters?

 If still in doubt, please send me the exact XML request and server 
 response for the error *over email* (reply to author button).


 -Danial, AdWords API Team.


 On Tuesday, January 21, 2014 4:03:01 PM UTC+4, tra...@888holdings.comwrote:

 Hello Daniel,

 Thanks for the response.

 The I tried several sources, none of them from the report you 
 mentioned:
 - from our data warehouse
 - directly from on of our ads (clicked on an ad and extracted the 
 gclid from the url query string)

 Could it be some charset encoding issue?
 What should I try to do?


 Thanks.

 On Monday, January 20, 2014 2:19:42 PM UTC+2, Danial Klimkin wrote:

 Hello,


 This error means the GLCID string provided is not a valid Google 
 Click ID. Did you get the ID from the CLICK_PERFORMANCE_REPORT?


 -Danial, AdWords API Team.


 On Thursday, January 16, 2014 1:05:42 PM UTC+4, 
 moshe@888holdings.com wrote:


 Hi,

 We're using the latest Php Api source code example (
 */examples/AdWords/v201309/AdvancedOperations/UploadOfflineConversions.php*)
  
 to test upload offline conversions, but we keep getting the same error:
 [OfflineConversionError.UNPARSEABLE_GCLID @ operations[0].operand]

 The source was downloaded from here: 
 https://github.com/googleads/googleads-php-lib.

 Why is this happening?

 lease assist..


 Thanks!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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: Cannot upload offline conversions.

2014-01-26 Thread Austin Bergstrom
 from the report you mentioned:
 - from our data warehouse
 - directly from on of our ads (clicked on an ad and extracted the gclid 
 from the url query string)

 Could it be some charset encoding issue?
 What should I try to do?


 Thanks.

 On Monday, January 20, 2014 2:19:42 PM UTC+2, Danial Klimkin wrote:

 Hello,


 This error means the GLCID string provided is not a valid Google Click 
 ID. Did you get the ID from the CLICK_PERFORMANCE_REPORT?


 -Danial, AdWords API Team.


 On Thursday, January 16, 2014 1:05:42 PM UTC+4, 
 moshe@888holdings.com wrote:


 Hi,

 We're using the latest Php Api source code example (
 */examples/AdWords/v201309/AdvancedOperations/UploadOfflineConversions.php*)
  
 to test upload offline conversions, but we keep getting the same error:
 [OfflineConversionError.UNPARSEABLE_GCLID @ operations[0].operand]

 The source was downloaded from here: 
 https://github.com/googleads/googleads-php-lib.

 Why is this happening?

 lease assist..


 Thanks!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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: Cannot upload offline conversions.

2014-01-22 Thread Danial Klimkin
Hello,


Have you tried pulling the click performance report and comparing strings 
from it with your URL parameters?

If still in doubt, please send me the exact XML request and server response 
for the error *over email* (reply to author button).


-Danial, AdWords API Team.


On Tuesday, January 21, 2014 4:03:01 PM UTC+4, tra...@888holdings.com wrote:

 Hello Daniel,

 Thanks for the response.

 The I tried several sources, none of them from the report you mentioned:
 - from our data warehouse
 - directly from on of our ads (clicked on an ad and extracted the gclid 
 from the url query string)

 Could it be some charset encoding issue?
 What should I try to do?


 Thanks.

 On Monday, January 20, 2014 2:19:42 PM UTC+2, Danial Klimkin wrote:

 Hello,


 This error means the GLCID string provided is not a valid Google Click 
 ID. Did you get the ID from the CLICK_PERFORMANCE_REPORT?


 -Danial, AdWords API Team.


 On Thursday, January 16, 2014 1:05:42 PM UTC+4, 
 moshe@888holdings.comwrote:


 Hi,

 We're using the latest Php Api source code example (
 */examples/AdWords/v201309/AdvancedOperations/UploadOfflineConversions.php*)
  
 to test upload offline conversions, but we keep getting the same error:
 [OfflineConversionError.UNPARSEABLE_GCLID @ operations[0].operand]

 The source was downloaded from here: 
 https://github.com/googleads/googleads-php-lib.

 Why is this happening?

 lease assist..


 Thanks!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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: Cannot upload offline conversions.

2014-01-21 Thread traffic
Hello Daniel,

Thanks for the response.

The I tried several sources, none of them from the report you mentioned:
- from our data warehouse
- directly from on of our ads (clicked on an ad and extracted the gclid 
from the url query string)

Could it be some charset encoding issue?
What should I try to do?


Thanks.

On Monday, January 20, 2014 2:19:42 PM UTC+2, Danial Klimkin wrote:

 Hello,


 This error means the GLCID string provided is not a valid Google Click ID. 
 Did you get the ID from the CLICK_PERFORMANCE_REPORT?


 -Danial, AdWords API Team.


 On Thursday, January 16, 2014 1:05:42 PM UTC+4, 
 moshe@888holdings.comwrote:


 Hi,

 We're using the latest Php Api source code example (
 */examples/AdWords/v201309/AdvancedOperations/UploadOfflineConversions.php*) 
 to test upload offline conversions, but we keep getting the same error:
 [OfflineConversionError.UNPARSEABLE_GCLID @ operations[0].operand]

 The source was downloaded from here: 
 https://github.com/googleads/googleads-php-lib.

 Why is this happening?

 lease assist..


 Thanks!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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: Cannot upload offline conversions.

2014-01-20 Thread Danial Klimkin
Hello,


This error means the GLCID string provided is not a valid Google Click ID. 
Did you get the ID from the CLICK_PERFORMANCE_REPORT?


-Danial, AdWords API Team.


On Thursday, January 16, 2014 1:05:42 PM UTC+4, moshe@888holdings.com 
wrote:


 Hi,

 We're using the latest Php Api source code example (
 */examples/AdWords/v201309/AdvancedOperations/UploadOfflineConversions.php*) 
 to test upload offline conversions, but we keep getting the same error:
 [OfflineConversionError.UNPARSEABLE_GCLID @ operations[0].operand]

 The source was downloaded from here: 
 https://github.com/googleads/googleads-php-lib.

 Why is this happening?

 lease assist..


 Thanks!


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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.


Cannot upload offline conversions.

2014-01-16 Thread moshe . abutbul

Hi,

We're using the latest Php Api source code example (
*/examples/AdWords/v201309/AdvancedOperations/UploadOfflineConversions.php*) 
to test upload offline conversions, but we keep getting the same error:
[OfflineConversionError.UNPARSEABLE_GCLID @ operations[0].operand]

The source was downloaded from here: 
https://github.com/googleads/googleads-php-lib.

Why is this happening?

lease assist..


Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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.