Re: Setting up Google ADS API for the offline conversion upload service

2020-07-22 Thread Michel Baretti
Hi,

I have not been able to retrieve the crossAccountConversionTrackingId.
I fetch the customer 
 resource.  
In all my customers the crossAccountConversionTrackingId is null.
How can I generate the crossAccountConversionTrackingId? By api or by 
Google Ads UI?

Thanks

El miércoles, 22 de julio de 2020 a las 17:52:34 UTC+2, adsapiforumadvisor 
escribió:

> Hi Michel,
>
> Thank you for reaching out. You could also fetch the conversion_action.id 
> 
>  
> by querying the conversion_action 
>  
> resource. Please try using Pete’s solution to match the 
> crossAccountConversionTrackingId value and use that CID as the mccId in the 
> method. 
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
>
>  
>
> ref:_00D1U1174p._5004Q217n6H: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/30ea4707-a514-4302-a790-3dae8ddc7819n%40googlegroups.com.


Re: Setting up Google ADS API for the offline conversion upload service

2020-07-22 Thread Michel Baretti
I have my mcc id ZZZ-ZZZ-
i have my customer account ID XXX-XXX-
Inside my customer account I created a conversion action, the conversion 
action Id it's Y..
The conversion_tracking_id it's the same the conversion id V

What value should I send in the attributes "?"

String conversionActionResourceName =ResourceNames.conversionAction( ?, 
? ));

// Creates the click conversion.
ClickConversion clickConversion =
 ClickConversion.newBuilder()
.  setConversionAction(StringValue.of
(conversionActionResourceName))
   ..
 .build();

conversionUploadServiceClient.uploadClickConversions(Long.toString( ? 
),ImmutableList.of(clickConversion),true,false);

El miércoles, 22 de julio de 2020 a las 14:50:52 UTC+2, Michel Baretti 
escribió:

> Hi, but I do not understand.
> I did a customerServiceClient.getCustomer.
> I can recover the ConversionTrackingId, its the same the tab Tag setup, in 
> TOOLS & SETTINGS -> Conversion.
> But the crossAccountConversionTrackingId it's null.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/989a0d21-ba20-4adf-9983-206f25653eedn%40googlegroups.com.


Re: Setting up Google ADS API for the offline conversion upload service

2020-07-22 Thread Michel Baretti
Hi, but I do not understand.
I did a customerServiceClient.getCustomer.
I can recover the ConversionTrackingId, its the same the tab Tag setup, in 
TOOLS & SETTINGS -> Conversion.
But the crossAccountConversionTrackingId it's null.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/244700a6-ba5c-4a13-953f-08acd41b151an%40googlegroups.com.


Re: Setting up Google ADS API for the offline conversion upload service

2020-07-22 Thread Michel Baretti
Hi Xiaoming,

Again, I take the number from de URL, and use the service 
conversionActionServiceClient.getConversionAction and works. It's returns 
the conversion action. There isn't the conversion action id who the Google 
Ads API requires in the Google Ads account -> TOOLS & SETTINGS -> 
Conversion.
My problem is the error "This customer does not have an import conversion 
action that matches the conversion action provided., at 
conversions[0].conversion_action"

I am using java library 
ConversionUploadServiceClient conversionUploadServiceClient = ...
conversionUploadServiceClient.uploadClickConversions( mccId, 
listOfClickConversions, true, false);

I tried sent with the mccId and the object ClickConversion with the 
customerId and didn't work.
I tried the same that Pablo, all the combinations and didn't work.

Thanks
MIchel.



El martes, 21 de julio de 2020 a las 21:02:17 UTC+2, adsapiforumadvisor 
escribió:

> Hi Michel,
>
> Thank you for reaching out. If you are not able to find the action 
> conversion id, you could log into your customer account and navigate to the 
> TOOLS & SETTINGS -> Conversions, then you can find the existing conversion 
> actions and their ids in your account under the Conversion action tab. 
>
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
>
>  
>
> ref:_00D1U1174p._5004Q217n6H: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/ec5fc25d-9881-457d-aefb-49de81354054n%40googlegroups.com.


Re: Setting up Google ADS API for the offline conversion upload service

2020-07-21 Thread Michel Baretti
I have created a conversion action using the api. 
I could verify that the action conversion id that the API response has 
given me, was the same as the value of the URL parameter. 
I have not found any other place where I can check the action conversion id 
from an action conversion created in the Google Ads account.
El martes, 21 de julio de 2020 a las 16:05:01 UTC+2, reket...@gmail.com 
escribió:

