googleads / google-ads-java

Google Ads API Client Library for Java
Apache License 2.0
171 stars 177 forks source link

Implementing Custom Audience Creation with Google User ID #792

Closed OICUSERICX closed 7 months ago

OICUSERICX commented 7 months ago

@Hi Team,

Our requirement is to create a Custom Audience with google user ID .Basically the "Google UserID” is nothing but anonymous user ID who browses our website. It may resemble a visitor ID generated on the website which constis on _ga tag, such as "_ga GA1.1.1712535827.1695211927". Please refer to the attached screenshot for the Google ID for your reference.

We came to know that customer match implementation will suites our requirement. So we are currently working on integrating customer relationship management (CRM) data in bulk to create a user list.

while using the below git library: https://github.com/googleads/google-ads-java/blob/main/google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/AddCustomerMatchUserList.java

we are facing severial error like .utils .beust ArgumentNames

Even after attempting to import the necessary classes using commands like: These lines appear in red

Versions: Client library version: google-ads-examples JDK version: 11.0.18

Please find the attached file for the request code.

AddCustomerMatchUserList_request1.txt

also find dependencies here: dependencies { implementation ("com.google.api-ads:google-ads:30.0.0") implementation("joda-time:joda-time:2.8.2") testImplementation platform('org.junit:junit-bom:5.10.0') testImplementation 'org.junit.jupiter:junit-jupiter' }

Please prioritize your attention to resolving this issue promptly. Your assistance in addressing this matter is greatly appreciated.

jradcliff commented 7 months ago

Please do not open multiple issues for the same issue. This is a duplicate of #787 .

Thank you, Josh, Google Ads API Team