> Thanks Michel, I went back to my developper and I´ll update with the 
> results.
>
> I have been trying to get this information online and I haven´t found 
> anything, about this, where can I find information about this parameters in 
> the URL?
> ocid
> ctId
> euid
> u
> uscid
> c
> authuser=0
> subid
>
> Best,
>
> Pablo
>
>
>
>
>
> El martes, 21 de julio de 2020, 15:48:48 (UTC+2), Michel Baretti escribió:
>>
>> In this page, in the URL, there is a parameter ctId. You can  check if 
>> correct, calling the conversionActionServiceClient.getConversionAction
>> El martes, 21 de julio de 2020 a las 15:41:08 UTC+2, reket...@gmail.com 
>> escribió:
>>
>>> Hi there,
>>>
>>> Apparently  I am using conversion_id and not conversion_action_id. I was 
>>> getting it from here:
>>>
>>> Where can I find conversion_action_id?
>>>
>>> Thanks in advance
>>>
>>> Pablo
>>>
>>>
>>> El viernes, 17 de julio de 2020, 20:52:16 (UTC+2), adsapiforumadvisor 
>>> escribió:
>>>>
>>>> Hi Pablo,
>>>>
>>>> Thank you for reaching out. You would need to upload the click 
>>>> conversion to the account that contains the conversion action. If you 
>>>> still 
>>>> have concerns, please share the Conversion Action you were uploading and 
>>>> the complete request and response logs along with the manager account and 
>>>> client customer account you were uploading to via the *Reply privately 
>>>> to author* option for me to further investigate.
>>>>
>>>>
>>>> Thanks and regards,
>>>> Xiaoming, Google Ads API Team
>>>>
>>>>
>>>>  
>>>>
>>>> ref:_00D1U1174p._5004Q217n6H: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/91f2c75a-01fd-43b5-aa32-c424e9d85182n%40googlegroups.com.


Re: Setting up Google ADS API for the offline conversion upload service

2020-07-21 Thread Michel Baretti
In this page, in the URL, there is a parameter ctId. You can  check if 
correct, calling the conversionActionServiceClient.getConversionAction
El martes, 21 de julio de 2020 a las 15:41:08 UTC+2, reket...@gmail.com 
escribió:

> Hi there,
>
> Apparently  I am using conversion_id and not conversion_action_id. I was 
> getting it from here:
>
> Where can I find conversion_action_id?
>
> Thanks in advance
>
> Pablo
>
>
> El viernes, 17 de julio de 2020, 20:52:16 (UTC+2), adsapiforumadvisor 
> escribió:
>>
>> Hi Pablo,
>>
>> Thank you for reaching out. You would need to upload the click conversion 
>> to the account that contains the conversion action. If you still have 
>> concerns, please share the Conversion Action you were uploading and the 
>> complete request and response logs along with the manager account and 
>> client customer account you were uploading to via the *Reply privately 
>> to author* option for me to further investigate.
>>
>>
>> Thanks and regards,
>> Xiaoming, Google Ads API Team
>>
>>
>>  
>>
>> ref:_00D1U1174p._5004Q217n6H: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/19fc2db4-7f9d-49d1-a8cb-9f14e2a84279n%40googlegroups.com.


Re: Setting up Google ADS API for the offline conversion upload service

2020-07-21 Thread Michel Baretti
Hi,

I am receiving the same error. Is there any problem with this service?

El viernes, 17 de julio de 2020 a las 20:52:16 UTC+2, adsapiforumadvisor 
escribió:

> Hi Pablo,
>
> Thank you for reaching out. You would need to upload the click conversion 
> to the account that contains the conversion action. If you still have 
> concerns, please share the Conversion Action you were uploading and the 
> complete request and response logs along with the manager account and 
> client customer account you were uploading to via the *Reply privately to 
> author* option for me to further investigate.
>
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
>
>  
>
> ref:_00D1U1174p._5004Q217n6H: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/6599d07b-d301-4263-82b7-418c77403c0an%40googlegroups.com.


Offline conversion upload test account

2020-07-06 Thread Michel Baretti
Hi, I am trying to use the Google Ads Api, with a test account. 
I am receiving this error.
*The click or call is owned by a customer account that the uploading 
customer does not manage.*

How do I generate a gclid for a test account??

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2593a911-7df2-46ae-accd-e2bcb96c5f65n%40googlegroups.com.